Adyen · Example Payload

Checkout Payment Methods Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

additionalDataallowedPaymentMethodsamountblockedPaymentMethodschannelcountryCodemerchantAccountordershopperLocaleshopperReferencesplitCardFundingSourcesstore

Example Payload

Raw ↑
{
  "additionalData": {},
  "allowedPaymentMethods": [
    "example_value"
  ],
  "amount": 1000,
  "blockedPaymentMethods": [
    "example_value"
  ],
  "channel": "iOS",
  "countryCode": "US",
  "merchantAccount": "example_value",
  "order": "example_value",
  "shopperLocale": "example_value",
  "shopperReference": "REF-500123",
  "splitCardFundingSources": false,
  "store": "example_value"
}