---
title: "Reverse a remittance transaction"
method: DELETE
path: "/v2/remittances/receive_reversal"
---

# Reverse a remittance transaction

`DELETE /v2/remittances/receive_reversal`

Allows reversing a remittance only on the same day of the operation.

## Request body

- ReceiveReversalRequest
  - `amount` string, required — The amount of the remittance to be reversed.
  - `reference` string, required — Reference number of the remittance transaction.
  - `reversal_reason` 'WANTS_CASH' | 'WRONG_TX' | 'OUT_OF_CHECKS' | 'ID_PROBLEM', required — Reason for reversing the remittance.

## Response `200`

Successful reversal of the remittance transaction.

- ReceiveReversalResponse
  - `status` string — The status of the reversal.
  - `reversal_date_time` string, date-time — Timestamp of the reversal operation.

## Other responses

- `400` — Invalid request or remittance cannot be reversed.
- `403` — Reversal period expired.

---

[API](https://skmtc.net/monato/apis/remittances-api.md) · [All operations](https://skmtc.net/monato/apis/remittances-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/remittances-api/versions/52914d7d7447/schema)
