Skip to main content

Idempotency

Most methods on resources in the finperks Giftcard API can or even must be used in an idempotent way, so you can automatically retry requests without having unintended side effects.

Retrying requests makes your system more resilient when network failures happen, our system temporarily fails to process your request or you exceeded the rate limit. We highly recommend implementing automated retries - they are necessary for reliable use of any network-based API.