#fque_webhooks
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/1332063859489374300
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I think part of your post got cut off, so please feel free to elaborate if it seems like I made incorrect assumptions about your flow.
You'll likely want to collect the subdomain and do your necessary verifications before your customers are shown the Pricing Table. We currently don't offer the ability to run custom logic in the middle of the checkout experience provided by Checkout Sessions.
ok, so we can't use the pre-build pricing tables?
Not if you need to do your own validation in the middle of the checkout experience, then you would likely need to use Stripe Elements to build payment acceptance into your page(s).
If you can do the verification before showing the Pricing Table, then you can likely still use Pricing Tables.
We're trying to remain serverless on this process as much as possible since our website hosting is via Webflow. So we have your pricing table as a js include (see attached). and during checkout, we can ask for the domain they want (attached). From there, aws will configure the domain, but if it is already taken, we have no way to make that determination currently (or at least, I don't know how)
hmm. that's a bummer. I read a little about 'Stripe Elements' but does that require our own api server?
Yes it does