503
Do not retryService unavailable — A dependency the request needs is not configured — currently only seen on the billing webhook, where it is a standing configuration gap, not a transient outage.
Response body
{ "error": { "code": "webhook_not_configured", … } }
Should you retry?
No — the same request will fail the same way. Fix it first.
What it means
Returned by POST /v4/billing/stripe when the webhook integration is not set up on this environment. Not part of the read API a typical integration calls. Unlike a 503 on most APIs, this specific cause will not clear on its own — the fix is configuration, not time.
Common causes
- The Stripe billing webhook has not been configured for this deployment.
How to fix it
This is an operational/configuration issue on JobFront's side, not something a caller can work around — contact your JobFront representative if you are implementing the billing webhook integration.