Checkout List Stored Payment Methods Response Structure
ListStoredPaymentMethodsResponse schema from Adyen API
Type: objectProperties: 3
PaymentsFinancial-ServicesFintech
ListStoredPaymentMethodsResponse is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-list-stored-payment-methods-response-structure.json",
"description": "ListStoredPaymentMethodsResponse schema from Adyen API",
"type": "object",
"properties": {
"merchantAccount": {
"description": "Your merchant account.",
"type": "string"
},
"shopperReference": {
"description": "Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address.",
"type": "string"
},
"storedPaymentMethods": {
"description": "List of all stored payment methods.",
"items": {
"$ref": "#/components/schemas/StoredPaymentMethodResource"
},
"type": "array"
}
},
"name": "ListStoredPaymentMethodsResponse"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.