create_payout
Initiate a payout by specifying the recipient, amount, and return URL. Supports bank transfers, crypto transfers, and Yugo Wallet recipients.
Instructions
Create Payout — Create a new Payout resource - sending funds to a Recipient — [POST /payouts]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount the Recipient will receive | |
| payment | No | ||
| recipient | No | ||
| reference | No | Merchant-defined reference identifier for this Payout | |
| return_url | Yes | URL where the Recipient will be redirected after providing payout details or completing the flow | |
| webhook_url | No | URL where Yugo will send webhook notifications for Payout status changes | |
| idempotency_key | No | Optional idempotency key for safe retries (max 36 chars, UUID recommended). Auto-generated if not provided. |