Adyen · Example Payload

Configuration Update Payment Instrument Example

A sample description.

PaymentsFinancial ServicesFintech

Configuration Update Payment Instrument 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

balanceAccountIdbankAccountcarddescriptionidissuingCountryCodepaymentInstrumentGroupIdreferencestatusstatusCommentstatusReasontype

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",
  "statusComment": "active",
  "statusReason": "accountClosure",
  "type": "bankAccount"
}