Adyen · Example Payload

Checkout Card Details Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

cardNumbercountryCodeencryptedCardNumbermerchantAccountsupportedBrands

Example Payload

Raw ↑
{
  "cardNumber": "example_value",
  "countryCode": "US",
  "encryptedCardNumber": "example_value",
  "merchantAccount": "example_value",
  "supportedBrands": [
    "example_value"
  ]
}