List all transactions
Transactions
List all transactions
Search and retrieve payment transactions. Filter by customer, product, date range, and status.
GET
List all transactions
Authorizations
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
Query Parameters
Filter transactions by customer ID.
Example:
"cust_1234567890"
Filter transactions by order ID.
Example:
"ord_1234567890"
Filter transactions by product ID.
Example:
"prod_1234567890"
The page number for pagination.
Example:
1
The number of items per page.
Example:
10