---
title: "Initiate Payout"
method: POST
path: "/api/b2b/escrows/payouts/{escrowId}"
---

# Initiate Payout

`POST /api/b2b/escrows/payouts/{escrowId}`

Initiates a payout from the escrow to the receiver. You can specify the amount to payout.

## Path parameters

- `escrowId` string, required

## Request body

- object
  - `amount` integer, required — Amount to payout (must not exceed escrow balance)
  - `payoutDetails` object — Not required. Can be used when the payout destination is meant to override the payoutDetails specified on escrow creation.
    - `accountName` string
    - `accountNumber` string
    - `code` string
    - `branchCode` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `transactionId` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
