Adyen · Example Payload

Funds Transfer Funds Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountdestinationAccountCodemerchantReferencesourceAccountCodetransferCode

Example Payload

Raw ↑
{
  "amount": 1000,
  "destinationAccountCode": "CODE123",
  "merchantReference": "REF-500123",
  "sourceAccountCode": "CODE123",
  "transferCode": "CODE123"
}