Delayed Capture

Does anyone have any experience implementing Square’s Delayed Capture code in Corvid/Wix? We are in need of a payment process that allows us “authorize” first and then later “capture” the funds. This allows a vendor to receive an order, but only place a “hold” on the funds (authorize only). Then after a day or two of processing time, we “capture” the funds which removes the hold and puts the charge through (or converts the hold to a charge). This adds the flexibility to change the original amount (i.e. lower) if a customer orders too many of an item. Another huge benefit of this method is if the customer decides to cancel the order, there is not 7 business wait period. We simply cancel the “hold.”

Our previous E-commerce site has been doing this for over 10 years, via Authorize.net, but we are new to WIX. So I found the following information on Square’s developer site…

It appears that Square has this capability and there is code on their developer.squareup.com portal under Online Payment Options - it is an option called “Delayed Capture” in their system terminology.

So I am putting a call out if anyone has info on this, or has implemented it.

Hi.
Since Stripe have this feature, you can use Stripe payment processor API web services with Corvid by following the example here; Example: Stripe Payment Processing .

Good luck!

Thank you Sam, I really appreciate you taking the time to provide this answer. All the best