stripe_sdk 0.0.1+2 copy "stripe_sdk: ^0.0.1+2" to clipboard
stripe_sdk: ^0.0.1+2 copied to clipboard

outdated

Stripe SDK is a native flutter package for communicating with the Stripe API.

Dart Stripe SDK #

A native dart package for Stripe. There are various other flutter plugins that wrap existing Stripe libraries, but this package uses a different approach. It does not wrap existing Stripe libraries, but instead accesses the Stripe API directly.

Stripe SCA #

This library is currently the only library available for flutter that supports SCA. It handles SCA by launching the authentication flow in a native browser, and returns the result to the app.

Features:

  • Customer session
  • PaymentIntent, with SCA
  • SetupIntent, with SCA
  • Manage customer
  • Manage cards
170
likes
0
pub points
90%
popularity

Publisher

unverified uploader

Stripe SDK is a native flutter package for communicating with the Stripe API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, uni_links, url_launcher

More

Packages that depend on stripe_sdk