#Parks-idempotency_key

1 messages · Page 1 of 1 (latest)

regal gate
#

hi

#

if the payment attempt results in an "insufficient funds" error, is the idempotency key regarded as used at this point?
I think yes, because the request is actually processed

#

trying...

#

if a payment attempt is successful then submitting the same request again (with the same idempotency key) will result in an error code saying the idempotency key has already been used.
I believe it should result in the same payment object. When did you see the error?