#Oleksii
1 messages ยท Page 1 of 1 (latest)
๐ Thanks for reaching out,
It depends on the customer's bank card issuer, but in general the amount remains on hold for up to 7days
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#:~:text=For card payments%2C the amount is on hold for up to 7 days
ok
thank you ๐
@stray sky could you help me please with additional question. Does Stripe sends any event when automatically release payment intent on hold?
AFAIK, no there isn't, because the release of the authorization depends on the user's bank card issuer,
Instead, Stripe can notify you when a PaymentIntent has funds to be captured:
https://stripe.com/docs/api/events/types#event_types-payment_intent.amount_capturable_updated
ok
thanks