#rob1986_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/1272547110830477362
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ that looks like a Payment Link that you created from the dashboard. My teammate and I in this forum aren't as familiar with the dashboard side of these flows, but I believe what you're describing is achievable since it can be done through the API through the user of the customer_creation parameter:
https://docs.stripe.com/api/payment-link/create#create_payment_link-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.
If it's possible through the dashboard, you're likely looking for a checkbox that can be selected while creating/editing the payment link that refers to customer creation or creating customers.
Actually, I'm not readily spotting a corresponding in the dashboard. You may have to create your Payment Link via the API to accomplish what you're describing. The parameter I referenced above will allow you to do that.
ok thanks!