generateInvoicePaymentLink
generateInvoicePaymentLinkGenerate a payment link for a specific invoice, optionally with a custom amount less than the amount due.
Instructions
Generate a payment link for a specific invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | The ID of the invoice. | |
| amount | No | Custom amount to be charged for the invoice (must be less than the amount due). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |