---
title: "Cancel Deposit Transaction"
method: POST
path: "/CancelDepositClosedLoop"
tags: ["Transactions"]
---

# Cancel Deposit Transaction

`POST /CancelDepositClosedLoop`

This API cancels a deposit transaction.

## Request body

- object
  - `Method` string, required — Text Containing The Name Of The Method
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `PartnerId` integer, required — Number Of The Partner
  - `MerchantAccountKey` string, required — Merchant Account Identifier
  - `OriginalIdentifier` string, required — Identificador original da transação
  - `Identifier` string, required — Identifier Of The Transaction
  - `Reason` string, required — Código do motivo do cancelamento

## Response `200`

Response for Cancel Deposit Closed Loop

- object
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
