TERMS_ACCEPTANCE_REQUIRED
400invalid_requestSignup requires explicit acceptance of the current legal documents.
Cause
The signup request did not explicitly accept the current Terms of Service and Privacy Policy.
How to fix it
Review the current Terms of Service and Privacy Policy, then explicitly accept both before retrying signup.
Example response
400 TERMS_ACCEPTANCE_REQUIRED
JSON
{
"error_code": "TERMS_ACCEPTANCE_REQUIRED",
"error_type": "invalid_request",
"error_message": "Signup requires explicit acceptance of the current legal documents.",
"hint": "Review the current Terms of Service and Privacy Policy, then explicitly accept both before retrying signup.",
"docs_url": "https://docs.billerapi.com/errors/TERMS_ACCEPTANCE_REQUIRED",
"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/TERMS_ACCEPTANCE_REQUIRED
Was this page helpful?