#alessandro.ricci
1 messages · Page 1 of 1 (latest)
Hi there
Sounds like you want to use Auth & Capture here: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
That way you can cancel the auth if the 3rd party API returns an error
Or capture if it is successful
if i undestand correctly i can create a PI that only ask the "Bank" if the payment can be processed and then if everithing is correct i can unlock the fund
Yep pretty much
You authorize the charge with the bank and they will basically place a hold on the customers credit card for that amount.
Then you have up to 7 days to actually "complete the charge" and capture the funds, or to cancel the charge and release the funds back to the customer
ok from the user perspective an hold released is immediate or depends on the bank ?
Depends on the bank
Sometimes the bank will leave the auth on the customer's statement for a day or two
But we have no control over that
ok thank you !
Sure!
sorry a further question if i need to unlock the hold we need to delete the payment intent or ther is another way ?