#heisend3rp_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
๐ happy to help
how are you integrating with Stripe? are you using Checkout Sessions?
is this for subscriptions or one-time payments?
both
for subscriptions it's easy https://docs.stripe.com/payments/checkout/limit-subscriptions
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
unfortunately in this case you would have to use Checkout Sessions instead of Payment Links
How would it look like with checkout sessions?
because passing the customer to the PaymentLinks is still not supported and the only way to overcome this is to use Checkout Sessions
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
yes that's correct
yes unfortunately there isn't for now
okay thanks