theorion
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Authorize onlyHello? @mra13 @mbrsolution
Forum: Plugins
In reply to: [Accept Stripe Payments] Authorize onlyHi Can someone please update on this?
Thanks!
Forum: Plugins
In reply to: [Accept Stripe Payments] Authorize onlyIt’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 detailsI 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! 🙂
Forum: Plugins
In reply to: [Accept Stripe Payments] Authorize onlySo 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?
Forum: Plugins
In reply to: [Accept Stripe Payments] Authorize onlyhttps://stripe.com/docs/charges#auth-capture
I am talking about this feature.