---
title: "Create a payout transaction"
method: POST
path: "/open-api/v3/payment"
tags: ["Payouts"]
---

# Create a payout transaction

`POST /open-api/v3/payment`

Initiates a payout transaction using the verified payout parameters, including the sub-account ID and the check-payout ID returned from the verification step.

## Request body

- CreatePayoutReqDTO
  - `accountId` string, required — The UUID of the account.
  - `checkId` string, required — The ID returned by the Check Payout API

## Response `200`

OK

- CreatePayoutResp
  - `code` string — Error code
  - `message` string — Error message
  - `data` CreatePayout
    - `clientTransactionId` string, required — Customer transaction id
    - `id` string, required — Business payment ID

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
