Stripe.Net VS stripe

Compare Stripe.Net vs stripe and see what are their differences.

Stripe.Net

Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. (by stripe)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Stripe.Net stripe
7 8
1,326 1,995
1.1% 1.8%
9.1 9.0
5 days ago 4 days ago
C# Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Stripe.Net

Posts with mentions or reviews of Stripe.Net. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • Managing Webhook Events for Connected Accounts
    3 projects | dev.to | 22 Feb 2024
    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
    1 project | news.ycombinator.com | 11 Sep 2023
    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?
    29 projects | news.ycombinator.com | 25 Oct 2022
    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
    9 projects | dev.to | 31 Aug 2022
    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
    1 project | dev.to | 4 Oct 2021
    I am using Stripe backend library that you can fetch from here Stripe.net.
  • Explore Stripe Tax and the new webhooks dashboard
    8 projects | dev.to | 23 Sep 2021
    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
    7 projects | dev.to | 2 Jun 2021
    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.

stripe

Posts with mentions or reviews of stripe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-31.
  • August Stripe Developer Digest
    9 projects | dev.to | 31 Aug 2022
    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.
  • Ask HN: How can I “reset” the way I approach building software?
    2 projects | news.ycombinator.com | 26 Aug 2022
    All I can give is my experience (been coding professionally for maybe 12-15 years) but I never looked at patterns like you are for a LONG time. I had no choice but to code in a "simple, straightforward" style because I didn't know anything fancy. I just did everything the normal, dumb way.

    That said, things often become complicated because you don't have the skills to keep them simple (for example, you draw the boundaries between your modules wrong, or you fail to abstract the right things, leading to tight coupling and information leaking). So it's pretty normal for your software to be a mess for the first decade or so.

    You should just keep writing your project, and as you find as the developer certain things on it are harder than they should be / frustrating / take too long, that will indicate a problem. Then you can keep trying to refactor until you get it right. Writing bad software is how you learn to write good software.

    You asked for an example and I just gave you a bunch of philosophy, so I'll give you at least one. It depends on your language and what you're doing but I use Go a lot, and I think Stripe is pretty good at keeping things straightforward https://github.com/stripe/stripe-go

  • Stripe Open Sources Markdoc
    19 projects | news.ycombinator.com | 11 May 2022
    Unfortunately my experience has been different; I found that Stripe's Go doc doesn't match their API and while searching on it I found that someone else had mentioned that to their personnel over freenode 2 years ago.

    So I raised an issue on GitHub[1] on Apr 9 and hasn't been attended to yet.

    On a more serious note, Stripe's payment links doc seemed to imply that tax rates are automatically calculated if the tax rates are set(as we do with code when we pass the tax_id), But I found after couple of payments that tax aren't being charged, On conversing on Twitter with the payment links dev I came to realize that the required option was not there for me[2] and then after couple of hours with their support staff I was informed that the options was not available for India as 'Stripe Tax' is a separate product.

    Overall, I'm happy with Stripe's tech; at least compared to the other options I have. But their docs have caused me some frustrations.

    [1] https://github.com/stripe/stripe-go/issues/1447

    [2] https://twitter.com/joshuaackerman/status/144759582096702259...

  • Explore Stripe Tax and the new webhooks dashboard
    8 projects | dev.to | 23 Sep 2021
    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.
  • The Idempotency-Key HTTP Header Field
    1 project | news.ycombinator.com | 4 Jul 2021
    A nice feature of keeping the idempotency key separate from the payload is that a service like Stripe can build tools to help users with idempotency even if the user has no idea what an idempotency key is.

    For example, take a look at stripe-go's implementation, which automatically tags a request with a key if the user didn't specify one:

    https://github.com/stripe/stripe-go/blob/67034d2205c0240ade9...

    This works for all mutating requests, and is useful because the built-in retry system will automatically reuse the same key that was generated. Users can get the benefits of idempotency without really having to understand very well what's going on under the hood.

    I suppose you could still do that by munging each request body, but IMO it's a nice feature to make sure that requests are the same as what the user specified. Also note that in practice the implementations are probably not that wildly different under the hood — despite being in a header, Stripe's idempotency is still being handled by the same application stack which processes the payment (i.e. not a middle box or load balancer).

  • Scalable developer video production
    7 projects | dev.to | 2 Jun 2021
    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.
  • 🎥 New developer foundations videos for our client libraries
    8 projects | dev.to | 22 Apr 2021
    Thank you to our top open-source contributors this month: joeltaylor, ybiquitous, gogainda (stripe-ruby); masterjus (stripe-php); westy92, msternow (stripe-android); ees37 (stripe-go); Fonata (stripe-cli); rdsedmundo (stripe-node); hibariya (stripe-samples); risentveber, vinistock, jaredbeck, ryanwilsonperkin, anandvc, RyanBrushett, paracycle (sorbet).
  • Incident response tips from firefighters 👩‍🚒 and new dev foundations videos
    3 projects | dev.to | 30 Mar 2021
    Thank you to our top open-source contributors this month: merrickfox, bayandin (stripe-go); KaanOzkan, Morriar, RyanBrushett, sharpobject, paracycle, kddeisz (sorbet); hibariya, maeda-kazuya, (stripe-samples); jofftiquez (stripe-js).

What are some alternatives?

When comparing Stripe.Net and stripe you can also consider the following projects:

nopCommerce - ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

telegraph

ServiceStack.Stripe - Typed .NET clients for stripe.com REST APIs

paypal - Golang client for PayPal REST API

SimplCommerce - A simple, cross platform, modulith ecommerce system built on .NET

telegram-bot-api - Golang bindings for the Telegram Bot API

SmartStoreNET - Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution

go-webmoney - package for working with webmoney xml interfaces

Virto Commerce - Virto Commerce B2B Innovation Platform

spotify - Go library for the Spotify Web API

Square - C# client library for the Square Connect APIs

geo-golang - Go library to access geocoding and reverse geocoding APIs