#handhikadj
1 messages · Page 1 of 1 (latest)
Recommend you start here to learn: https://stripe.com/docs/webhooks
Once you understand that, you can see our quickstart guide here: https://stripe.com/docs/webhooks/quickstart
Then listen for the cancelled webhook: https://stripe.com/docs/api/events/types#event_types-payment_intent.canceled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is what I've looked for. thanks