List credit 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
- GETGet subscription phases
- GETGet subscription phase
- POSTRefresh seat products
- POSTTransition subscription to next phase
Third-party apps
Wallets
List credit transactions
Retrieve all credit transactions associated with a credit product for a specific customer.
GET
/
v1
/
customers
/
{id}
/
credits
/
{productId}
/
transactions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Required range:
0 < x < 100
Required range:
x > 0
Response
200 - application/json
List of CreditTransaction.
Monetary amount. Expressed in currency's smallest unit.
Credit balance after the transaction.
Credit transaction creation date.
Value of credits related to the transaction.
ID of the customer related to the transaction.
ID of the event related to the credit consumption.
Credit transaction ID.
ID of the invoice related to the transaction.
ID of the payment method related to the transaction.
ID of the product related to the transaction.
Type of credit transaction.
Available options:
app
, portal
, api
Type of credit transaction.
Available options:
topup
, usage
Credit transaction last edition date.
Was this page helpful?