Adyen · Example Payload

Authentication Webhooks Authentication Notification Data Example

PaymentsFinancial ServicesFintech

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

Top-level fields

authenticationbalancePlatformidpaymentInstrumentIdpurchasestatus

Example Payload

Raw ↑
{
  "authentication": "example_value",
  "balancePlatform": "example_value",
  "id": "REF-500123",
  "paymentInstrumentId": "REF-500123",
  "purchase": "example_value",
  "status": "authenticated"
}