#mieradi
1 messages · Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you don't have a full customer to provide, you cna supply just the email using that parameter when you create the session
Sorry, which param would I use in this case?
The docs read as I can only supply wether or not to create the customer under customer_creation
Also thanks for the speedy help here!
customer=cus_123 if you have a customer, or customer_email=email@example.com if you only have an email
up to you, depends on you integration and existing customer relationship
Nice! Didn't know this was an option from reading the docs. Thank you kindly. This helps a lot