Adyen · Example Payload

Terminal Balance Inquiry Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

ResponsePaymentAccountStatusLoyaltyAccountStatusPaymentReceipt

Example Payload

Raw ↑
{
  "Response": "example_value",
  "PaymentAccountStatus": "active",
  "LoyaltyAccountStatus": "active",
  "PaymentReceipt": [
    "example_value"
  ]
}