Adyen · Example Payload

Balance Control Balance Transfer Request Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

amountdescriptionfromMerchantreferencetoMerchanttype

Example Payload

Raw ↑
{
  "amount": 1000,
  "description": "A sample description.",
  "fromMerchant": "example_value",
  "reference": "REF-500123",
  "toMerchant": "example_value",
  "type": "tax"
}