Documentation

MESSAGING_INVALID_PAYLOAD

400invalid_request

The message payload is malformed.

Cause

The message body is missing required fields or is otherwise malformed.

How to fix it

Check the Messaging API reference for the required fields.

Example response

400 MESSAGING_INVALID_PAYLOAD
JSON
{
  "error_code": "MESSAGING_INVALID_PAYLOAD",
  "error_type": "invalid_request",
  "error_message": "The message payload is malformed.",
  "hint": "Check the Messaging API reference for the required fields.",
  "docs_url": "https://docs.billerapi.com/errors/MESSAGING_INVALID_PAYLOAD",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?