Transactions history

This GET endpoint is used to retrieve a list of all transactions, including payouts, loads, and spendbacks, for a provided user with the provided user token.
You can use this endpoint to obtain a comprehensive history of transactions for the provider user, allowing you to track and analyze their payment activities over time.
To use this endpoint, you need to provide the user_token as a parameter in the URL Path.
The response will contain a JSON array of transaction objects, each including transactions details.

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

Token representing the user to get transactions history for. If none is provided, retrieve transactions for all users.

Query Params
number
0 to 100
Defaults to 10

Number of records to return. Defaults to 10 if no value is provided

date

Starting date

date

Ending date

integer
≥ 1
Defaults to 1

Page number

string
enum

Filter particular types of transactions. Comma separated to include multiple types

Allowed:
uuid

Filter transactions to include only provided wallet token.

boolean
Defaults to false

Whether to show transactions from all clients

Headers
string

Unique key to prevent duplicate processing

Responses

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