#dorian6730_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217560848097214555
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes absolutely, that is exactly what these parameters are for
Perfect thanks. It also seems that customer is optional? If I leave that blank will the API create one and return the ID to me in the response?
Customer is optional, by default we only create Customers if necessary. If you pass customer_creation='always' Checkout will always create a customer and return it to you
Noted thanks! Two more qeustions please if I may...
- When I call this API in payment mode is a Stripe screen presented to the customer or do I need to build that screen myself?
- Will the customer be emailed a receipt by Stripe and if do is more than 1 email address supported?
@midnight ridge please see above last two questions! ๐
Apologies, busy server.
- That API call creates a Stripe Hosted page. The session comes with a URL that you can direct your users to so that they can pay.
- Yes an email receipt will be sent, unfortunately mutliple email addresses are not supported