Master Balance Inquiry API

This API retrieves the merchant master E-Wallet balance aggregated across the merchant sub-accounts. It follows the SNAP Balance Inquiry service concept.

Service Code: 11

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 32 and 32
^[A-Za-z0-9]{32}$

Unique 32-character transaction identifier generated by the partner.

string
required
length between 1 and 32
^[A-Za-z0-9_-]+$

Merchant master account identifier registered with Ayoconnect.

Headers
string
required
length between 24 and 27

Client's current local time in yyyy-MM-ddTHH:mm:ssTZD ISO-8601 format.

string
required

Represents the signature of a request. Symmetric signature: HMAC_SHA512(clientSecret, stringToSign). stringToSign = HTTPMethod + ":" + URLPath + ":" + AccessToken + ":" + Lowercase(HexEncode(SHA-256(minify(RequestBody)))) + ":" + X-TIMESTAMP

string
required
length between 6 and 6

6-character merchant identifier unique to each merchant.

string
required
length between 32 and 32
^[A-Za-z0-9]{32}$

Alphanumeric unique identifier generated by the merchant for each API request attempt.

string
required
length between 5 and 5
^[0-9]{5}$

Numeric PJP channel identifier. Must remain consistent within the same flow.

Responses

Language
Credentials
Bearer
OAuth2 Access Token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json