Prepare USDC payment
rendben_prepare_usdc_paymentPrepare an unsigned Solana mainnet transaction for an opaque Rendben payment capability. Requires a payer token, wallet public address and explicit maximum spend. Never provide a seed phrase or private key. The result must be reviewed and signed locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Public Solana address that will sign and fund the payment. | |
| paymentIntentId | Yes | Opaque pi_ payment intent ID supplied by the merchant. | |
| payerAccessToken | Yes | Short-lived rpa_v1_ payer capability supplied with the payment intent. | |
| maximumAmountUsdc | Yes | Hard per-call USDC ceiling approved by the user or agent policy. |