Retrieve All Transactions

Retrieves a detailed list of all transactions in the account. By default, this endpoint returns the transactions from the last 30 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Visit our Documentation to learn more about Summaries. You can also check our Token-based pagination example for step by step instructions.

Query Params
string

Search string for filtering transactions

string

Filter transactions starting from this date (ISO 8601 format).

string

Filter transactions up to this date (ISO 8601 format).

string

Filter by transaction type (e.g., "payment", "charge")

string

Filter by transaction status (e.g., "created", "paid", "reimbursed")

string

Filter by currency (e.g., "MXN", "USD").

string

Filter by gateway (e.g., "ecartpay", "stripe").

string

Token for fetching the next page. Use the 'next_token' value from a previous response. IMPORTANT: Make sure to URL encode before sending.

string

Token for fetching the previous page. Use the 'token_page' value from a previous response. IMPORTANT: Make sure to URL encode before sending.

Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!