Adyen · Example Payload

Transfers Number And Bic Account Identification Example

PaymentsFinancial ServicesFintech

Transfers Number And Bic Account Identification 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

accountNumberadditionalBankIdentificationbictype

Example Payload

Raw ↑
{
  "accountNumber": "example_value",
  "additionalBankIdentification": "example_value",
  "bic": "example_value",
  "type": "numberAndBic"
}