Documentation

BILLING_SETUP_SESSION_FAILED

503upstream

The billing setup session could not be created.

Cause

The upstream checkout-session call failed, so there is no URL to send the customer to.

How to fix it

Retry with backoff. If it persists, contact support with the request_id.

Example response

503 BILLING_SETUP_SESSION_FAILED
JSON
{
  "error_code": "BILLING_SETUP_SESSION_FAILED",
  "error_type": "upstream",
  "error_message": "The billing setup session could not be created.",
  "hint": "Retry with backoff. If it persists, contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/BILLING_SETUP_SESSION_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?