---
title: "Settle a Transfer"
method: POST
path: "/v1/transactions/transfer-payout/settle"
tags: ["Transactions"]
---

# Settle a Transfer

`POST /v1/transactions/transfer-payout/settle`

Settle a previously created transfer payout

## Request body

- object
  - `transfer_id` string, required

## Response `200`

Transfer settled successfully

- object
  - `data` object, required
    - `transaction_id` string, required

## Other responses

- `401` — Authentication failed due to invalid credentials
- `422` — Failed due to a formatting error.

---

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