Adyen · JSON Structure

Terminal Balance Inquiry Response Structure

It conveys the balance and the identification of the associated payment, loyalty or stored value account. Content of the Balance Inquiry Response message.

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

BalanceInquiryResponse is a JSON Structure definition published by Adyen, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Response PaymentAccountStatus LoyaltyAccountStatus PaymentReceipt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-balance-inquiry-response-structure.json",
  "description": "It conveys the balance and the identification of the associated payment, loyalty or stored value account. Content of the Balance Inquiry Response message.",
  "type": "object",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "PaymentAccountStatus": {
      "$ref": "#/components/schemas/PaymentAccountStatus"
    },
    "LoyaltyAccountStatus": {
      "$ref": "#/components/schemas/LoyaltyAccountStatus"
    },
    "PaymentReceipt": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentReceipt"
      }
    }
  },
  "required": [
    "Response"
  ],
  "name": "BalanceInquiryResponse"
}