authenticateSource
fun authenticateSource( activity: ComponentActivity, source: Source, stripeAccountId: String? = this.stripeAccountId)
Content copied to clipboard
Authenticate a Source that requires user action via a redirect (i.e. Source.flow is Source.Flow.Redirect.
The result of this operation will be returned via Activity#onActivityResult(int, int, Intent)}}
Parameters
fun authenticateSource( fragment: Fragment, source: Source, stripeAccountId: String? = this.stripeAccountId)
Content copied to clipboard
Authenticate a Source that requires user action via a redirect (i.e. Source.flow is Source.Flow.Redirect.
The result of this operation will be returned via Activity#onActivityResult(int, int, Intent)}}