Adyen · Example Payload

Transfers Transfer Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

accountHolderamountbalanceAccountcategorycategoryDatacounterpartycreationDatedescriptiondirectionidpaymentInstrumentreasonreferencereferenceForBeneficiarystatus

Example Payload

Raw ↑
{
  "accountHolder": "example_value",
  "amount": 1000,
  "balanceAccount": "example_value",
  "category": "bank",
  "categoryData": "example_value",
  "counterparty": "example_value",
  "creationDate": "2025-03-15T14:30:00Z",
  "description": "A sample description.",
  "direction": "incoming",
  "id": "REF-500123",
  "paymentInstrument": "example_value",
  "reason": "amountLimitExceeded",
  "reference": "REF-500123",
  "referenceForBeneficiary": "example_value",
  "status": "approvalPending"
}