#minio
1 messages · Page 1 of 1 (latest)
Are you asking if Checkout Sessions require redirects? OR are you asking about how to do the redirect after the Checkout Session is created?
neither this nor that 🙂 I'm wondering if I can generate checkout link in other way than stripe.checkout.sessions.create or it is the only one way
Ah gotcha - there's a couple other ways
https://stripe.com/docs/payments/checkout/pricing-table pricing tables is one
and payment links are also very similar https://stripe.com/docs/payment-links
I will take closer look, thanks!