Very nice video, thanks for sharing. I recently created a custom WordPress integration for Stripe Connect with PHP. Their documentation and support is awesome. Their API is extremely flexible and you can easily fetch and display any dashboard data in your app/service with simple calls. PHP implementation requires composer and it is the only way to keep the version up to date both on local and production environments. Keep up the good work, would love to see more Stripe dev related videos.
Thanks, and yes their API is really good. I've written a bunch of payment related code over the years with Stripe. I'll try to work in more Stripe videos.
Hi, We need a Webhook “listener” that receives a json payload when a file is available. The payload has the URL for the file, which it then needs to download and save in our secure folder. How can we implement this one?
@@RanjithKumar-fg8qn Have you looked at Stripe's documentation or Googling around? Listening for webhooks and downloading files goes well beyond what this video focuses on. That would be solving a generic problem.
Very nice video, thanks for sharing. I recently created a custom WordPress integration for Stripe Connect with PHP. Their documentation and support is awesome. Their API is extremely flexible and you can easily fetch and display any dashboard data in your app/service with simple calls. PHP implementation requires composer and it is the only way to keep the version up to date both on local and production environments. Keep up the good work, would love to see more Stripe dev related videos.
Thanks, and yes their API is really good. I've written a bunch of payment related code over the years with Stripe. I'll try to work in more Stripe videos.
could i use the stripe api + curl in a desktop application on windows?
Sure, you can use Stripe's docs.
Hi, We need a Webhook “listener” that receives a json payload when a file is available. The payload has the URL for the file, which it then needs to download and save in our secure folder. How can we implement this one?
Hi, is this related to setting up Stripe webhooks?
@@NickJanetakis Yes Nick..Its stripe webhook
@@RanjithKumar-fg8qn Have you looked at Stripe's documentation or Googling around? Listening for webhooks and downloading files goes well beyond what this video focuses on. That would be solving a generic problem.
How can I get the URL please?
The ngrok URL? It's printed back in the terminal when you run ngrok. It's covered at 4:44.