Get history of payins by user token

This GET endpoint is used to retrieve the pay-in history for a user with the specified token.
You can use this endpoint to view all pay-ins initiated for a user, including the payin_token, source_token, destination_token, amounts, and current status.
To use this endpoint, you need to provide the user token in the URL Path.
The response will include a JSON array of pay-in transactions for the specified user, with each transaction including details such as the pay-in token, amounts, currencies, fees, status, any required_action, and the partner network_response.

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

The user token that needs to be fetched.

Query Params
number
0 to 100
Defaults to 10

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

date
^[\d]{4}-[\d]{2}-[\d]{2}$

Starting date

date
^[\d]{4}-[\d]{2}-[\d]{2}$

Ending date

integer
≥ 1
Defaults to 1

Page number

string
enum

Filter pay-ins by status. Comma separated to include multiple statuses

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