ConfirmSetupIntentResult:
    | {
        setupIntent: SetupIntent.Result;
        error?: StripeError<PlatformPayError>;
    }
    | { setupIntent?: undefined; error: StripeError<PlatformPayError> }
MMNEPVFCICPMFPCPTTAAATR