#arvindkgs
1 messages · Page 1 of 1 (latest)
Okie, how about creating a Checkout Session for each transaction?
Does checkout session create a payment link for given customer and amount?
And is it an actual session? Because this link will be sent out via email, and customer can pay anytime
It's an unique link generated per Customer
Sorry one clarification, do you need the link to be unique per customer? or it could be the same for anybody
Ok sure, so this is the Doc for Checkout: https://stripe.com/docs/payments/checkout/how-checkout-works
You can watch the video in the page
Thanks, and does the checkout session have a timeout? Because this link will be sent out via email, and customer can pay anytime
Um yes it has 24 hours for security reason. You want an unlimited version>?
Let's try Payment Link instead then. It doesn't expire, but it will be the same link for every customer. It will still create a different transactions per each customer and you can track transactions tho
okay, thanks. One more question, does invoice have limit of 4 custom fields?
@hybrid cypressdoes stripe invoice have a limit of 4 custom fields?
Yes correct, unfortunately