Get status of a payout reversal

This GET endpoint is used to retrieve the status of a payout reversal transaction for a user with the specified token and payout reversal token.
You can use this endpoint to check whether a reversal has been successfully processed, partially applied, or if it encountered an error.
To use this endpoint, you need to provide the user_token, original payout_token and payout_reversal_token in the URL Path.
The response will include a JSON object containing details about the reversal transaction, including its status and any remaining reversible amount.

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}

string
required

Token representing the payout reversal transaction. Returned in the response when a reversal is created via /payout/{user_token}/{payout_token}/reversal

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