Coder Social home page Coder Social logo

hilljh82 / capacitor-community-stripe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from capacitor-community/stripe

0.0 0.0 0.0 18.59 MB

Stripe Mobile SDK wrapper for Capacitor

License: MIT License

JavaScript 1.17% Ruby 1.82% Objective-C 2.05% Java 40.85% Kotlin 1.39% TypeScript 24.89% Swift 27.83%

capacitor-community-stripe's Introduction


Stripe

Capacitor community plugin for native Stripe.

packages

package name description path
@capacitor-community/stripe Support for non-personal payments using Stripe /packages/payment
@capacitor-community/stripe-identity Supports identity verification using Stripe /packages/identity
@capacitor-community/stripe-terminal Support for in-person payments using Stripe /packages/terminal

Optional: How to use Stripe Android currently package

Capacitor Android 5's default settings is here:

minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33

To use the latest Stripe Android, you need to version these up. To use the latest features, follow these steps.

  1. Open android/variables.gradle , and change compileSdkVersion to 24 or higher.
  2. Add stripeAndroidVersion or identityVersion and set required version. Release information is here: https://github.com/stripe/stripe-android/releases
  ext {
    minSdkVersion = 26
-   compileSdkVersion = 33
+   compileSdkVersion = 34
    targetSdkVersion = 33
    androidxActivityVersion = '1.7.0'
    androidxAppCompatVersion = '1.6.1'
    androidxCoordinatorLayoutVersion = '1.2.0'
    androidxCoreVersion = '1.10.0'
    androidxFragmentVersion = '1.5.6'
    coreSplashScreenVersion = '1.0.0'
    androidxWebkitVersion = '1.6.1'
    junitVersion = '4.13.2'
    androidxJunitVersion = '1.1.5'
    androidxEspressoCoreVersion = '3.5.1'
    cordovaAndroidVersion = '10.1.1'

    // If you use @capacitor-community/stripe:
+   stripeAndroidVersion = '20.39.+'

    // If you use @capacitor-community/stripe-identity:
+   identityVersion = '20.39.+'
  }

Note: @capacitor-community/stripe-terminal does not work with the default sdkVersion, so these updates are mandatory. See /packages/terminal for more information.

Maintainers

Maintainer GitHub Social
Hidetaka Okamoto hideokamoto @hide__dev
Ibby Hadeed ihadeed
Masahiko Sakakibara rdlabo @rdlabo

Contributors ✨

Made with contributors-img.

Demo

Screenshots

@capacitor-community/stripe

Android iOS Web
PaymentSheet
PaymentFlow
ApplePay Not supported beta.
GooglePay Not supported

@capacitor-community/stripe-identity

Android iOS Web
Identity Not supported

capacitor-community-stripe's People

Contributors

rdlabo avatar ihadeed avatar dependabot[bot] avatar staff0rd avatar allcontributors[bot] avatar grzesebe avatar mortimr avatar gerard2perez avatar ccen-stripe avatar patrickbussmann avatar krisloekkegaard avatar hideokamoto avatar bryce13950 avatar hideokamoto-stripe avatar hilljh82 avatar orthocube avatar nikos9413 avatar danielsogl avatar davidme-stripe avatar mashanz avatar jofftiquez avatar phal0r avatar mfix-stripe avatar timofey97 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.