---
title: "Create bank payout"
method: POST
path: "/money/payouts"
tags: ["money", "payouts"]
---

# Create bank payout

`POST /money/payouts`

Initiates a bank payout for an existing quote. Gated on PermKYBLocked + PermFundsWithdraw.

## Headers

- `Idempotency-Key` string, required — Required client idempotency key; a duplicate submission with the same key is rejected with 409.

## Request body

- PayoutsCreatePayoutInput
  - `purpose` 'supplier' | 'payroll' | 'physical_goods' | 'digital_goods' | 'other_services' | 'property_rental' | 'logistics' | 'taxes' | 'insurance' | 'remittances' | 'investment' | 'charity_donation' | 'tuition_costs' | 'medical_care' | 'family_maintenance' | 'pension' | 'utility_provider' | 'public_services' | 'property_purchase' | 'travel' | 'tourism_expense' | 'entertainment' | 'affiliation_programs' | 'rewards' | 'savings_retirement' | 'investment_interest' | 'shares' | 'availability' | 'capital_contribution', required
  - `quote_id` string

## Response `200`

OK

- PayoutsCreatePayoutOutput
  - `complete` boolean
  - `created_ts` string, date-time
  - `money_movement_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `501` — Not Implemented
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/e4a31fb0de17/schema)
