Adyen · JSON Structure

Terminal Balance Inquiry Request Structure

It conveys Information related to the account for which a Balance Inquiry is requested. Content of the Balance Inquiry Request message.

Type: object Properties: 2
PaymentsFinancial ServicesFintech

BalanceInquiryRequest is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PaymentAccountReq LoyaltyAccountReq

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-request-structure.json",
  "description": "It conveys Information related to the account for which a Balance Inquiry is requested. Content of the Balance Inquiry Request message.",
  "type": "object",
  "properties": {
    "PaymentAccountReq": {
      "$ref": "#/components/schemas/PaymentAccountReq"
    },
    "LoyaltyAccountReq": {
      "$ref": "#/components/schemas/LoyaltyAccountReq"
    }
  },
  "name": "BalanceInquiryRequest"
}