Create Rendben payment
rendben_create_payment_intentCreate a short-lived one-time USDC payment intent for a merchant product. Requires a Rendben read-write API key in the MCP Authorization header. This does not move funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Optional merchant reconciliation data, up to 2 KB. | |
| productId | Yes | Active one-time Rendben product ID. | |
| customerEmail | Yes | Email used for the receipt. | |
| idempotencyKey | Yes | Stable key for safe retries. | |
| customerReference | No | Optional stable merchant customer ID. |