LEGAL_VERSION_OUTDATED
400invalid_requestThe accepted legal document versions are no longer current.
Cause
The signup accepted legal document versions that have since been superseded.
How to fix it
Refresh the signup contract, review the current legal documents, and retry with their current version identifiers.
Example response
400 LEGAL_VERSION_OUTDATED
JSON
{
"error_code": "LEGAL_VERSION_OUTDATED",
"error_type": "invalid_request",
"error_message": "The accepted legal document versions are no longer current.",
"hint": "Refresh the signup contract, review the current legal documents, and retry with their current version identifiers.",
"docs_url": "https://docs.billerapi.com/errors/LEGAL_VERSION_OUTDATED",
"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/LEGAL_VERSION_OUTDATED
Was this page helpful?