Documentation

MESSAGING_AUP_REACCEPT_REQUIRED

412invalid_request

The messaging AUP must be re-accepted.

Cause

The AUP version changed since you last accepted it (see details.current_version).

How to fix it

Re-accept the current AUP version, then retry.

Example response

412 MESSAGING_AUP_REACCEPT_REQUIRED
JSON
{
  "error_code": "MESSAGING_AUP_REACCEPT_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "The messaging AUP must be re-accepted.",
  "hint": "Re-accept the current AUP version, then retry.",
  "docs_url": "https://docs.billerapi.com/errors/MESSAGING_AUP_REACCEPT_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?