#NotiGate-payment
1 messages · Page 1 of 1 (latest)
A payment intent has a status (https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status) that reflects whether it's succeeded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, but how
What specifically are you confused about? You'd retrieve the Payment Intent, and check what the status is to see if payment was successful
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes
I would like to have an event which when it's paid is executed
There's the payment_intent.succeeded webhook event, which is triggered whenever payment is successful and we have a full guide on how to use webhooks here (https://stripe.com/docs/webhooks/quickstart)
A exemple ?
catching up here one sec
@sand stream have you gone through the doc? that gives you exactly the info you're looking ofr
I cannot share an example with you since the doc explains that much more clearly
like I said, please read through the doc and let me know specifically what questions you have
Okay wait