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

# Approve a transfer

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

Approve a pending transfer. If enough approvals are received, the transfer will be queued for execution.

## Path parameters

- `approvalId` string, uuid, required

## Request body

- ApproveTransferRequest — Request body for approving a transfer
  - `comment` string — Optional comment explaining the approval decision

## Response `200`

Transfer approval recorded successfully

- ApproveTransferResponse
  - `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` 'APPROVED' — Current status after approval
  - `timestamp` string, date-time — When the approval was processed

## Other responses

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

---

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