#roitko_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/1328674268359163935
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
When I create a payment link and test the lifetime product - no invoice is created, only payment, is this correct?
You need to opt in to invoices for one-time (non-recurring) payments: https://docs.stripe.com/receipts?payment-ui=payment-links#paid-invoices
When I create payment link and create a monthly subscription and then with the same email and payment link I create yearly subscription it creates a new customer and new subscription. Should it link to same customer or no?
No that is not supported today. Each subscription will create a new customer when using Payment Links
Hi ynnoj, thanks a lot for your answer. Is there an other way of purchasing subscription except payment links? Or rather, lets say user buys a monthly subscription and then wants to upgrade to yearly, is there a way to do this natively using stripe? Or we need to implement this on our side?
Sure, you can use Checkout which is the underlying UI behind Payment Links but you have more control with the sessions API (like reusing cus_xxx IDs). Or you can build a custom UI entirely with Elements: https://docs.stripe.com/billing/subscriptions/build-subscriptions
Depends on your needs, really
Thanks a lot! I found that there is a self-service portal which is exactly what we currently need. https://docs.stripe.com/customer-management Thanks again for your help and have a nice day ๐