MISSING_FIELDS
400invalid_requestOne or more required fields were absent.
Cause
A required field on the request body was missing or empty.
How to fix it
Send every required field for this endpoint and retry.
Example response
400 MISSING_FIELDS
JSON
{
"error_code": "MISSING_FIELDS",
"error_type": "invalid_request",
"error_message": "One or more required fields were absent.",
"hint": "Send every required field for this endpoint and retry.",
"docs_url": "https://docs.billerapi.com/errors/MISSING_FIELDS",
"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/MISSING_FIELDS
Was this page helpful?