start_checkout
Open a Stripe Checkout for prepaid top-up. Returns a hosted payment URL; credits are added after Stripe confirms the session completes.
Instructions
Open Stripe Checkout for the server-configured prepaid top-up.
Returns a hosted Checkout URL the human must open. Credits land only after Stripe sends checkout.session.completed to /v1/webhooks/stripe. If purchases are not enabled, returns {ok:false, error:{code:service_unavailable}} plus purchases_enabled=false.
Returns: dict with keys: url (or ok/false error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||