Adyen · JSON Structure

Checkout List Stored Payment Methods Response Structure

ListStoredPaymentMethodsResponse schema from Adyen API

Type: object Properties: 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.

Properties

merchantAccount shopperReference storedPaymentMethods

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}