Open Stripe Checkout
checkoutFallback/non-widget tool for starting external Stripe Checkout after the user accepts a pay-per-use quote. Payment authorization is required before PromptFax can send; PromptFax treats webhook-confirmed authorization, not browser redirect, as payment truth. In ChatGPT widget sessions, do not call this after start_session because the widget's Pay & send step opens Checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | PromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow. | |
| sendIntentId | No | PromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations. | |
| autoSendAfterAuthorization | No | When true, PromptFax sends automatically after Stripe confirms payment authorization. When false, call send_fax after authorization. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||