402 Payment Required
A largely reserved code intended for payment-gated access to a resource.
What it means
HTTP 402 Payment Required was set aside for digital payment systems but never standardised into a single mechanism. A handful of APIs and services use it today to signal that access depends on payment — an unpaid invoice, an exhausted quota on a paid plan, or a wallet with insufficient funds. Outside those specific systems it is rare.
When it happens
It happens mostly with commercial APIs that gate usage behind billing: a SaaS endpoint returning 402 when the account is past due, or a metered service cutting off a client that has run out of paid credit.
How to fix it
- Settle the outstanding payment or top up the account the API is billing against.
- Check the response body or docs for the exact billing condition, since 402 has no single standard meaning.
- For your own API, document precisely what 402 represents so clients can handle it.
SEO impact
None for normal pages. It is an API and billing response, not something used for indexable content.
Find out which of your URLs return 402
Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.
Related codes
The server could not understand the request due to malformed syntax.
401 UnauthorizedAuthentication is required and has failed or not been provided.
403 ForbiddenThe server understood the request but refuses to authorize it.
404 Not FoundThe server could not find the requested resource.
405 Method Not AllowedThe HTTP method used is not supported for the requested resource.
406 Not AcceptableThe server cannot produce a response matching the formats the client said it would accept.
Related guides
A plain-English primer on HTTP status codes for SEOs: what the 2xx, 3xx, 4xx, and 5xx families mean, which ones affect rankings, and the codes worth knowing.
How to find and fix broken linksA practical walkthrough for finding broken links on your site, working out why each one breaks, and fixing them so visitors and crawlers stop hitting dead ends.