Adyen · Example Payload

Checkout List Stored Payment Methods Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

merchantAccountshopperReferencestoredPaymentMethods

Example Payload

Raw ↑
{
  "merchantAccount": "example_value",
  "shopperReference": "REF-500123",
  "storedPaymentMethods": [
    "example_value"
  ]
}