Tauri plugin for native Stripe.
package name | description | path |
---|---|---|
@rdlabo/tauri-plugin-stripe-payment | Support for non-personal payments using Stripe | /packages/payment |
@rdlabo/tauri-plugin-stripe-identity | /packages/identity | |
@rdlabo/tauri-plugin-stripe-terminal | Support for in-person payments using Stripe | /packages/terminal |
To use the latest Stripe Android, you need to version these up. To use the latest features, follow these steps.
- Open
android/variables.gradle
and change sdkVersion version, if need. - Add
stripeAndroidVersion
,identityVersion
orstripeterminalCoreVersion
and set required version. Release information is here:
- https://github.com/stripe/stripe-android/releases
- https://github.com/stripe/stripe-terminal-android/releases
ext {
- minSdkVersion = 22
+ minSdkVersion = 26
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.+'
// If you use @capacitor-community/stripe-terminal:
+ stripeterminalCoreVersion = '3.5.0'
+ stripeterminalLocalmobileVersion = '3.5.0'
}
Maintainer | GitHub | Social |
---|---|---|
Masahiko Sakakibara | rdlabo | @rdlabo |
- Demo code is here. Please check these code before ask at issues.
- Demo of Web is hosting here.
Android | iOS | Web | |
---|---|---|---|
PaymentSheet | |||
PaymentFlow | |||
ApplePay | Not supported | beta. | |
GooglePay | Not supported |
Android | iOS | Web | |
---|---|---|---|
Identity |