Problems·HTTP 409
no-subscription
This account has no subscription to manage.
What it means
The billing portal manages an existing subscription, and this account has none.
What to do
Start one with einvoicing upgrade or POST /v1/billing/checkout-sessions.
Example
Sent as application/problem+json (RFC 9457). Branch on type, which is stable. Never branch on title or detail, which are prose and may change.
{ "type": "https://www.einvoicing.dev/problems/no-subscription", "title": "This account has no subscription to manage.", "status": 409, "detail": "…"}Returned by
- Manage a subscription
POST /v1/billing/portal-sessions
All problem types
Every error the API can return, with what to do about each.
API reference
Every operation, its parameters and the errors it can answer with.