Wallet Transactions

List wallet debit and credit transactions.

GET
/api/v1/wallet/transactions?page=1

Description

Returns paginated wallet transactions with invoice references. Response includes filters.status and filters.type for allowed filter values.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Query Parameters

ParameterTypeRequiredDescription
pagenumberNoPage number. Default is 1.
limitnumberNoRecords per page. Default is 10 (tickets/wallet max 100).
currency_codestringNoFilter by cost center currency.
statusstringNoAll, Credit, or Debit.
typestringNoTransaction type label (see filters.type in response).
searchstringNoSearch order number or invoice.

Response

Related Endpoints

Did this page help you?