#heisend3rp_api

1 messages ยท Page 1 of 1 (latest)

clever glacierBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1221785530690179083

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

upbeat sealBOT
dusky flint
#

๐Ÿ‘‹ happy to help

#

how are you integrating with Stripe? are you using Checkout Sessions?

cosmic vortex
#

yes

#

payment links to checkout session

dusky flint
#

is this for subscriptions or one-time payments?

cosmic vortex
#

both

dusky flint
cosmic vortex
#

yes, found this. For now it would be okay. But we want to support multiple subscriptions soon too ๐Ÿ™ˆ

#

And it's also possible to have one-time-payment and then go into subscription

#

And guaranteeing that the customer is logged in before payment complicates our ux tremendously

dusky flint
#

unfortunately in this case you would have to use Checkout Sessions instead of Payment Links

cosmic vortex
#

How would it look like with checkout sessions?

dusky flint
#

because passing the customer to the PaymentLinks is still not supported and the only way to overcome this is to use Checkout Sessions

cosmic vortex
#

but then we would still need to pass the customer object

#

say customer makes "guest checkout" two times on website

#

and we use the customer portal

#

the invoices don't show up for the customer then i guess

dusky flint
cosmic vortex
#

there's no way around that?

#

Seems a little buggish for me ๐Ÿ™ˆ

dusky flint
#

yes unfortunately there isn't for now

cosmic vortex
#

okay thanks