Stripe.Net VS pay

Compare Stripe.Net vs pay 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 pay
7 17
1,317 1,802
0.9% 3.2%
9.1 9.2
1 day ago 9 days ago
C# Ruby
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.
  • 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.
  • 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.

pay

Posts with mentions or reviews of pay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Implement paypal in my Rails 6 app
    2 projects | /r/rails | 6 Jul 2023
    I believe he was talking about the gem called "pay", see https://github.com/pay-rails/pay
  • June Stripe Developer Digest
    3 projects | dev.to | 5 Jul 2023
    Pay for Ruby on Rails: Pay , a payments engine for Ruby on Rails, has made it easier to build custom webhooks.
    9 projects | dev.to | 22 Jun 2022
    Rails: Open-source maintainer @excid3 has released version 4.0 of Pay Rails with built-in support for Stripe Tax, metered billing, multiple subscription items, and pausing subscriptions. In addition, @JeffMorhous covers how to sell a one-time purchase in Rails with Stripe.
  • User registration for SaaS businesses - with a bonus!
    2 projects | dev.to | 17 Aug 2022
    Again, you don't technically need to store anything in your database. However, I recommend storing at least the string ID of the Stripe Customer (which looks like cus_abc123) in your database. You can store this directly on the users or teams table, or create a separate table for storing Stripe Customer IDs and their relation to PaymentMethods and Subscriptions. Maintaining a separate table offers a bit more flexibility later if you decide to change from supporting single users to teams. It also separates concerns. Have a look at the open source pay-rails database schema or the cashier-stripe migrations for inspiration for modeling your database. If you’d like more suggestions about how to model your database to work well with SaaS, let me know on Twitter: @cjav_dev.
  • Concepts I learned while building my first SaaS app ;
    2 projects | /r/rails | 5 Dec 2021
    I recently laucnhed an app that captures screenshots, downloads source code, and monitors DNS records. reflect of it like the Wayback‍ Machine on steroids. I had a lot of fun working on this and wanted to share the source code and some concepts I learned. * Demo * Source Code # Concepts I learned * I took my first stab at metaprogramming. This came in handy when I needed to gather DNS records. I used the keys from an enum to dynamically instantiate different classes in Resolv. * I have a much better understanding of how to build subscription models now. I used the Pay Gem for the first time, and can't stress how helpful it is. You can see how I implemented it in the SubscriptionsContoller, ResumeSubscriptionsController, and the CreditCardsController. * I went headfirst into service objects. I structure them all using OpenStruct. I owe Nick Haskins' Playbook Thirty-Nine all the credit since I learned about that concept from his book. * I avoided using callbacks in favor of executing code in the controllers. I also started adding methods to my models that are more expressive like this. * I learned that has_one (and other similar methods) can be used to create more custom associations.
  • Explore Stripe Tax and the new webhooks dashboard
    8 projects | dev.to | 23 Sep 2021
    Version 3.0 of Pay Rails added support for Stripe Connect, all Stripe payment methods, and the ability to track multiple payment methods per customer.
  • Any good resource on payments?
    2 projects | /r/rails | 1 Jul 2021
    I wrote the Pay gem which is officially sponsored by Stripe. It will help you handle the models, webhooks, one-time payments, subscriptions, etc.
  • Gitmail - A GitHub App made with ActionMailbox
    2 projects | /r/rails | 12 Apr 2021
    Yeah :/ I think you have a project I'd pay for, though I'd totally encourage you to handle your own billing (I'm using https://github.com/pay-rails/pay on a new project) over jumping through the Marketplace hoops.

What are some alternatives?

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

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

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

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

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

Virto Commerce - Virto Commerce Platform Repository

Square - C# client library for the Square Connect APIs

GrandNode - Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.

BeYourMarket - OpenSource ASP.NET to build your own marketplace

adyen-dotnet-api-library - Adyen API Library for .NET

Paypal Merchant SDK

Stripe - Java library for the Stripe API.