#DanTheGoodman - guest customers
1 messages · Page 1 of 1 (latest)
You can set customer_creation to if_required: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But if you're using Subscription mode, customer creation is required
sweet, if we subscribe we've already made them an account so that shoudl work perfect. Thanks so much!!!
No problem
so default is always then?
Yeah
This part concerns me:
When a Customer is not created, you can still retrieve email, address, and other customer data entered in Checkout with customer_details.
does this mean if it didn't, it actually used an existing one?
sounds like it but just verifying before I spike 600 payments today XD
No it's not using an existing customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's referring to the customer details on the checkout session object
I recommend you try stuff out in test mode though
yeah will do