#milton_paymentlink-customer
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/1288996743349932100
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
milton_paymentlink-customer
@cosmic panther PaymentLinks won't work for your use-case unfortunately. They are really here to onboard a brand new customer and it always creates a new Customer object.
There are a few different ways to implement this depending on what you care about the most. The best approach would be to build this yourself: have the customer come to your app and there they upgrade from a free to a paid Subscription
@atomic estuary Thanks for the quick response.
our marketing team thinks that by using the stripe payment link in a marketing email they can convert the non-premium user to a premium one easily.
yeah but then you hit that problem you found and there's no way around it with a PaymentLink unfortunately
So you have to either be okay with the "duplicate Customer objects" and delete the old one for example, or you have to move away from PaymentLinks
@atomic estuary Got it.
thanks again.
we can close the thread if needed.
Up to you, if you have follow up questions I'm happy to answer!
all good for now.