onPaymentResult

fun onPaymentResult(    requestCode: Int,     data: Intent?,     callback: ApiResultCallback<PaymentIntentResult>): Boolean

Should be called via Activity#onActivityResult(int, int, Intent)}} to handle the result of a PaymentIntent automatic confirmation (see confirmPayment) or manual confirmation (see handleNextActionForPayment})