create_payment_request
Generate a payment request with specified token and amount, including an expiry and a human-readable payment URI for easy payment fulfillment.
Instructions
Generate a structured payment request payable to this wallet, with an expiry and a human readable payment URI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount requested in human readable units, e.g. "5.00" | |
| token | Yes | Token the payment should be made in | |
| memo | No | Optional memo describing what the payment is for | |
| expires_in_minutes | No | Minutes until the request expires (default 60) | |
| network | No | Network to use: testnet (default) or mainnet |