Hi all,
I’m trying to embed a Stripe payment card
(<CardElement />) inside a HubSpot custom sidebar extension.
I tried using the Stripe React SDK, but it’s not working - Stripe docs say <
CheckoutProvider> must wrap the root app, which isn’t possible in HubSpot’s sandboxed UI.
https://docs.stripe.com/sdks/stripejs-react?ui=embedded-componentsIs there any way to render the Stripe card element directly inside HubSpot like this?