• Hi I’m trying to use the Stripe Payments plugin, but I only require to authorize the payment and not capture it. Can anyone assist from where I can change that setting?

    Thanks in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    but I only require to authorize the payment and not capture it.

    Can you explain what you mean?

    Thank you

    Thread Starter theorion

    (@theorion)

    https://stripe.com/docs/charges#auth-capture

    I am talking about this feature.

    Plugin Support mbrsolution

    (@mbrsolution)

    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/

    Thread Starter theorion

    (@theorion)

    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?

    Thread Starter theorion

    (@theorion)

    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! 🙂

    Thread Starter theorion

    (@theorion)

    Hi Can someone please update on this?

    Thanks!

    Thread Starter theorion

    (@theorion)

    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).

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Authorize only’ is closed to new replies.