#Nacio-checkout

1 messages ยท Page 1 of 1 (latest)

long geyser
#

๐Ÿ‘‹ Happy to help

#

Can you share what you want to achieve?

minor vortex
#

Yeah, let's say I create the checkout session, but then the user would close that tab e.g. by mistake, so I figured I should provide some kind of a button to return to it so I'd need the URL

long geyser
#

How do you do redirection to checkout session page at the moment? Is it via frontend or server redirect?

minor vortex
#

Right now it doesn't exist since I'm only planning atm, but I'd probably just do a 3xx response
tl;dr server redirect, misunderstood ๐Ÿ˜…

long geyser
minor vortex
#

So that means I do have to cache it myself, then either in-memory or in database, alright thanks!