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.