Prepare a payment request for the payee to sign
robyn_payment_request_prepareBuild a canonical payment request (payee, chain, token, amount, memo, expiry) and return the digest for THE PAYEE to sign with their own wallet. Robyn does not sign these and holds no payee keys — a request signed by Robyn would prove nothing about the payee. Use this when an agent needs to ASK another agent for money in a way the payer can actually check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | ||
| chain | Yes | destination chain id or name | |
| payee | Yes | address that should be paid | |
| token | No | ||
| amount | Yes | base units | |
| expiresInSec | No |