Adyen · Example Payload

Webhooks Ach Notification Of Change Notification Request Data Noc Example

PaymentsFinancial ServicesFintech

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

Top-level fields

newBankAccountNumbernewBankAccountTypenewBranchCodereasonCode

Example Payload

Raw ↑
{
  "newBankAccountNumber": "example_value",
  "newBankAccountType": "Checking",
  "newBranchCode": "CODE123",
  "reasonCode": "C01"
}