I am using WooCoommerce with WooCommerce Subscription plugin and Stripe. The subscription is being charged monthly and products are being sent out to the customer, the customer then decides wether to keep and pay for the items or return them.
If they don't return or pay for the items then the system needs to be able to charge the full amount to the Stripe payment card stored in the subscription, a custom plugin will be written to handle this automatically.
The sticking point is being able to charge the card stored via Stripe.
What is the best way to approach this?
I have been searching through the docs and can't seem to find a suitable hook so looking for some advice on the best way to approach this.