Hi,
but I only require to authorize the payment and not capture it.
Can you explain what you mean?
Thank you
Thank you for clarifying further what you are trying to achieve. The plugin developers will investigate further your request.
Kind regards
We don’t have this feature at the moment.
You could potentially use the following feature to charge the amount and offer the service. Then later, issue a partial or full refund (if necessary).
https://s-plugins.com/name-your-own-price-customer-specified-amount/
So the thing is I would only prefer to hold the charges and after 7 days they are auto refunded without any charges from Stripe. If I instead as you said, make a charge, I will have to pay a fee to give a partial or full refund to my customer.
Can I someway add the code that I shared somewhere to make this work? If you could help me find the right place in your code?
It’s all about adding this line to the code where it creates the charges. \Stripe\Charge::create(
i.e. 'capture' => false, with the rest of the details
I just don’t know where to find it in the plugin files. All my payments will be such for now so I don’t mind them to be hardcoded, until you guys actually add this feature as a toggle in the plugin! 🙂
Hi Can someone please update on this?
Thanks!
You are free to change the plugin’s code for your needs.
We will need to offer this as a proper solution. Changing that one line of code won’t do the job for a fully functional complete solution that we can offer to the users. We will need to investigate this feature at a later time (if we want to add to the plugin).