confirmAndAuthenticateAlipay

abstract suspend fun confirmAndAuthenticateAlipay(confirmPaymentIntentParams: ConfirmPaymentIntentParams, authenticator: AlipayAuthenticator, requestOptions: ApiRequest.Options): Result<PaymentIntentResult>

Confirm a Alipay PaymentIntent, authenticate it and return the PaymentIntent.

Return

a PaymentIntentResult object

Parameters

confirmPaymentIntentParams
authenticator

a AlipayAuthenticator used to interface with the Alipay SDK

requestOptions

a ApiRequest.Options to associate with this request