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