create_payment_link
Create a one-time crypto payment link without an account or API key. Provide a wallet address and amount to receive a shareable pay URL and embeddable button; funds settle directly to your wallet.
Instructions
Create a one-time crypto payment link with ZERO setup, no account, no API key. Give a destination wallet address and an amount; get back a shareable pay_url, an embeddable button, and a manage_url. Non-custodial: funds settle directly to the address you provide. Optionally pass an email so the owner can claim a full dashboard later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Description shown on the checkout | |
| asset | No | Defaults to USDC | |
| chain | No | Defaults to base | |
| No | Optional, lets the owner claim a dashboard later | ||
| address | Yes | Destination wallet; funds settle here. Shieldz never holds them. | |
| amount_usd | Yes | Amount in USD, e.g. 49 for $49.00 |