---
title: "Reject a transfer"
method: POST
path: "/v2/transfer-approvals/{approvalId}/reject"
tags: ["Transfer Approvals"]
---

# Reject a transfer

`POST /v2/transfer-approvals/{approvalId}/reject`

Reject a pending transfer. This will cancel the transfer and return funds to the sender.

## Path parameters

- `approvalId` string, uuid, required

## Request body

- RejectTransferRequest — Request body for rejecting a transfer
  - `reason` string — Reason for rejecting the transfer

## Response `200`

Transfer rejected successfully

- RejectTransferResponse
  - `success` boolean — Whether the operation was successful
  - `message` string — Human-readable message about the operation
  - `approvalId` string, uuid — ID of the approval being processed
  - `status` 'REJECTED' — Current status after rejection
  - `reason` string — Reason for rejection
  - `timestamp` string, date-time — When the rejection was processed

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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