userdead
userdead

Reputation: 78

How to use Authorization & Capture correct way in woocommerce store

I am currently developing a website for my client and he needs "Authorization & Capture" payment from paypal in his cart.

I have seen that the woocommerce give " PayPal standard " option to their store, and i am confused that Authorization & Capture can be added to paypal standard?

If no, then how can i add it to my site?

Upvotes: 0

Views: 1553

Answers (1)

Gerzie
Gerzie

Reputation: 2340

You can process Payment Standard transactions as an Authorization. You need to define the variable paymentaction in the code you're passing to PayPal and set the value to authorization.

You'll then need to submit DoCapture API calls to complete the payment or capture them manually through your account.

I don't know what options are in Woocommerce so I can't be sure if they have an option for it but it is possible to process Payment Standard transactions as an Authorization.

Upvotes: 1

Related Questions