Adyen · Example Payload

Checkout Ach Details Example

PaymentsFinancial ServicesFintech

Checkout Ach Details 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

bankAccountNumberbankAccountTypebankLocationIdcheckoutAttemptIdencryptedBankAccountNumberencryptedBankLocationIdownerNamerecurringDetailReferencestoredPaymentMethodIdtype

Example Payload

Raw ↑
{
  "bankAccountNumber": "example_value",
  "bankAccountType": "balance",
  "bankLocationId": "REF-500123",
  "checkoutAttemptId": "REF-500123",
  "encryptedBankAccountNumber": "example_value",
  "encryptedBankLocationId": "REF-500123",
  "ownerName": "Example Name",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "ach"
}