Adyen · Example Payload

Legal Entity Bank Account Info Example

PaymentsFinancial ServicesFintech

Legal Entity Bank Account Info 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

accountIdentificationaccountTypebankNamecountryCodetrustedSource

Example Payload

Raw ↑
{
  "accountIdentification": "example_value",
  "accountType": "standard",
  "bankName": "Example Name",
  "countryCode": "US",
  "trustedSource": true
}