Documentation

BILLING_STATUS_PERSIST_FAILED

500api_error

The billing status could not be saved.

Cause

The write to the billing-status store failed. Reporting success here would tell an operator the client is billable when it is not.

How to fix it

Retry. The operation is a conditionless put, so repeating it is safe.

Example response

500 BILLING_STATUS_PERSIST_FAILED
JSON
{
  "error_code": "BILLING_STATUS_PERSIST_FAILED",
  "error_type": "api_error",
  "error_message": "The billing status could not be saved.",
  "hint": "Retry. The operation is a conditionless put, so repeating it is safe.",
  "docs_url": "https://docs.billerapi.com/errors/BILLING_STATUS_PERSIST_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/BILLING_STATUS_PERSIST_FAILED

Was this page helpful?