invalid_request_error422What happened
Events can only be submitted to claims with statusOPEN. The claim you targeted has already transitioned to a terminal or in-progress state.
Claim lifecycle
Claims follow a one-way state machine:OPEN, no further events can be submitted.
How to fix
Check the claim’s current status before submitting events:PENDING, CONFIRMED, or FAILED, you cannot submit more events to it. Create a new claim if you need to restart the process.
Common causes
Fulfillment condition was already satisfied
Fulfillment condition was already satisfied
A previous event satisfied the fulfillment condition and automatically transitioned the claim to
PENDING.
The claim is now awaiting review — no further events are accepted.Activity window elapsed
Activity window elapsed
No events were submitted within the
activity_window duration. The claim transitioned to PENDING automatically via a scheduled job.Race condition — event arrived too late
Race condition — event arrived too late
If you are submitting events concurrently, a previous event may have just satisfied the condition.
Fetch the claim to confirm its status, then decide whether to create a new claim.