Hello,
We would like to add cancel functionality on a site so that users have up to 2 hours to cancel an order before it's pushed through to the ERP. This means though that there may be an authorization on the credit card already.
We paln to have a scheduled job that will watch for any cancelled orders and run a Dynamicweb method to cancel the authorization.
Is there an method for the payment processors (probably Stripe) already where we can cancel an authorization? If not, would it be fairly straight forward to extend Stripe to support that?
Thanks,
Scott