Adyen · Example Payload

Checkout Stored Payment Method Example

PaymentsFinancial ServicesFintech

Checkout Stored Payment Method Example is an example object payload from Adyen, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bankAccountNumberbankLocationIdbrandexpiryMonthexpiryYearholderNameibanidlabellastFournamenetworkTxReferenceownerNameshopperEmailsupportedRecurringProcessingModelssupportedShopperInteractionstype

Example Payload

Raw ↑
{
  "bankAccountNumber": "example_value",
  "bankLocationId": "REF-500123",
  "brand": "example_value",
  "expiryMonth": "example_value",
  "expiryYear": "example_value",
  "holderName": "Example Name",
  "iban": "example_value",
  "id": "REF-500123",
  "label": "example_value",
  "lastFour": "example_value",
  "name": "Example Name",
  "networkTxReference": "REF-500123",
  "ownerName": "Example Name",
  "shopperEmail": "user@example.com",
  "supportedRecurringProcessingModels": [
    "example_value"
  ],
  "supportedShopperInteractions": [
    "example_value"
  ],
  "type": "standard"
}