Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Path Parameters
The unique identifier of the member whose credit balance is being queried.
The unique identifier of the customer whose credit balance is being queried balance.
either
memberId
or customerId
must be used to get the desired customer credit history.Query Parameters
The unique identifier of the product associated with the credit balance.
The page number for pagination.
The unique identifier of the membership tier associated with the credit balance.
The field name used to sort results.
The order of sorting. Accepts
"asc"
or "desc"
.The start date filter for the query range.
The end date filter for the query range.
The unique identifier of the membership tier associated with the credit history.
The type of wallet to filter credit history (e.g.,
"MEMBERSHIP"
, "ADD_ON"
).The transaction type filter (e.g.,
"TOPUP"
, "MERCHANT_TOPUP"
, "TRIAL_TOPUP"
, "EXPIRE_VOID"
, "CREDIT_USAGE"
).Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Indicates the total data.
Indicates the current page.
Indicates the current limit (page size).
Indicates the total page.
Result list of requested data.