#Shahan-demo-manual-capture

1 messages · Page 1 of 1 (latest)

half canyon
#

Hi there

#

No there isn't really any way to force this...

#

You'll mostly just want to mock responses and handle it that way

quasi vector
#

so, what will be the re-auth flow? Can I use the existing intent_id? Or do I need to do the full process again from start? Is there any way to use the first hold info for the re-auth?

half canyon
#

The PaymentIntent will move to canceled when the auth expires so you create a new PaymentIntent to re-auth

quasi vector
#

Ohh Ok, got it. So I have to start from step 1 to re-auth after a hold is canceled due to exceeding 7 days, right?

slim echo
#

Hello! I'm taking over and catching up...

#

Yep, that's correct. Once a hold expires you need to start with a new Payment Intent from step one.

quasi vector
#

Got it.
I have another guess to clerify from you,
if a hold (with save-during-payment) exceeds more than 7 days that fall into a state and set up future payments consider a state, we may say both states are the same as we have to re-auth from step 1 on hold, am I correct?

slim echo
#

Not sure I completely understand. Are you asking about the difference between placing a hold on a card which then expires vs. using a Setup Intent or setup_future_usage to set up a card for future use?

quasi vector
#

I was saying that, placing a hold on a card which then expires and setup_future_usage are the same in a sense, that I have to make a new intent to capture the fund, if the payment method allows me to charge without user involvement it's ok otherwise I have to notify the user to pay.

slim echo
#

Yes, that's fair to say, although if you place a hold using a Payment Intent without setup_future_usage the resulting Payment Method will not be set up for future use, so that's something to watch out for.

quasi vector
#

yeah, that's right. Seems I am more than clear now.

#

Thank you very much.

slim echo
#

Happy to help!

quasi vector
#

Hi, I need one more answer 😀
if I do not capture the fund within 7 days it will cancel the authorization and releases the funds to the user card. In this case, does Stripe deduct the Stripe charge? If yes, from whom it will be deducted? User(me) or the Customer(who paid)?

slim echo