SaaSHub helps you find the best software and product alternatives Learn more →
Stripe.Net Alternatives
Similar projects and alternatives to Stripe.Net
-
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
-
mitmproxy
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Stripe.Net discussion
Stripe.Net reviews and mentions
-
Show HN: Stripe-no-webhooks – Sync your Stripe data to your Postgres DB
Thanks for sharing this! I had done a PWA that displays some revenue forecasting[1] based on Stripe Subscriptions but I found their APIs can be slow[2]. Having that data synced up in a db sounds like a good enhancement so will definitely look into this more.
[1] https://github.com/hbcondo/revenut-app
[2] https://github.com/stripe/stripe-dotnet/issues/2284#issuecom...
-
Release Radar · October 2024: Major updates from the open source community
Sorry to disappoint, but Stripe is not an open source project, nor is it a major release. The reason it's here is because Stripe just shipped a bunch of updates for their open source projects. Someone must have been doing some spring cleaning 🧹 - or is it fall cleaning in the Northern Hemisphere 🤔? Whatever is it, Stripe have a tonne of new updates for you including Stripe .NET 47.0, Stripe Node 17.0, Stripe PHP 16.0, Stripe Ruby 13.0, and Stripe Python 11.0. Each of these is a library for accessing Stripe's API from applications written in .NET, Node.js, PHP, Ruby, and Python respectively. These are all updates based on changes to the Stripe API and SDK. Click on each one to check out their breaking changes.
-
Managing Webhook Events for Connected Accounts
In the previous article in this series, we examined how to integrate customer registration and onboarding for Stripe Connect accounts into an ASP.NET Core Razor Page application. To do this, we leveraged the Stripe .NET NuGet package which provides a convenient wrapper around the Stripe HTTP APIs. While Stripe does provide an abundance of functionality through API endpoints, there will be situations that require more than a typical request-response interaction.
-
Robust Usage Reporting with Stripe
I ran into Stripe's API rate limits while developing a revenue forecasting app[1] The metrics calculated requires retrieving two months of charges using Stripe's API, which can result in long loading times because:
*...listing charges (or most resources) can be quite slow as you need to render many objects. The Charge API especially is quite a large object to render and paginate through.*
Source: https://github.com/stripe/stripe-dotnet/issues/2284#issuecom...
[1] https://github.com/hbcondo/revenut-app
-
Ask HN: Examples of Top C# Code?
I like the Stripe API design, and as a follow-on, I tend to like their coding styles and structures. Here's their official Stripe dotnet library - https://github.com/stripe/stripe-dotnet. It's well organized and the code coverage looks good.
-
August Stripe Developer Digest
New API version released: Version 2022-08-01 of the Stripe API has been released along with major version upgrades to all official client libraries, namely Dotnet, Go, Java, PHP, Node, Python, and Ruby. Read more about breaking changes in the API upgrades section and how to upgrade.
-
One-time-payments with Stripe (+3DSecure), React, Redux, and Asp.NET
I am using Stripe backend library that you can fetch from here Stripe.net.
-
Explore Stripe Tax and the new webhooks dashboard
Stay compliant with updated KYC regulations: We’ve added future_requirements support to our Java, PHP, .NET, Go, and Node SDKs. This parameter enables developers to know account verification requirements and deadlines.
-
Scalable developer video production
Stripe has seven main client libraries — Ruby, PHP, Python, Node, .NET, Go, and Java — and we wanted to give junior developers a foundation of broadly applicable knowledge to help them in all of their Stripe development going forward.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
stripe/stripe-dotnet is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Stripe.Net is C#.