Skip to content

jonasbark/flutter_stripe_payment

Folders and files

NameName
Last commit message
Last commit date
Aug 6, 2021
Jun 18, 2021
Mar 26, 2021
Aug 24, 2021
Nov 13, 2019
Oct 7, 2020
Oct 13, 2021
Jan 29, 2018
May 23, 2021
Jul 5, 2021
Oct 13, 2021
Oct 11, 2019
Jan 29, 2018

Repository files navigation

⚠ WARNING: This plugin has been discontinued.
Head over to migration.md for migrate to the new flutter_stripe plugin

pub package

stripe_payment

Conveniently secure payments methods using Stripe.

Quick Glance

  • This Flutter plugin is a straight port from the tipsi-stripe plugin for React Native - we tried to keep the API as close as possible, so the documentation applies this plugin.
  • Collect chargeable tokens from users' Card Input and** Apple & Google Pay**.
  • For SCA compliant apps, setup payment intents for later confirmation.

Supported features:

Native Pay -  & G

  • canMakeNativePayPayments()
  • deviceSupportsNativePay()
  • potentiallyAvailableNativePayNetworks()
  • completeNativePayRequest()
  • cancelNativePayRequest()

Card Form

  • paymentRequestWithCardForm()

Card Params Object

  • createTokenWithCard()

Bank Account Params Object

  • createTokenWithBankAccount()

Create Source Object With Params

  • createSourceWithParams()

Apple Pay

Dependencies

Android & iOS

  • Create a Stripe account and project
  • Retrieve a publishable key from the Stripe dashboard

Stripe Dashboard

Android

  • Requires AndroidX

Include support in android/gradle.properties

android.useAndroidX=true
android.enableJetifier=true

For proper setup also have a look at: #88 (comment)

Documentation

As this plugin is a port from tipsi-stripe for React Native you may consult their documentation: https://github.com/tipsi/tipsi-stripe/tree/experimental-connect/website/docs-md It includes:

  • how to setup Google / Apple Pay
  • method documentations

Blog Posts

Xcode 12.5 support

Xcode 12.5 is not supported - see this discussion for a fix

About

[DISCONTINUED] A flutter plugin with stripe payment plugin integration

Resources

License

Stars

Watchers

Forks

Languages