List transactions
E-Wallet (Money In)
List transactions
Retrieves a paginated list of e-wallet native transactions for the specified account. Supports optional query filters for reference, status, vendor, amounts, settlement, and date ranges.
GET
List transactions
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
Account identifier in ULID format.
Response
Success
HTTP status code.
Example:
200
Indicates whether the request was successful.
Example:
true
Collection of e-wallet transaction resources.
Pagination metadata for the collection response.
Example:
{
"pagination": {
"total": 42,
"count": 1,
"per_page": 25,
"current_page": 1,
"total_pages": 2
}
}