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