#benlukadev_code
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/1397110407226724352
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I just want to acknowledge your question. I'm working on other threads and will get to yours soon!
Bet
Thanks for waiting, there isn't a direct way to control customer creation if the Payment Link is created from the Dashboard. Do you have the option to create Payment Links through the API? If so, you can set the customer_creation parameter to "always"
To confirm. your Payment Link accepts one-time payments, not subscription payments, correct?
yes one time payment, and i dont want to setup a website for creating checkout session
Gotcha, the Payment Link created from Dashboard doesn't create Stripe Customer object by default.
the only way for Payment Link created from the Dashboard to create Customer objects is to enable save payment details for future usage in your Payment Link settings
I guess thats what i was looking for, will test