Documentation

WEBHOOK_OUTCOME_ID_REUSED

409invalid_request

The delivery-outcome identity was reused with different parameters.

Cause

That identity already recorded a different outcome, so accepting it would rewrite delivery history.

How to fix it

Use a distinct identity per delivery attempt, or resend the original parameters to replay the stored outcome.

Example response

409 WEBHOOK_OUTCOME_ID_REUSED
JSON
{
  "error_code": "WEBHOOK_OUTCOME_ID_REUSED",
  "error_type": "invalid_request",
  "error_message": "The delivery-outcome identity was reused with different parameters.",
  "hint": "Use a distinct identity per delivery attempt, or resend the original parameters to replay the stored outcome.",
  "docs_url": "https://docs.billerapi.com/errors/WEBHOOK_OUTCOME_ID_REUSED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?