#XinJin
1 messages · Page 1 of 1 (latest)
Not sure what you're asking about. Can you provide more information? A link to what you're reading?
I mean
Are you asking about placing a hold on funds and then capturing it later?
Yep.
Once
placing ahold on funds,
Can I get hundred percents confirmation of capturing successful?
Yep, we have a guide for this here: https://stripe.com/docs/payments/capture-later
That mentions:
When a payment is authorized, the bank guarantees the amount and holds it on the customer’s card for up to seven days, or two days for in-person payments using Terminal.
Is that the information you're looking for?
I think so. But I want to confirm about the success confirmation.
Are you using Payment Intents?
Yep.
So, the problem is that we provide our service in the autherization step.
And once the service is completed,
we will capture the payment.
But in this case, capturing must not be failed.
If a Payment Intent's status is requires_capture that indicates the hold on the funds succeeded but the funds have not been captured yet.
Yeah, if you don't capture the funds will be released back to the customer after the 7/2 days elapses (depending on if Terminal is used or not).
If you want to release the funds back to the customer immediately you can cancel the Payment Intent.
Ok.