Idempotency

The ZOLOZ service supports idempotency for some APIs, which allows a merchant to retry the same API calls multiple times while the action is only performed once. With the idempotency support, unwanted duplication is avoided in case of API call failures and retries.

In general, the idempotency support status quo for the ZOLOZ APIs is listed as below:

  • All the initialize APIs, regardless of integration modes , do not support idempotency.
  • All the checkResult APIs, regardless of integration modes, support idempotency.
  • All the APIs that are provided in the API-mode products support idempotency.