Skip to main content
The status is the source of truth for your integration. Never validate an order only because the execution call returned HTTP 200.

Which endpoint to use

Standard lifecycle

Non-final states

Final states

Polling strategy

A simple strategy is enough in most cases. Stop polling as soon as a final state is returned.

Idempotency and recovery

Store these references together: If your execute call times out, call status first with transaction_reference. Retry execute only if the status shows that the operation has not yet been submitted.