(Coming Soon)
Idempotency errors
When the Idempotency-Key header is used, BlueSnap may return one of the following errors:
Code | Name | Description |
|---|---|---|
60101 | SAME_IDEMPOTENCY_KEY_WAS_ALREADY_IN_USE_WITH_PREVIOUS_DIFFERENT_REQUEST | This occurs if there is an attempt to reuse an |
60102 | REQUEST_WITH_SAME_IDEMPOTENCY_KEY_ALREADY_IN_PROGRESS. | This occurs if a request is retried using the same |
60103 | IDEMPOTENCY_KEY_MAX_LENGTH_LIMIT_EXCEEDED | This occurs if the |
60104 | INVALID_IDEMPOTENCY_KEY | This occurs if the |
For more information about idempotency, refer to Idempotency (Coming Soon).
