Skip to main content
POST
Inquiry Wallet Histories
An API endpoint used to retrieve wallet transaction history.

Request

Headers

string
required
Your unique Merchant ID assigned by CommercePay.
string
required
Your API credentials used for authentication (typically a Bearer token).
string
required
A unique security hash used to verify the integrity of the request body. See Generate Signature for how to generate this.

Body

integer
For retrieving the next set of records. Not required to fetch the first 100 records; to fetch subsequent records this field is mandatory, and its value can be obtained from the previous response’s nextRecords.
string
required
The start date and time for the search (UTC).
string
required
The end date and time for the search (UTC).
integer
required
A unique wallet ID. You can obtain this from the Inquiry Wallets endpoint.

Request Payload Sample

Payload

Response

Body

int64
A unique wallet ID.
decimal
Available wallet balance.
object[]
integer
Next record indicator.

Response Payload Sample

Response_2XX

Error Responses

Response_400
Response_400