---
title: "Create Payout Payment"
method: POST
path: "/payouts/v1/payment"
tags: ["Payouts"]
---

# Create Payout Payment

`POST /payouts/v1/payment`

## Headers

- `idempotency-key` string

## Request body

- object
  - `payment_details` object[], required — An array of payments to be queued and authorized
    - `account_id` string, required — Defines the `account_id` to send the money from
    - `destination_details` object[], required — Defines the payee account for the payment
      - `payment_destination_id` string, uuid, required — The Destination object to initiate the payment to
      - `amount` number, required — The amount to be transferred
      - `description` string, required — Payment reference information
      - `authorize_payment` boolean, required — When set to `true` the payment will be automatically authorized by the authorizer credentials in Payouts (requires an authorizer account to be set up in Payouts)

## Response `200`

- object
  - `end_user_id` string, required — Internal ID of the credentials used to queue the payment, for audit purposes.
  - `payouts_payment_details` object[], required
    - `payment_intent_id` string, required — The related Payment Intent
    - `payment_id` string, nullable — The related Payment
    - `initiate_payment_task_id` string — Informative ID for tracing a payout in Lean. Used when debugging a payout with your support representative.
    - `account_number` string — Account number which is performing the payment
    - `iban` string — IBAN of the sending account
    - `destination_details` object[] — Details of the receiving account
      - `destination_id` string, required
      - `amount` integer, required — Amount paid out
      - `currency` string, required — Currency of the transaction
      - `payment_status` string, required — Status of the payment
      - `recepient_details` object, required — Account details of the receiving account
        - `account_number` string, required — Account number of the destination
        - `iban` string, required — Full IBAN of the destination
        - `name` string, required — Associated name of the destination
    - `bank_identifier` string, required — Bank Identifier of the sender's account

---

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