List Transactions
Headers
Query Parameters
The customer id
The page number
The the page size
Response
List of transactions items
The transaction amount in cents. 1000 = $10.00
The amount the customer paid in cents. 1000 = $10.00
Creation date of the order as timestamp
Three-letter ISO currency code, in uppercase. Must be a supported currency.
Unique identifier for the object.
String representing the environment.
test
, live
, sandbox
String representing the object’s type. Objects of the same type share the same value.
The amount that has been refunded in cents. 1000 = $10.00
Status of the transaction.
The sale tax amount in cents. 1000 = $10.00
The ISO alpha-2 country code where tax is collected.
The type of transaction. payment(one time payments) and invoice(subscription)
The customer associated with the transaction.
The description of the transaction.
The order associated with the transaction.
End period for the invoice as timestamp
Start period for the invoice as timestamp
The subscription associated with the transaction.
Pagination details for the list
The current page number
Total number of pages available
Total number of records in the list
The next page number, or null if there is no next page
The previous page number, or null if there is no previous page