Stripe API: How to Only Capture Payments Manually vs Automatically?

One of my projects is built on Webflow using Foxy Cart. We have it set up so that when a user purchases something, we need to review the charge and capture the payment manually for security reasons (we do this via an Order Desk custom integration). Apparently, the reason we’re able to do this is because of the way Foxy Cart has set up its API with Stripe.

I’m building a project on Webflow using Webflow eCommerce. Is there a way to adjust the API so that I have to manually capture payments in Stripe rather than the default setting of automatically capturing payments?

No. Webflow does not allow you to hook the checkout process like foxy.it does.