---
title: "POST /api/Payout"
method: POST
path: "/api/Payout"
tags: ["Payout"]
---

# POST /api/Payout

`POST /api/Payout`

## Request body

- CreatePayoutRequest
  - `country` string, nullable
  - `amount` integer
  - `currency` string, nullable
  - `destinationCurrency` string, nullable
  - `reason` string, nullable
  - `reference` string, nullable
  - `type` 0 | 1 | 2 | 3 | 4 | 5
  - `payee` Payee
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `companyName` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `address` string, nullable
    - `location` PhysicalLocation
      - `city` string, nullable
      - `address` string, nullable
      - `zipCode` string, nullable
    - `document` Document
      - `type` string, nullable
      - `number` string, nullable
    - `bankAccount` BankAccount
      - `number` string, nullable
      - `swift` string, nullable
      - `type` 1 | 2
      - `codeBank` string, nullable
      - `nameBank` string, nullable
      - `branch` string, nullable
    - `birthDay` string, date-time, nullable
    - `nationalityCode` string, nullable
  - `instantPaymentData` object, nullable
  - `notification_Url` string, nullable
  - `metadata` unknown
  - `remmiter` Remmiter
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `companyName` string, nullable
    - `birthDay` string, date-time, nullable
    - `location` PhysicalLocation
      - `city` string, nullable
      - `address` string, nullable
      - `zipCode` string, nullable
    - `countryIsoCode` string, nullable

## Response `200`

Success

- CreatePayoutResponse
  - `payoutId` integer
  - `status` integer
  - `statusDescription` string, nullable
  - `reference` string, nullable
  - `error` Error
    - `ErrorCode` string, nullable
    - `Created` string, nullable
    - `Message` string, nullable
    - `Detail` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.net/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/versions/10523581e6c2/schema)
