Idempotency
The Cards Acceptance API supports idempotency for safely retrying requests without accidentally performing the same operation twice
To perform an idempotent request, provide theX-CORRELATION-ID
element in the request headers
All POST requests accept idempotency keys. Don’t send idempotency keys in GET and DELETE requests because it has no effect. These requests are idempotent by definition.
Updated 1 day ago