#nielsen_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/1417527702293844080
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nielsen_best-practices, 3 days ago, 31 messages
hi there, I'm sure there is some theoretical limit but not one that we surface. can I ask how you're intending to use Payment Links that you believe you might hit a limit? generally you create a single Payment Link that will be re-used many times by different customers
no we plan to use a new link every month for every customer because the amount they have to pay changes every month
ok, you very likely would not hit a limit, but for your use case you could consider using Checkout Sessions instead https://docs.stripe.com/payments/checkout/how-checkout-works?payment-ui=stripe-hosted
what would be the main benefit of using that over the payment link?
Checkout Sessions are easier to manage because they don't persist past the point of the user completing them
ok I'll check it out.
Checkout Sessions also allow for some features that Payment Links do not, in case that might be useful for what you're doing. we have a feature comparison chart here https://docs.stripe.com/payments/online-payments#compare-features-and-availability
This is great. Thank you
you're very welcome! let me know if you have any further questions