Replies: 0
We’re using WooCommerce and a plugin for Rentals and the Authorize.net payment gateway. The business model we’re working with is that we authorize the rental (order) and then charge the card upon the item’s return, or worst case scenario after a set number of days if the item wasn’t returned. The problem we’re running into is the amount we need to charge is based on the number of days the item is kept, or the replacement cost of the item, but we’re running into a challenge because the authorization amount is only for a single day rental.
Is it possible to set the amount for the authorization to cover the max charge of the rental (MSRP of item) at the time of the authorization, but only collect the amount necessary upon return? I’ve been looking to see if there are any hooks that would allow me to modify the authorization amount, but so far am coming up empty.