I’m guessing this is likely a problem where an aggregator is the solution, but I think it could also be solved using sub scenerios but I haven’t been able to make it work right yet.
You could change Scenario A to initiate from a Webhook module first. Then add the “Webhook Response” module at the end of the scenario, returning 200.
Then change Scenario B “Run a Scenario” to an HTTP module that sends a POST to the Webhook for Scenario A. It should wait for A to finish and return 200 before continuing.
I’m not sure where I could put the WebHook Response in Scenario A to only get triggered once? In many cases, the lower line of modules will be run multiple times.
That way, once the final bundle from Stripe is running, and after the first 2 routes have checked/executed, the 3rd route will execute and you can stash the Webhook Response in there.
They behave as both, it’s down to how you configure your filters. Sometimes you don’t care about the order of the routes but here you actively exploit it