zunivo_create_payment_link
Generate a USDC payment link for any recipient (.agent name or 0x address) and amount, returning a pay URL and order ID for immediate sharing.
Instructions
Create a Zunivo payment link (invoice): anyone opening it can pay the given USDC amount to a .agent name or 0x address. Returns the pay URL and order id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | recipient — .agent name or 0x address | |
| memo | No | ||
| amount | Yes | USDC amount, e.g. '25' or '0.50' |