#sahutronics-webhooks
1 messages · Page 1 of 1 (latest)
Hello! The object contained in the Event depends on the type of Event.
For example, a checkout.session.completed Event contains a Checkout Session object.
And a payment_intent.payment_succeeded Event contains a Payment Intent.
And so on.
ohk, so lets say I have completed the transaction. And PaymentIntent Status is succeeded, then what will i receive?
It depends on what Events you listen for and how your integration works. You might recieve several different Events.
Can you tell me more about why you're asking? It would help me to know what your goal/motivation is.
I wanted to reconcile the transaction, so after receiveing the webhook I should be able to know the status of the transaction whether it is successful, failed etc.
can you please refer to the part of the documentation. It will. be very helpful for me
How does your integration work? Are you using Checkout? Payment Element? Subscriptions?
Our integration is based on Payment Intents
You can see all of the payment_intent.* Events here: https://stripe.com/docs/api/events/types#event_types-payment_intent.amount_capturable_updated
sahutronics-webhooks
Okay, Thank you so much