#рэмрэм
1 messages · Page 1 of 1 (latest)
Hi there!
True, if you have a failed payment with idempotency key abc, when you retry the payment you have to change the idempotency key. Otherwise you'll get back the same error message.
How whould you recommend to change it, but keep the idempotency key logic?
Well you'll have to change your idempotency key logic. When a payment fails, use a different idemmotencykey to retry the payment.