create_payment_link
Generate payment links for customers to complete transactions by specifying title, amount, and optional description and currency.
Instructions
Create a new payment link that customers can use to pay
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Payment link title | |
| description | No | Description shown to payer | |
| amount | Yes | Amount to charge (e.g. '29.99') | |
| currency | No | Currency code (USD or BRL, defaults to USD) |