get https://{environment}.masspay.io/{VERSION}/payout///reversal
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.