EXTRACTION_UNSUPPORTED_FOR_BILLER
422invalid_requestThis biller does not support statement extraction.
Cause
The biller lacks the capability required for statement extraction.
How to fix it
Check the biller capability flags before requesting extraction.
Example response
422 EXTRACTION_UNSUPPORTED_FOR_BILLER
JSON
{
"error_code": "EXTRACTION_UNSUPPORTED_FOR_BILLER",
"error_type": "invalid_request",
"error_message": "This biller does not support statement extraction.",
"hint": "Check the biller capability flags before requesting extraction.",
"docs_url": "https://docs.billerapi.com/errors/EXTRACTION_UNSUPPORTED_FOR_BILLER",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/EXTRACTION_UNSUPPORTED_FOR_BILLER
Was this page helpful?