Adyen · Example Payload

Configuration Webhooks Card Example

PaymentsFinancial ServicesFintech

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

Top-level fields

authenticationbinbrandbrandVariantcardholderNameconfigurationcvcdeliveryContactexpirationformFactorlastFournumberthreeDSecure

Example Payload

Raw ↑
{
  "authentication": "example_value",
  "bin": "example_value",
  "brand": "example_value",
  "brandVariant": "example_value",
  "cardholderName": "Example Name",
  "configuration": "example_value",
  "cvc": "example_value",
  "deliveryContact": "example_value",
  "expiration": "example_value",
  "formFactor": "physical",
  "lastFour": "example_value",
  "number": "example_value",
  "threeDSecure": "example_value"
}