v1
latestOpenAPI 3.0.02026-08-06478.7 KBReverse a remittance transaction
Allows reversing a remittance only on the same day of the operation.
delete/v2/remittances/receive_reversal
Request body
Example request
{
"amount": "1596.00",
"reference": "23033104",
"reversal_reason": "WRONG_TX"
}Response
Successful reversal of the remittance transaction.
Example response
{
"status": "reversed",
"reversal_date_time": "2025-03-28T00:36:54.000Z"
}