Documentation

BILLER_NOT_CONNECT_READY

409invalid_request

The biller is not ready to connect.

Cause

The biller has no usable login script yet, so a connect flow cannot start.

How to fix it

Wait for biller onboarding to finish, or pick another biller.

Example response

409 BILLER_NOT_CONNECT_READY
JSON
{
  "error_code": "BILLER_NOT_CONNECT_READY",
  "error_type": "invalid_request",
  "error_message": "The biller is not ready to connect.",
  "hint": "Wait for biller onboarding to finish, or pick another biller.",
  "docs_url": "https://docs.billerapi.com/errors/BILLER_NOT_CONNECT_READY",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?