Adyen · Schema

BalanceInquiryRequest

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

PaymentsFinancial ServicesFintech

Properties

Name Type Description
PaymentAccountReq object
LoyaltyAccountReq object
View JSON Schema on GitHub

JSON Schema

adyen-balanceinquiryrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BalanceInquiryRequest",
  "title": "BalanceInquiryRequest",
  "type": "object",
  "description": "It conveys Information related to the account for which a Balance Inquiry is requested. Content of the Balance Inquiry Request message.",
  "properties": {
    "PaymentAccountReq": {
      "$ref": "#/components/schemas/PaymentAccountReq"
    },
    "LoyaltyAccountReq": {
      "$ref": "#/components/schemas/LoyaltyAccountReq"
    }
  }
}