I'm using payment links and expecting to get back from stripe a order session ID.
I'm not clear on how I can access the order_id that I'm sending through using the docs from stripe. I've done this in Wordpress/php so I know how to do it, just unclear on a few toddle issues.
a) how do i access the ?order_id=xxx parameter? 'order_id' is only going to come through when I've got a visit directly through order confirmation, not when I'm building in toddle.dev, because the url has incorrect parameters.
How can I extract fields from the object in general and how will I extract order_id in particular?