Get Subscription Lifecycle Settings

View as Markdown
Get subscription lifecycle settings for an account. Controls how subscriptions behave during lifecycle events such as pausing, resuming, and billing anchor management.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Response

Successful Response
resume_billing_behaviorenum or nullOptionalDefaults to reset_anchor

Controls how subscriptions are billed when resumed after a pause. ‘reset_anchor’ (default) re-anchors billing to the resume date with no catch-up charges. ‘catch_up’ preserves the original billing anchor and generates catch-up invoices for elapsed cycles.

Errors

422
Unprocessable Entity Error