Documentation

PAYMENT_EXECUTION_NOT_AVAILABLE

501upstream

Bill payment execution is not available in this environment.

Cause

Bill payment execution is unavailable in the current environment, so the endpoint returns a terminal 501 response.

How to fix it

Do not retry or integrate with bill payment execution until availability is announced.

Example response

501 PAYMENT_EXECUTION_NOT_AVAILABLE
JSON
{
  "error_code": "PAYMENT_EXECUTION_NOT_AVAILABLE",
  "error_type": "upstream",
  "error_message": "Bill payment execution is not available in this environment.",
  "hint": "Do not retry or integrate with bill payment execution until availability is announced.",
  "docs_url": "https://docs.billerapi.com/errors/PAYMENT_EXECUTION_NOT_AVAILABLE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?