Adyen · Example Payload

Test Cards Create Test Card Ranges Request Example

PaymentsFinancial ServicesFintech

Test Cards Create Test Card Ranges Request 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

accountCodeaccountTypeCodetestCardRanges

Example Payload

Raw ↑
{
  "accountCode": "CODE123",
  "accountTypeCode": "standard",
  "testCardRanges": [
    "example_value"
  ]
}