#roitko_best-practices

1 messages ยท Page 1 of 1 (latest)

radiant copperBOT
#

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

zenith kestrel
#

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

Send payment or refund receipts automatically.

tame fractal
#

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?

zenith kestrel
#

Depends on your needs, really

tame fractal