---
title: "Refund Deposit"
method: POST
path: "/api/b2b/fiat/deposit/{transactionId}/refund"
---

# Refund Deposit

`POST /api/b2b/fiat/deposit/{transactionId}/refund`

This API endpoint allows you to initiate a refund for a previously successful mobile money deposit transaction.

## Request body

- object
  - `refundReason` string, required — An explanation of why the refund is being initiated.
  - `externalReference` string, required — A unique ID of your liking to reconcile transactions internally.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `refundTransactionId` string
    - `originalTransactionId` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
