Documentation

WEBHOOK_OUTCOME_UNKNOWN

500api_error

A prior delivery outcome could not be resolved.

Cause

The stored record for this outcome identity could not be read, so it is neither confirmed nor rejected.

How to fix it

Retry with the same outcome identity rather than minting a new one.

Example response

500 WEBHOOK_OUTCOME_UNKNOWN
JSON
{
  "error_code": "WEBHOOK_OUTCOME_UNKNOWN",
  "error_type": "api_error",
  "error_message": "A prior delivery outcome could not be resolved.",
  "hint": "Retry with the same outcome identity rather than minting a new one.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_OUTCOME_UNKNOWN",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?