Adyen · Example Payload

Notifications Account Holder Status Change Notification Content Example

PaymentsFinancial ServicesFintech

Notifications Account Holder Status Change Notification Content 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

accountHolderCodeinvalidFieldsnewStatusoldStatusreason

Example Payload

Raw ↑
{
  "accountHolderCode": "CODE123",
  "invalidFields": [
    "example_value"
  ],
  "newStatus": "active",
  "oldStatus": "active",
  "reason": "example_value"
}