---
title: "Refund an escrow to sender"
method: POST
path: "/v1/pay/escrow/refund"
tags: ["Voidly Pay"]
---

# Refund an escrow to sender

`POST /v1/pay/escrow/refund`

Sender-signed or admin-signed. Pulls credits back from locked to balance.

## Request body

- object
  - `envelope` object, required
  - `signature` string, required

## Response `200`

Escrow refunded

## Other responses

- `403` — escrow_signer_not_authorized
- `409` — escrow_not_open

---

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