Documentation

PAYMENT_EXECUTION_NOT_AVAILABLE

501upstream

Payment execution is not yet available.

Cause

The pay-execute pillar is gated off; the endpoint returns 501 until it is enabled.

How to fix it

Do not integrate against this endpoint until it returns a 2xx. Watch the changelog for the launch.

Example response

501 PAYMENT_EXECUTION_NOT_AVAILABLE
JSON
{
  "error_code": "PAYMENT_EXECUTION_NOT_AVAILABLE",
  "error_type": "upstream",
  "error_message": "Payment execution is not yet available.",
  "hint": "Do not integrate against this endpoint until it returns a 2xx. Watch the changelog for the launch.",
  "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?