---
title: "Create Payout"
method: POST
path: "/payout"
---

# Create Payout

`POST /payout`

## Request body

- object
  - `destination_id` string, required
  - `amount` integer, required — Amount should be in subunits, e.g., $1 should be sent as 100.
  - `description` string, required
  - `supporting_documents` string[] — This should be a publicly downloadable content URL e.g invoice for payment

## Response `201`

201

- object
  - `data` object
    - `payout` object
      - `id` string
      - `account_id` string
      - `destination_id` string
      - `type` string
      - `amount` integer
      - `fee` integer
      - `description` string
      - `status` string
      - `status_code` unknown
      - `status_message` unknown
      - `created_at` string
      - `updated_at` string
    - `transaction` object
      - `id` string
      - `account_id` string
      - `kind` string
      - `deposit_id` unknown
      - `payout_id` string
      - `type` string
      - `description` string
      - `linked_transaction_id` unknown
      - `currency` string
      - `amount` integer
      - `balance_before` unknown
      - `balance_after` unknown
      - `status` string
      - `created_at` string
      - `updated_at` string
  - `message` string
  - `meta` unknown
  - `status` string

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
