Anurag Sawantannuraggg.hashnode.dev·Nov 8, 2024The Curious Case of Stripe's Downfall in the Indian MarketWhen I think about Stripe’s struggle to break into the Indian market, it becomes clear that the issue goes well beyond simply 'losing its playbook' or failing to prioritize the region. India’s fintech landscape is incredibly complex and distinct from...Discussstripe
Shainil P Scodeshaine.hashnode.dev·Nov 4, 2024Carter: an typical e commerce projectI started this project september 2024.I don't remeber the exact date though . I made this project in order to put into my resume which I did. However, in order to stand out I needed to make this little unique . So I thought make this little complex b...Discusse-commerce
Manish DipankarforGirmantech Blogblog.girmantech.com·Oct 23, 2024How to Design an Effective Subscription Management SystemSubscriptions offer a recurring revenue stream, making them a highly effective monetization strategy for SaaS applications. This model encourages customer loyalty and provides a predictable income stream, allowing businesses to invest in product deve...Discuss·86 readsgirmantech
Tony Duongtonystrawberry.hashnode.dev·Oct 21, 2024How I Monetized My Chrome extension With StripeWhat did I build? On 2021, I built a useful Chrome Web Extension for improving the user experience on the Axie Infinity Marketplace. Axie Infinity is a NFT game that has revolutionized the world of gaming by allowing players to earn money while playi...Discusschrome extension
Vadim Kononovblog.konoson.com·Oct 16, 2024How to Calculate the Correct Amount with Stripe Fees IncludedWhen processing payments through Stripe, you need to account for their fees to ensure you receive the exact amount you want. The formula below calculates the total amount a customer should be charged, factoring in Stripe's fixed and percentage fees: ...Discussstripe
Davis Gdavisg.me·Sep 20, 2024Stop Paying Shopify for your Single Product StoreE-commerce solutions can be prohibitively expensive for low volume sellers. When launching my single product store baybikekey.com I struggled to find any platform that satisfied my requirements: custom domain, custom theme, low monthly fee. The Round...Discussshopify
Eva Chenim1010ioio.hashnode.dev·Sep 16, 2024#37 CSS 基本漸層:線性/放射/圓錐漸層 (CSS linear-gradient, radial-gradient, conic-gradient)↓ 今日學習重點 ↓ 學會使用線性/放射/圓錐漸層 了解如何設定漸層的色彩空間 除了背景圖片,漸層色也是屬於 CSS 的背景一種,今天我們就來練習畫各種漂亮漸層吧! 單純用漸層色就能夠表現出許多漂亮的視覺效果,例如模仿大自然中天空的顏色等等。 來源:27pt(クリスタ素材) / X 而在 CSS 中,漸層分為三種,分別是:線性、放射與圓錐漸層: 其實我們之前在特效文字的時候已經有偷偷用過了一些了,只不過沒有深入探討。 延伸閱讀:#29 CSS 立體字、霓虹字、外框字、漸層字...DiscussSuper Easy CSS,極度簡單:寫出好的 CSS,從零開始前端生涯2Articles1Week
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
wirayudaforWirawirayuda.hashnode.dev·Sep 4, 2024A Step-by-Step Guide to Set Up Stripe Webhooks and Efficiently Store Data in Your Database for Seamless Transactions!Welcome to our comprehensive guide on optimizing your website's payment processing system! In this tutorial, we'll walk you through the process of setting up Stripe webhooks using Node.js and Express, while seamlessly integrating them with your React...Discussstripe
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