StripePaymentLauncher

Implementation of PaymentLauncher, start an PaymentLauncherConfirmationActivity to confirm and handle next actions for intents.

Functions

Link copied to clipboard
open override fun confirm(params: ConfirmPaymentIntentParams)

Confirms and, if necessary, authenticates a PaymentIntent.

open override fun confirm(params: ConfirmSetupIntentParams)

Confirms and, if necessary, authenticates a SetupIntent.

Link copied to clipboard
open override fun handleNextActionForPaymentIntent(clientSecret: String)

Fetches a PaymentIntent and handles its next action.

Link copied to clipboard
open override fun handleNextActionForSetupIntent(clientSecret: String)

Fetches a SetupIntent and handles its next action.