# payment_required

Payment for this organization has failed; processing is paused until it succeeds. Returned with HTTP 402; retrying will not help.

| Property | Value |
| --- | --- |
| HTTP status | `402` |
| Retryable | No |
| `type` | `https://fylane.dev/errors/payment-required` |

Retrying an identical request will fail identically. Change something first — the `details` object names what.

Example response

```json
{
  "type": "https://fylane.dev/errors/payment-required",
  "code": "payment_required",
  "message": "Payment for this organization has failed; processing is paused until it succeeds.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/payment-required"
}
```

Quote the `request_id` if you contact support. It is the same value returned in the `X-Request-Id` header and it identifies this exact request in our logs.
