stripe-react-native VS Stripe.Net

Compare stripe-react-native vs Stripe.Net 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
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
stripe-react-native Stripe.Net
22 7
1,198 1,326
1.3% 1.1%
8.4 9.1
9 days ago 4 days ago
TypeScript C#
MIT License Apache License 2.0
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-react-native

Posts with mentions or reviews of stripe-react-native. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • react-native-payments alternative for Apple payments !?
    3 projects | /r/reactnative | 20 Feb 2023
    What is your purpose with the action of opening the payment window? Do you just want to show the cards, or is the user buying a product, or is it for something in the app? The react-native-payment has not seen any updates the past 2 years… I would skip this package for usage. You could use something like https://github.com/stripe/stripe-react-native if you like to use stripe as a payment provider. Or for in app purchases I use https://github.com/dooboolab/react-native-iap So it depends on want you want to accomplish and what kind of payment provider you want to use. Good luck 💪🏽
  • Binary XML file line #9 in com.client:layout/stripe_card_form_view
    1 project | /r/reactnative | 10 Dec 2022
    Example (from stripe github fficial documentation) for Styles.xml: https://github.com/stripe/stripe-react-native/tree/518593e5a64da9e5b7385690a53c9d0cd7395261/android/src/main/res
  • October Stripe Developer Digest
    6 projects | dev.to | 31 Oct 2022
    Stripe React Native: version 0.19 was released, which contains breaking changes required to fit updated brand guidelines from Google for Google Pay and moves the minimum compileSdkVersion to v33.
  • September Stripe Developer Digest
    3 projects | dev.to | 30 Sep 2022
    Stripe React Native: Versions 0.15.0 - 0.18.1 were published this month and include a breaking change: Your compileSdkVersion for android/build.gradle must be set to greater than version 32. There are also updates to confirmPayment, several bug fixes, and the inclusion of Link on PaymentSheet for iOS.
  • August Stripe Developer Digest
    9 projects | dev.to | 31 Aug 2022
    Stripe React Native v0.15.0–0.16.0: Two new releases to our React Native library this month include support for dark mode on the GooglePayButton and CardForm components. These updates also introduced several breaking changes from previous versions.
  • July Stripe Developer Digest
    4 projects | dev.to | 28 Jul 2022
    Stripe React Native v0.12.0–0.14.1: This has been added in the canAddCardToWallet method, for use with Stripe Issuing in combination with Apple and Google Pay wallets. This set of releases also allows devs to set the default country for both the CardField and CardForm components, and includes several bug fixes.
  • How to handle Google and Apple Pay?
    2 projects | /r/reactnative | 16 May 2022
  • Stripe google pay error on expo
    1 project | /r/reactnative | 10 Apr 2022
    This is an issue that I opened yesterday. I’ve attached my code over here.
  • What would you like to see Stripe improve on iOS?
    3 projects | /r/iOSProgramming | 18 Jan 2022
    We do have a first-party react native library here: https://github.com/stripe/stripe-react-native. Anything specific with it, you'd like to see improved?
  • December Developer Digest: A year in review
    1 project | dev.to | 30 Dec 2021
    Stripe React Native SDK: The official Stripe React Native SDK is now in public beta to help you build delightful payment experiences using React Native. Watch our video guides on adding the SDK to a React Native app and accepting a payment.

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.

What are some alternatives?

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

react-native-iap - react-native native module for In App Purchase.

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

firebase-mobile-payments - Firebase Cloud Functions to create payments in native Android and iOS applications.

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

react-native-payments - Accept Payments with Apple Pay and Android Pay using the Payment Request API.

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

stripe-js - Loading wrapper for Stripe.js

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

stripe-node - Node.js library for the Stripe API.

Virto Commerce - Virto Commerce B2B Innovation Platform

react-native-braintree - A react native interface for integrating payments using Braintree's v.zero SDK

Square - C# client library for the Square Connect APIs