List wallet transactions
Wallets
List wallet transactions
Retrieve all transactions of an existing wallet.
GET
List wallet transactions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Required range:
0 <= x <= 100Required range:
x >= 0Filter transactions by their type.
Available options:
credit_free, credit_paid, debit Example:
"credit_paid"
Filter transactions by their exact amount, expressed in the currency's smallest unit.
Example:
12000
Filter transactions by the invoice they are attached to.
Example:
"inv_QalW2vTAdkR6IY"
Filter transactions whose comment contains this value, case-insensitive.
Example:
"Offline payment received"

