Documentation

BRAIN_ENTRY_INVALID

400invalid_request

The brain entry payload is invalid.

Cause

A required field is missing or empty (note, biller_id, task_kind, actor_id), or the scope/status is unsupported.

How to fix it

Fix the field named in error_message and resend.

Example response

400 BRAIN_ENTRY_INVALID
JSON
{
  "error_code": "BRAIN_ENTRY_INVALID",
  "error_type": "invalid_request",
  "error_message": "The brain entry payload is invalid.",
  "hint": "Fix the field named in error_message and resend.",
  "docs_url": "https://docs.billerapi.com/errors/BRAIN_ENTRY_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?