StripeApiRepository
An implementation of StripeRepository that makes network requests to the Stripe API.
Constructors
Functions
Attaches the Link Account Session to the Payment Intent
Attaches the Link Account Session to the Setup Intent
Analytics event: PaymentAnalyticsEvent.CustomerAttachPaymentMethod
Confirms an SMS verification for the consumer corresponding to the given client secret.
Creates a new Link account for the credentials provided.
Analytics event: PaymentAnalyticsEvent.PaymentMethodCreate
Analytics event: PaymentAnalyticsEvent.CustomerDetachPaymentMethod
Retrieve a Customer's PaymentMethods
Fetches the saved payment methods for the given customer.
Logs out the consumer and invalidates the cookie.
Retrieves the ConsumerSession if the given email is associated with a Link account.
Retrieve a PaymentIntent using its client_secret
Retrieve a PaymentIntent using its client_secret, with the accepted payment method types ordered according to the locale provided.
Retrieve a SetupIntent using its client_secret
Retrieve a SetupIntent using its client_secret, with the accepted payment method types ordered according to the locale provided.
Triggers an SMS verification for the consumer corresponding to the given client secret.
Verifies the PaymentIntent with microdeposits descriptor code
Verifies the PaymentIntent with microdeposits amounts
Verifies the SetupIntent with microdeposits descriptor code
Verifies the SetupIntent with microdeposits amounts