/
HE
helicone
/
helicone-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 18m ago · Updated 4mo ago
View markdown
helicone
helicone-api
post
/v1/stripe/auto-topoff/settings
b369e9e3e80c
latest
OpenAPI 3.0.0
MIT
raw.githubusercontent.com
2026-04-04
267
543
485.7 KB
Agent
9
API Key
10
Comparison
1
Credits
6
Customer
2
Dashboard
1
Dataset
14
Evals
4
Evaluator
13
Experiment
44
HeliconeSql
9
Integration
8
Metrics
20
Model Registry
1
Models
2
PI
6
Playground
3
Prompt
18
Prompt2025
20
Prompt2025V2
3
Property
8
Providers
1
Request
10
Security
1
Session
7
Status
2
Stripe
25
get
/v1/stripe/subscription/cost-for-prompts
get
/v1/stripe/subscription/cost-for-evals
get
/v1/stripe/subscription/cost-for-experiments
get
/v1/stripe/subscription/free/usage
post
/v1/stripe/cloud/checkout-session
post
/v1/stripe/subscription/new-customer/upgrade-to-pro
post
/v1/stripe/subscription/existing-customer/upgrade-to-pro
post
/v1/stripe/subscription/new-customer/upgrade-to-team-bundle
post
/v1/stripe/subscription/existing-customer/upgrade-to-team-bundle
post
/v1/stripe/subscription/manage-subscription
post
/v1/stripe/subscription/undo-cancel-subscription
post
/v1/stripe/subscription/add-ons/{productType}
delete
/v1/stripe/subscription/add-ons/{productType}
get
/v1/stripe/subscription/preview-invoice
post
/v1/stripe/subscription/cancel-subscription
post
/v1/stripe/subscription/migrate-to-pro
get
/v1/stripe/payment-intents/search
get
/v1/stripe/subscription
get
/v1/stripe/auto-topoff/settings
post
/v1/stripe/auto-topoff/settings
delete
/v1/stripe/auto-topoff/settings
get
/v1/stripe/payment-methods
post
/v1/stripe/payment-methods/setup-session
delete
/v1/stripe/payment-methods/{paymentMethodId}
get
/v1/stripe/subscription/usage-stats
Test
1
Trace
5
User
3
Vault
4
Webhooks
4
Wrapped
2
Stripe
post
/v1/stripe/auto-topoff/settings
Request body
UpdateAutoTopoffSettingsRequest
required
enabled
boolean
required
thresholdCents
number
double
required
topoffAmountCents
number
double
required
stripePaymentMethodId
string
required
Response
Ok
AutoTopoffSettings
required
enabled
boolean
required
thresholdCents
number
double
required
topoffAmountCents
number
double
required
stripePaymentMethodId
string
nullable
required
lastTopoffAt
string
nullable
required
consecutiveFailures
number
double
required