Create payout
create_payoutSend payouts outward through ZEN payment gateway by providing recipient details, channel, currency, and amount. Initiate transfers with merchant transaction ID and optional customer info.
Instructions
Highest-risk destructive write: send money outward through ZEN. Verify recipient, channel, currency, and amount before use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| currency | Yes | ||
| customerEmail | No | ||
| customerPhone | No | ||
| idempotencyKey | No | ||
| paymentChannel | Yes | ||
| customerLastName | No | ||
| customerFirstName | No | ||
| merchantTransactionId | Yes |