#Herobrine
1 messages · Page 1 of 1 (latest)
Hi
Should I create the user beforehand using stripeApi.customers.create ? Is it common practice?
Ideally es so that you are sure to have the right customerId.
Or you can configure the Checkout Session to always create the Customer by setting this attribute:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_creation
Thanks a lot for your quick response! I'll create the user beforehand then 🙂 !