TokenResult:
    | {
        token: Token.Result;
        shippingContact?: ShippingContact;
        error?: undefined;
    }
    | {
        token?: undefined;
        shippingContact?: undefined;
        error: StripeError<PlatformPayError>;
    }
MMNEPVFCICPMFPCPTTAAATR