create_payment_request
Generates a structured payment request with an expiry and a human-readable payment URI for a specified amount and token.
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 |
|---|---|---|---|
| memo | No | Optional memo describing what the payment is for | |
| token | Yes | Token the payment should be made in | |
| amount | Yes | Amount requested in human readable units, e.g. "5.00" | |
| network | No | Network to use: testnet (default) or mainnet | |
| expires_in_minutes | No | Minutes until the request expires (default 60) |