#ArunBhat

1 messages · Page 1 of 1 (latest)

thin dustBOT
karmic cove
#

Hi there!

brave spire
#

yes, is there any common event?

karmic cove
#

Assuming the payment works, then:

  • manual capture will trigger payment_intent.amount_capturable_updated
  • automatic capture will trigger payment_intent.succeeded
brave spire
#

there is no common event is it?

karmic cove
#

Maybe a common event is charge.succeeded.

brave spire
#

this will be after capture is done right, not before that

karmic cove
#

If you want an event that happens after the capture, then you should listen to payment_intent.succeeded

#

But I recommend to test that on your end in test mode to make sure it works as expected.