#vaibhav710-checkout

1 messages · Page 1 of 1 (latest)

winged breach
#

Hello! Starting up a thread for you

earnest totem
#

thanks karbi for choosing to help me here

winged breach
#

Instead of linking directly to a Checkout Session, a better option is to link to a page that will dynamically create a Checkout Session (since as you mention, sessions expire after 24 hours). The after_expiration field you linked to is for handling something similar (see https://stripe.com/docs/payments/checkout/abandoned-carts) but it won't do exactly what you want - the abandoned carts feature creates a NEW checkout session that you would have to link your user to (so you'd need logic on your end to send them to this new link anyways)

earnest totem
#

well the reason I cannot do this --> "a better option is to link to a page that will dynamically create a Checkout Session" <--

is because the technology stack I use - SAP, does not have an ability to use any of the UI elements as its primarily a backend system. so I cannot host a webpage of my own to help it redirect to a stripe checkout page. So I programmatically generate the link using REST API / Curl call and attach it in an email and send it

#

any thoughts on how I can make use of stripe checkouts with the above limitations?