Get history of payout reversals

This GET endpoint is used to retrieve the payout reversal history for a specific user and payout transaction.
You can use this endpoint to view all reversal transactions applied to a particular payout, including each payout_reversal_token, the reversed amount, and status.
To use this endpoint, you need to provide both the user_token and the original payout_token in the URL Path.
The response will include a JSON object containing an array of reversal transactions associated with the specified payout, with each entry including details such as the reversal token, amount, currency, status, and the date and time of the reversal.

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

Token representing the user to pay out

string
required

Token representing the trsanaction. Retrieved from /payout/{user_token}

Headers
string

Unique key to prevent duplicate processing

Responses

400

Bad Request

401

Unauthorized

403

You do not have necessary permissions for the resource

404

Not Found

500

Internal Server Error

504

Gateway Timeout

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