---
title: "Create payout"
method: POST
path: "/v3/payment/payment-account/payouts"
tags: ["Payment account"]
---

# Create payout

`POST /v3/payment/payment-account/payouts`

Create a payout request

## Request body

- object
  - `beneficiary_id` string, required — The id of the payout beneficiary to which you wish to transfer money
  - `amount` number, required — The amount you wish to transfer, positive and up to 2 decimals
  - `label` string, required — This label that will be displayed on your bank account (140 characters max.)
  - `client_reference` string — An optional reference to link this payout request to your system (100 characters max.)

## Response `200`

Payout creation response

- object
  - `id` string
  - `beneficiary` object
    - `id` string
    - `company_name` string
    - `bank_name` string
    - `iban` string
    - `bic` string
  - `status` 'unknown' | 'created' | 'processing' | 'execution_skipped' | 'in_transit' | 'paid' | 'recalled' | 'canceled' | 'rejected' | 'failed'
  - `client_reference` string — Your internal reference for reconciliation
  - `label` string — Label of the payout
  - `amount` number
  - `currency` string
  - `type` 'manual' | 'scheduled'
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

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