Retrieve Transactions by Status

Fetch a list of transactions filtered by their status. This endpoint allows you to retrieve transactions that are either completed, failed, or all transactions regardless of their status. Pagination can be applied to the results using the page and limit query parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The status of the transactions to retrieve. Acceptable values are "completed", "failed", or "all".

Query Params
string

Number of items per page. Defaults to 10 if not provided.

string

Page number for pagination. Defaults to 1 if not provided.

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json