Adyen · Example Payload

Transfers Transfer Info Example

A sample description.

PaymentsFinancial ServicesFintech

Transfers Transfer Info 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

amountbalanceAccountIdcategorycounterpartydescriptionpaymentInstrumentIdpriorityreferencereferenceForBeneficiaryultimateParty

Example Payload

Raw ↑
{
  "amount": 1000,
  "balanceAccountId": "REF-500123",
  "category": "bank",
  "counterparty": "example_value",
  "description": "A sample description.",
  "paymentInstrumentId": "REF-500123",
  "priority": "crossBorder",
  "reference": "REF-500123",
  "referenceForBeneficiary": "example_value",
  "ultimateParty": "example_value"
}