Adyen · Example Payload

Configuration Webhooks Payment Instrument Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

balanceAccountIdbankAccountcarddescriptionidissuingCountryCodepaymentInstrumentGroupIdreferencestatustype

Example Payload

Raw ↑
{
  "balanceAccountId": "REF-500123",
  "bankAccount": "example_value",
  "card": "example_value",
  "description": "A sample description.",
  "id": "REF-500123",
  "issuingCountryCode": "US",
  "paymentInstrumentGroupId": "REF-500123",
  "reference": "REF-500123",
  "status": "Active",
  "type": "bankAccount"
}