#benlukadev_code

1 messages ยท Page 1 of 1 (latest)

prisma zealotBOT
#

๐Ÿ‘‹ 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.

main crystal
#

Hi there ๐Ÿ‘‹ I just want to acknowledge your question. I'm working on other threads and will get to yours soon!

lilac shard
#

Bet

main crystal
#

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?

lilac shard
#

yes one time payment, and i dont want to setup a website for creating checkout session

main crystal
#

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

lilac shard
#

I guess thats what i was looking for, will test