ToolsConnect
Get billing status
Plan, credit balance, and credit prices (data/email).
Tool: get_billing_status
Pass topup_usd (min $10, $1 = 100 credits) to get a Stripe payment link for more credits, or upgrade_plan=growth|pro for a subscription checkout link - share the returned URL with the user; credits land automatically after payment. Call this when any tool returns out_of_credits. Free.
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
topup_usd | integer | no | Whole dollars for a credit top-up payment link (min 10; $1 = 100 credits). Returns topup_checkout_url - share it with the user; credits land automatically after payment. |
upgrade_plan | string | no | growth or pro - returns upgrade_checkout_url for a subscription checkout. |
Plan, credit balance (plan + top-up buckets), and the three credit prices (data/email/research). Call this when any tool returns
out_of_credits. Reading status is free and never charges credits.
Sample request
{}