#Voltone
1 messages · Page 1 of 1 (latest)
👋 happy to help
Payment Links are meant to be used as a way of creating multiple Checkout Sessions for different customers
usually this is used in campaigns or whenever there's only one product and having duplicate customers isn't an issue
if you need to specify the customer you should instead use directly Checkout Sessions
Ah I see, thanks for that info
I tried using checkout sessions before however the issue is we send an email to a student with the link 14 days before their course starts and the checkout session may expire before they have had chance to pay.
We essentially need a way of generating a link that will not expire, that can be put on an email and when paid will be recorded against a specified customer
as a general rule, never send a checkout session url to your customers
instead send them to your website
and there you would create the Checkout Session and redirect to it
Right got it!