---
title: "Simulate reversal"
method: POST
path: "/cards/transaction_simulations/reversal"
tags: ["Card Transaction Simulations"]
---

# Simulate reversal

`POST /cards/transaction_simulations/reversal`

A reversal releases the hold that was placed on account funds by an authorization, thus returning the funds to the account.

Simulate an `authorization.reversal` type transaction by including the `original_transaction_token` and `amount` in your request.

## Request body

- ReversalModel
  - `amount` integer, required — The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)
  - `find_original_window_days` integer
  - `is_advice` boolean
  - `network_fees` NetworkFeeModel[]
    - `amount` integer, required — The amount of the fee in the smallest whole denomination of the applicable currency (eg. For USD use cents)
    - `credit_debit` 'C' | 'D' — C = credit; D = debit
    - `type` 'ACQUIRER_FEE' | 'CROSS_BORDER_ISSUER_FEE' | 'CUR_CONV_CARDHOLDER_FEE' | 'CUR_CONV_ISSUER_FEE' | 'INTERCHANGE_FEE' | 'ISSUER_FEE' | 'PINDEBIT_ASSOC_FEE' | 'SWITCH_FEE', required
  - `original_transaction_id` string, uuid, required

## Response `201`

Success

- SimulationResponseModel

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

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