List all wallet transactions
This endpoint is used to list all wallet transactions.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier assigned to the wallet within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the wallet's record within the Lago system.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Query Parameters
Page number.
1
Number of records per page.
20
The status of the wallet transaction. Possible values are pending
or settled
.
"pending"
The transaction status of the wallet transaction. Possible values are purchased
(with pending or settled status), granted
(without invoice_id), voided
or invoiced
.
"purchased"
The transaction type of the wallet transaction. Possible values are inbound
(increasing the wallet balance) or outbound
(decreasing the wallet balance).
"inbound"
Was this page helpful?