Adyen · Example Payload

Accounts Account Example

A sample description.

PaymentsFinancial ServicesFintech

Accounts Account 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

accountCodebankAccountUUIDbeneficiaryAccountbeneficiaryMerchantReferencedescriptionmetadatapayoutMethodCodepayoutSchedulepayoutSpeedstatus

Example Payload

Raw ↑
{
  "accountCode": "CODE123",
  "bankAccountUUID": "REF-500123",
  "beneficiaryAccount": "example_value",
  "beneficiaryMerchantReference": "REF-500123",
  "description": "A sample description.",
  "metadata": {},
  "payoutMethodCode": "CODE123",
  "payoutSchedule": "example_value",
  "payoutSpeed": "INSTANT",
  "status": "active"
}