#Alberto
1 messages · Page 1 of 1 (latest)
Hi there,
Are you following the guide to manual capture for PaymentIntents?
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
if we must build a function in the backend that caputers it after x amount of minutes or there's a way of automatically doing it from stripe without the need of something which actively looks for payment intents that needs to be caputured.
You need to capture the amount using PaymentIntent API in your integration, that can't be done automatically by Stripe:
https://stripe.com/docs/api/payment_intents/capture
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#capture-funds