Create payment link
create_payment_linkGenerate a hosted ZEN checkout link and QR code so a customer can pay. Specify amount, currency, and merchant transaction ID to create the payment link with optional expiry, description, and IPN callback.
Instructions
Write operation: create a hosted ZEN checkout link and QR code for a customer to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| currency | Yes | ||
| expiresAt | No | ||
| description | No | ||
| customIpnUrl | No | ||
| idempotencyKey | No | ||
| merchantTransactionId | Yes |