Add Checkout to stripe node

It would help if there was a node for:

Current Stripe node is missing the most common used stripe payment feature: Checkout

It has Charge support, but that endpoint is not recommended by stripe as it cannot be used in several countries and does not have the cards security checks

My use case:

I would like to process a payment without asking myself the credit card to the user

Any resources to support this?