Partner Account Balance Inquiry

POST Partner Account Balance Inquiry

POST /api/mastercard/queryPartnerAccount.html

Inquire about the balance of a partner account.

Request Body

{
  "randomStr": "abcdef1234567890"
}

Request Parameters

Example Response

200 Response

{
    "name": "string",
    "accountList": [
      {
        "currency": "string",
        "balance": 0,
        "digital": 0
      }
    ]
}

Response Fields

Last updated