#ArjunB
1 messages · Page 1 of 1 (latest)
Hello there
we want to add their acct to exception rule.. will the prev trx go through?```
No it won't retry automatically.
You would need to confirm the PaymentIntent again
Depends on the integration. Are the PaymentMethods being attached to the Customer?
Do you have an example?
yes
one sec
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hmm okay yeah with this flow you are attempting to confirm client-side which means a successful confirmation is what actually attaches the PaymentMethod. There is no way to retry here without bringing your customer through the flow again and having them enter their card details again.
You might want to consider using "Review" rules in this case instead of block rules. See: https://stripe.com/docs/radar/rules
gotcha.
so if we don't review in time what happens
is it time bound and gets declined eventually?
what happens to the transaction until then? pending
Take a read through https://stripe.com/docs/radar/reviews
Unless you use auth & capture the charge is basically captured immediately
But the review allows you to decide whether to refund or not
so if we refund, the transaction fails?
Yeah so you may want to look at manual capture: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
This will give you 7 days during which you can review the payment before you actually capture the Authorization