[Vuejs]-How to prevent stripe from creating new user when receiving a payment?

0👍

You can pre-create a Customer with their email, then passing in the Customer Id when creating the Checkout Session. (see Existing Customer on Stripe Doc).

Leave a comment