Wallets
Get wallet transactions
API documentation
Integrations
Analytics
Billable events
Companies
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoicing entities
Organisations
Payments
Price configurations
Quotes
Subscriptions
- POSTRefresh subscriptions
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCancel subscription
- POSTReinstate subscription
- POSTPause subscription
- POSTActivate subscription
- POSTReactivate subscription
- GETGet subscriptions
- POSTCreate subscription
- GETGet subscription
- PUTUpdate subscription
- POSTRefresh seat products
- POSTTransition subscription to next phase
Third-party apps
Wallets
Wallets
Get wallet transactions
Retrieve all transactions of an existing wallet.
GET
/
v1
/
wallets
/
{id}
/
transactions
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
id
string
*
id
Required
string
take
number
take
number
skip
number
skip
number
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Required range:
0 < x < 100
Required range:
x > 0
Response
200 - application/json
List of WalletTransaction.
Wallet transaction ID.
Wallet transaction type.
Available options:
credit_free
, credit_paid
, debit
Amount of the wallet transaction.
Generated invoice ID for the transaction. Only applies for credit_paid
and debit
.
Was this page helpful?