#ArunBhat
1 messages · Page 1 of 1 (latest)
Hi there!
Do you mean "manual" capture and "automatic" capture? https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
yes, is there any common event?
Assuming the payment works, then:
- manual capture will trigger
payment_intent.amount_capturable_updated - automatic capture will trigger
payment_intent.succeeded
there is no common event is it?
Maybe a common event is charge.succeeded.
this will be after capture is done right, not before that