Adyen · Example Payload

Terminal Card Data Example

PaymentsFinancial ServicesFintech

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

Top-level fields

PaymentBrandMaskedPanPaymentAccountRefEntryModeCardCountryCodeProtectedCardDataSensitiveCardDataAllowedProductCodeAllowedProductPaymentTokenCustomerOrder

Example Payload

Raw ↑
{
  "PaymentBrand": "example_value",
  "MaskedPan": "example_value",
  "PaymentAccountRef": "REF-500123",
  "EntryMode": "example_value",
  "CardCountryCode": 3,
  "ProtectedCardData": "example_value",
  "SensitiveCardData": "example_value",
  "AllowedProductCode": [
    10
  ],
  "AllowedProduct": [
    "example_value"
  ],
  "PaymentToken": "example_value",
  "CustomerOrder": [
    "example_value"
  ]
}