Account Detail Inquiry API

This API retrieves the complete stored detail for one E-Wallet account, including current balance, customer identifier, account status, account type, timestamps, optional profile information, and masked KYC identity information when available. Identity document numbers are masked and never returned in full.

Ayoconnect E-Wallet Management extension. Service Code: 81

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.

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

Customer account identifier defined by the merchant. Must be unique within the merchant and is used as the E-Wallet account identifier.

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