API call retries
Use exponential backoff with jitter.
POST /v1/orders that may have succeeded without using the same merchant_reference.
Webhook delivery retries
Failed outbound deliveries are retried with backoff. Inspect attempts in the partner portal. Your handler must:- Return
2xxquickly - Be idempotent — the same
event+data.referencemay arrive more than once - Verify HMAC before processing
POST /v1/orders/:reference/fulfill while the order is still awaiting payment if auto-detection is delayed.