stripe_sdk library
A library to communicate with the Stripe API from Dart.
Classes
- CustomerSession
- IntentClientSecret
- PaymentMethod
- PaymentMethodStore
- A managed repository for payment methods. This is the preferred way to work with payment methods when using Flutter. The store will only refresh itself if there are active listeners.
- RequestOptions
- Stripe
- StripeApi
- StripeApiError
- StripeApiHandler
- StripeUiOptions
Enums
Constants
- defaultApiVersion → const String
Typedefs
-
CreatePaymentIntent
= Future<
IntentClientSecret> Function(int amount) -
CreateSetupIntent
= Future<
IntentClientSecret> Function() -
IntentProvider
= Future<
Map< Function(Uri uri)String, dynamic> >