Partial Capture and Charge Later
-
Your free Stripe plugins allow us to authorize at first and then capture later, but I have a couple of additional needs:
1. Partial capture: to capture an amount different than the amount authorized (we often edit orders for customers when they call in after ordering) which may yield a different total than was authorized. Another situation where we would need to partial capture is if only a specific part ships (according to credit card rules, we are only supposed to capture funds when an item ships- sometimes our products ship right away and sometimes they ship in a month).
2. To be able to create new payments for customers. For example If we charge when items ship, and the authorization was partially captured for the first product (which means we can no longer capture on that authorization), we need to be able to capture the second and additional products when they ship. I understand that we can do that through Stripe online, but we need to be able to do this in Woocommerce. Here is some documentation on stripe about this, they call it attaching card details to a customer object: https://support.stripe.com/questions/can-i-save-a-card-and-charge-it-later
Is this something that could be added to a paid pro version?
The topic ‘Partial Capture and Charge Later’ is closed to new replies.