#adase-java-idempotency

1 messages · Page 1 of 1 (latest)

modest cape
#

#2 would happen if you made two requests in quick succession with the same idempotency key and the first one did not have a chance to finish before the second one started

somber glen
#

ah ok, so if the create request with the same idempotency key is made fast enough that the request did not complete on Stripe's side we should see an exception. Otherwise, the payment intent that was created by the 1st (now complete) request will be returned?

modest cape
#

Yup!