Home
Softono

Flutter Stripe Payment

Open source MIT Dart
14
Stars
1
Forks
1
Issues
1
Watchers
7 years
Last Commit

 About Flutter Stripe Payment

Stripe payment token generate from mobile application for Flutter.

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

Need Help Installing Flutter Stripe Payment?

We provide expert installation service for this software. Our team will install, configure, and secure Flutter Stripe Payment on your server. plans start at just $30.

Flutter Stripe Payment

View on GitHub

alt text

Flutter-Stripe-Payment

Licence Status

Stripe payment token generate from Flutter. Stripe official flutter SDK is not available. We have to implement it using native bridge. In this demo we have created native iOS (Swift) and Android(Kotlin) bridge for getting stripe token. We have used IOS and Android Stripe SDK for generate payment token. This token can be use for future payment so you can easily do payment from server side using charge method.

IOS:

Please update your publishable key in AppDelegate.swift

STPPaymentConfiguration.shared().publishableKey = "----PUBLISHABLE-KEY-----"

Android:

Please update your publishable key in MainActivity

val stripe = Stripe(this,"----PUBLISHABLE-KEY-----")

License

Flutter-Stripe-Payment is available under the MIT license. See the LICENSE file for more info.