Adyen · Example Payload

Configuration Ca Local Account Identification Example

PaymentsFinancial ServicesFintech

Configuration Ca Local Account Identification 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

accountNumberaccountTypeinstitutionNumbertransitNumbertype

Example Payload

Raw ↑
{
  "accountNumber": "example_value",
  "accountType": "checking",
  "institutionNumber": "example_value",
  "transitNumber": "example_value",
  "type": "caLocal"
}