#eunia-ginger-labs_api
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/1357073184343588987
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Only asks for Cardholder name but we'd ideally have another box for Customer name. We are using the embedded checkout session
Hi ๐ no, I don't think there is.
The only thing coming to mind is to force the Checkout Session to collect a shipping address, but I'm not confident that would surface an additional name field or if it would be used for the customer update.
Ok, thanks for the response. Yeah, I don't think that'd work in our particular use case since it's for an online subscription.
Oh, you could add a custom field, to collect an additional name from your customers, and use that to trigger an update to the Customer from your end when the Checkout Session is completed.
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-custom_fields
Oh I will try that out! Thank you.
Any time! I'll be around if you run into questions while testing that.