#codemasterjamal
1 messages ยท Page 1 of 1 (latest)
i'm going to remove these pages eventually, right now, I'm just testing things out.
๐ You can build a webhook endpoint on your server to listen for real-time events
https://stripe.com/docs/webhooks
This should allow you to perform operations based on what happens with the payments
understood. I saw that earlier in the documentation and I was wondering what that was about. I'm going to give it a shot.
๐
do you guys have any more examples to use?
Examples for what exactly? We have a webhook builder here
https://stripe.com/docs/webhooks/quickstart?lang=php
actually, I was just about to say that I see it now. You guys already did all of the hardwork.
NP! ๐ Let us know if you have any questions
where do I get my endpoint secret? Is that something I set up in the developers dashboard?
Yup, we also have a step by step guide here
https://stripe.com/docs/webhooks#webhooks-summary
if you are using Stripe CLI to listen for events then the secret would be printed out when you run stripe listen
okay, it's going to take some time but, I just need to spend a few weeks reading on this subject. I'm sure I'll get it before the end of the month. Thank you.