Upgrading your PingBack plan takes two steps: fetch a checkout URL from the API, then complete payment in the Polar.sh checkout flow. Your plan upgrades automatically once payment is confirmed.Documentation Index
Fetch the complete documentation index at: https://docs.pingback.live/llms.txt
Use this file to discover all available pages before exploring further.
Get a checkout URL
CallGET /api/v1/billing/checkout-url with the plan query parameter set to mini or pro. The response returns a url you redirect the user to.
Endpoint: GET https://api.pingback.live/api/v1/billing/checkout-url
Query parameters:
| Parameter | Required | Values |
|---|---|---|
plan | Yes | mini or pro |
url to complete payment in Polar.sh.
Plan changes take effect immediately after checkout completes. You don’t need to restart your session or re-authenticate.
After payment
PingBack receives a webhook from Polar.sh once your payment is confirmed. Your plan is upgraded automatically — no manual steps required. New limits for agents, channels, messages, and AI features become available right away.Plan limit errors
When you reach a limit on your current plan, the API returns a structured error response so you know exactly what to upgrade.HTTP 402 — limit exceeded
You’ll receive a402 status when you try to add more agents, channels, or KB articles than your plan allows.
HTTP 402 — feature locked
You’ll receive afeature_locked error when you try to use a feature that isn’t available on your plan. This happens, for example, when a Free plan account tries to add a non-widget channel.
HTTP 429 — monthly message limit
When you reach your monthly message limit, the API returns a429 status.
Common errors and resolutions
| Error | Feature | Resolution |
|---|---|---|
limit_exceeded | agents | Upgrade to Mini (2 agents) or Pro (5 agents) |
limit_exceeded | channels | Upgrade to Mini (3 channels) or Pro (100 channels) |
limit_exceeded | kb_articles | Upgrade to Mini (25 articles) or Pro (1,000 articles) |
limit_exceeded | messages | Upgrade to a higher plan for more monthly messages |
feature_locked | integrations | Upgrade to Mini or Pro to connect omnichannel platforms |
feature_not_available | ai_auto_reply | Upgrade to Mini or Pro to enable AI auto-reply |