Adyen · Example Payload

Configuration Card Info Example

PaymentsFinancial ServicesFintech

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

Top-level fields

authenticationbrandbrandVariantcardholderNameconfigurationdeliveryContactformFactorthreeDSecure

Example Payload

Raw ↑
{
  "authentication": "example_value",
  "brand": "example_value",
  "brandVariant": "example_value",
  "cardholderName": "Example Name",
  "configuration": "example_value",
  "deliveryContact": "example_value",
  "formFactor": "physical",
  "threeDSecure": "example_value"
}