Thanks for explaining this in a concise, understandable fashion. The reader's assumed knowledge in much of the documentation confuses recent pilgrims to this API. Seeing you assemble these parts is exactly the do-this/see-this presentation that wizened old SW engineers need. Brilliant.
@TLFNode2 жыл бұрын
You saved my life, the stripe documentation was a little confusing for a beginner like me but in this video everything was very clear. Thank you!
@StripeDev2 жыл бұрын
Glad we could help you!
@artneo7 Жыл бұрын
You helped me so much! Your video should be highlighted in the Stripe's documentation! 🙏🎉
@StripeDev Жыл бұрын
Thanks for the kind words. We're glad to hear it!
@jamesr2408 Жыл бұрын
Thanks. That was helpful. Every little bit helps. 🙂
@BABALOOEY463 жыл бұрын
Thanks Thorsten, I have been avoiding using the CLI as I'd rather use a text editor, but I am warming to it... I've a basic diploma in web development so I find it challenging to get my head around the complete workings of stripe, I have just learned how to use the dotenv file to keep my keys safe and now really have a good grasp of how to implement a webhook to get confirmation of a successful transaction thanks to this video... I'm pretty sure I'll be biting the bullet and learning the CLI soon.. we'll see.... need to get the basic functions going on my website asap... Thanks for the awesome instructions.
@HashimAziz12 жыл бұрын
The CLI is not hard at all and can make debugging Stripe API problems a lot easier.
@BABALOOEY462 жыл бұрын
@@HashimAziz1 yep into it now… have been using it to test the web hook 👍🏻 My. Whsec has expired though I’ll have to dive back into the tutorials.
@dalionli Жыл бұрын
Great video, clear and I understood it. Do you think you could do an example for Coldfudion or Lucee please.
@philfai-pp5wf2 жыл бұрын
When you execute the command "stripe listen --forward", don't you need to include the name of 'index.php'? after 'localhost:4242'?
@StripeDev2 жыл бұрын
Hi Phil-nope, you don't need to include index.php because the web server will default to the index.php file.