factreason_create_topup_link
Create a Stripe Checkout URL to add prepaid credit to your API key. Use after HTTP 402 or low balance; share the URL with a human, and credit applies only after they pay.
Instructions
Create a Stripe Checkout URL for adding prepaid credit to the calling Bearer API key. This creates an external checkout session but does not charge a card. You CANNOT COMPLETE THE PAYMENT YOURSELF, so return the URL to a human, and credit is applied only after they complete payment. Use after HTTP 402 or when balance is low; the tool itself is not metered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountUsd | Yes | Credit amount in USD; common blocks are 10, 50, and 200 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| created | No | ||
| amountUsd | No | ||
| balanceUrl | No | ||
| checkoutUrl | No | ||
| createKeyUrl | No | ||
| instructions | No |