Prepare checkout payment
rendben_prepare_checkout_paymentPrepare an unsigned one-time payment or recurring subscription authorization from a public Rendben checkout URL. Requires the receipt email, public Solana wallet address and an explicit maximum USDC amount. This does not sign or submit the transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkoutUrl | Yes | Public merchant checkout URL on a *.rendben.com subdomain. | |
| customerEmail | Yes | Email used for receipts and subscription management. | |
| walletAddress | Yes | Public Solana address that will review, sign and fund the transaction. | |
| maximumAmountUsdc | Yes | Hard USDC ceiling approved by the user or agent policy. For subscriptions, this caps each recurring charge. |