#ArjunB

1 messages · Page 1 of 1 (latest)

rustic sequoiaBOT
wraith marsh
#

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

stiff rampart
#

how do we do that?

#

make a payment again?

wraith marsh
#

Depends on the integration. Are the PaymentMethods being attached to the Customer?

#

Do you have an example?

stiff rampart
#

yes

#

one sec

wraith marsh
#

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.

stiff rampart
#

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

wraith marsh
#

Unless you use auth & capture the charge is basically captured immediately

#

But the review allows you to decide whether to refund or not

stiff rampart
#

so if we refund, the transaction fails?

wraith marsh
#

No

#

If a transaction goes in review it has already succeeded

stiff rampart
#

ah, we don't want that.

#

seller will ship , once the transaction is successful

wraith marsh
#

This will give you 7 days during which you can review the payment before you actually capture the Authorization

stiff rampart
#

got it

#

thanks