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

Constants

defaultApiVersion → const String

Typedefs

CreatePaymentIntent = Future<IntentClientSecret> Function(int amount)
CreateSetupIntent = Future<IntentClientSecret> Function()
IntentProvider = Future<Map<String, dynamic>> Function(Uri uri)

Exceptions / Errors

StripeApiException