ConfirmPaymentResult:
    | { paymentIntent: PaymentIntent.Result; error?: undefined }
    | { paymentIntent?: undefined; error: StripeError<ConfirmPaymentError> }
MMNEPVFCICPMFPCPTTAAATR