I will recommend to use the stripe hosted checkout integration using stripe npm package (https://www.npmjs.com/package/stripe) and here is the documentation link -> https://docs.stripe.com/api/checkout/sessions/create?lang=node It will return the "url" field in the response on which you have to redirect it. Because other stipe integration is old and deprecated.
Note: I have already used and integrated.