Adyen · Example Payload

Legal Entity Transfer Instrument Example

PaymentsFinancial ServicesFintech

Legal Entity Transfer Instrument Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bankAccountcapabilitiesdocumentDetailsidlegalEntityIdproblemstype

Example Payload

Raw ↑
{
  "bankAccount": "example_value",
  "capabilities": {},
  "documentDetails": [
    "example_value"
  ],
  "id": "REF-500123",
  "legalEntityId": "REF-500123",
  "problems": [
    "example_value"
  ],
  "type": "bankAccount"
}