Adyen · Example Payload

Notification Webhooks Card Example

PaymentsFinancial ServicesFintech

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

Top-level fields

authenticationbinbrandbrandVariantcardholderNameconfigurationcvcdeliveryContactexpirationformFactorlastFournumber

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"
}