Adyen · Example Payload

Balance Control Balance Transfer Response Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

amountcreatedAtdescriptionfromMerchantpspReferencereferencestatustoMerchanttype

Example Payload

Raw ↑
{
  "amount": 1000,
  "createdAt": "2025-03-15T14:30:00Z",
  "description": "A sample description.",
  "fromMerchant": "example_value",
  "pspReference": "REF-500123",
  "reference": "REF-500123",
  "status": "error",
  "toMerchant": "example_value",
  "type": "tax"
}