Adyen · Example Payload

Configuration Payment Instrument Update Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

balanceAccountIdcardstatusstatusCommentstatusReason

Example Payload

Raw ↑
{
  "balanceAccountId": "REF-500123",
  "card": "example_value",
  "status": "active",
  "statusComment": "active",
  "statusReason": "accountClosure"
}