paygentic_create_invoice
Generate an invoice with a public payment link. When paid, the wallet balance is credited automatically.
Instructions
Create an invoice that anyone can pay via a public link. When paid, the wallet balance increases. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Invoice title (e.g. 'Data export task') | |
| amount | Yes | Amount in USD (e.g. 15.00 for $15) | |
| walletId | Yes | Wallet that will receive the payment | |
| expiresAt | No | ISO 8601 expiry date | |
| description | No |