GET

https://{region}.getlago.com/api/v1

/
wallets
/
{lago_id}
/
wallet_transactions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lago_id
string
required

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.

Query Parameters

page
integer

Page number.

per_page
integer

Number of records per page.

status
string

The status of the wallet transaction. Possible values are pending or settled.

transaction_status
string

The transaction status of the wallet transaction. Possible values are purchased (with pending or settled status), granted (without invoice_id), voided or invoiced.

transaction_type
string

The transaction type of the wallet transaction. Possible values are inbound (increasing the wallet balance) or outbound (decreasing the wallet balance).

Response

200 - application/json
wallet_transactions
object[]
required
meta
object
required