Omodara Similoluwanerdsoftsolutions.hashnode.dev·Oct 17, 2024Integrating Stripe with Laravel: A Step-by-Step Guide to Secure Payment GatewaysIntroduction Laravel is a widely-used PHP framework known for its elegant syntax and ability to handle various aspects of web development with ease. One critical feature of modern web applications is the integration of payment gateways to allow seaml...Discuss·10 likesDevops
Likhika Routraylikhikaroutray.hashnode.dev·Sep 8, 2024How to Set Up Stripe Test and Live Mode on Xano Backend/WebhookBrief Introduction to Stripe Webhooks and Xano: Stripe is a popular payment processing platform that developers often integrate into their Xano projects. Whether you're building an e-commerce site, a subscription service, or any application that requ...Discuss·93 readsstripe webhook
David Carrdcblogdev.hashnode.dev·Aug 26, 2024FeaturedMocking Stripe in Laravel with Stripe Mock ServerIf you've ever tried to test your Stripe integration, you'll know how challenging it can be. The Stripe SDK uses lots of static methods that are hard to fake. I would rather not write my own stubs or dummy classes that get switched out in tests, that...Discuss·13 likes·253 readsStripe Mock
Shiv Bartaulashivamani.hashnode.dev·Jul 12, 2024Integrating Stripe Payments into Your SaaS with MERN Stack.Hey, in this post I am going to explain how you can integrate Stripe payments into your SaaS and update your database for payments using webhooks. I will use MongoDB as an example, but this method can be applied to any other database of your choice. ...Discuss·175 readsStripe Integration