#gyungi
1 messages · Page 1 of 1 (latest)
No I don't think you can capture the same PaymentIntent in two different cards.
You might want to create two PaymentIntents to auth and capture in these two cards.
Right, that makes sense, I was just wondering if there was some way to make the capture of two different PaymentIntents idempotent
like if one of them fails they both fail
There's no way to guarantee that the two payment results can arrive at the same time.