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

ParamTypeRequiredDescription
topup_usdintegernoWhole 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_planstringnogrowth 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

{}

On this page