confirmWeChatPay

abstract suspend fun confirmWeChatPay(confirmPaymentIntentParams: ConfirmPaymentIntentParams, requestOptions: ApiRequest.Options): Result<WeChatPayNextAction>

Confirm the Stripe Intent for WeChat Pay, return WeChat Pay params from intent's next action

Return

the WeChatPayNextAction object encapsulating PaymentIntent and WeChat

Parameters

confirmPaymentIntentParams

params to confirm the intent

requestOptions

options for ApiRequest