---
title: "Initiate Refund"
method: POST
path: "/api/b2b/escrows/refunds/{escrowId}"
---

# Initiate Refund

`POST /api/b2b/escrows/refunds/{escrowId}`

Refunds funds from the escrow back to the sender.

## Path parameters

- `escrowId` string, required

## Request body

- object
  - `amount` integer, required — Amount to refund (must not exceed escrow balance)

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `transactionId` 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)
