---
title: "Complete an accepted inbound transfer"
method: POST
path: "/legs/{id}/transfer/complete"
tags: ["Legs"]
---

# Complete an accepted inbound transfer

`POST /legs/{id}/transfer/complete`

Terminates an accepted inbound transfer with a final sipfrag `NOTIFY` and emits `leg.transfer_completed` (on success) or `leg.transfer_failed`. `success:true` sends `200 OK`; otherwise `status_code`/`reason` (default 500) carry the failure. The referrer leg is left for the app to hang up.

## Request body

- TransferCompleteRequest
  - `success` boolean, required
  - `status_code` integer
  - `reason` string

## Response `202`

Terminal NOTIFY queued

## Other responses

- `404` — No accepted transfer for the leg (accept it first)

## Changes

- **2026-07-10** `849665fa5507` — 1 info
  - endpoint added
- **2026-03-26** `d09c97c6ca8c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/transfer/complete/post.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceblender/voiceblender-api/revisions/89ff267f0958/schema)
