#brittkim

1 messages · Page 1 of 1 (latest)

thorny sailBOT
honest yacht
#

Not presently, no, just that one

vital mortar
#

Hm, is it possible to have a session only valid for one purchase? So that multiple checkouts do not happen? I'd like to correlate each session_id with a particular user

honest yacht
#

Checkout Session are always only a single purchase, they cannot be paid/completed multiple times

#

are you thinking of payment links?

#

THose are re-usable and produce new sessions each time a customer visits the link

vital mortar
#

Okay! This is great news!

#

thanks!

#

I thought the checkout session was creating a payment link..... so I assumed you could use it multiple times

#

glad to know that they are different!

honest yacht
#

Yep, Payment Links are reusable link feature offered on top of Checkout sessions NP!

#

ie, Checkout sessions are a dependency of Payment Links (not the other way around)

#

but Stripe manages the sessions for you when you use Payment Links