---
title: "Create Payout Transaction Beneficiary"
method: POST
path: "/payouts"
---

# Create Payout Transaction Beneficiary

`POST /payouts`

## Request body

- object
  - `token` string, required — JWT token from quotation
  - `beneficiaryId` string, required — Id of beneficiary you are sending to, you can get the beneficiary Id from the get beneficiary endpoint

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `transaction` object
      - `transactionId` string
      - `currency` string
      - `type` string
      - `amount` integer
      - `fees` integer
      - `userId` integer
      - `balanceBefore` integer
      - `balanceAfter` integer
      - `sourceCurrency` string
      - `destinationCurrency` string
      - `destinationAmount` string
      - `destinationCountry` string
      - `beneficiary` object
        - `id` integer
        - `firstName` string
        - `lastName` string
        - `phoneNumber` string
        - `country` string
        - `bankCode` unknown
        - `bankName` unknown
        - `bankAccountName` unknown
        - `bankAccountNumber` unknown
        - `createdAt` string
        - `updatedAt` string
      - `reason` unknown
      - `status` string
      - `createdAt` string
      - `updatedAt` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
