configureWithPaymentIntent

abstract fun configureWithPaymentIntent(    paymentIntentClientSecret: String,     configuration: PaymentSheet.Configuration? = null,     callback: PaymentSheet.FlowController.ConfigCallback)

Configure the FlowController to process a PaymentIntent.

Parameters

paymentIntentClientSecret

the client secret for the PaymentIntent.

configuration

optional PaymentSheet settings.

callback

called with the result of configuring the FlowController.