Payflow Pro Disable Authorization - Magento 2

$49.00
3 Reviews Add Your Review

This Magento 2 extension will disable token request authorization transactions of the PayPal payflow pro payment method. This is done via replacing authorization request with a zero amount of sale transaction.

  • Solves problem with accepting Discover cards via Payflow Pro
  • Solves problem with fees for additional token request authorizations
Compatibility (CE & EE) 2.1.x, 2.2.x, 2.3.x, 2.4.x
Composer Ready
Hyvä Ready
Description

Overview - Payflow Pro Disable Authorization Magento-2 Extension

As the name describes, This Magento 2 extension will disable token request authorization transactions of the PayPal payflow pro payment method by replacing it with a zero amount sale transaction.

Magento 2's Payflow payment method implementation is different from Magento 1's implementation. It uses PayPal's recommended transparent redirect methodology. That's why it needs to send two transactions to PayPal for each order. The first request is an authorization transaction to get a secure token and the second one for the actual payment of the order.

Why this extension got developed?

We came across the feature request/problem described here
https://github.com/magento/magento2/issues/6542
and
https://community.magento.com/t5/Magento-2-x-Feature-Requests-and/Feature-Request-Payflow-Pro-card-authorizations-costing-hundreds/idi-p/48314

So, there are two reasons to develop this extension:

1. People are reporting that the additional authorization transaction is causing a high amount of charges in the long term.

2. We got a request from one of our existing customer that they aren't able to accept Discover type cards via Payflow pro because it doesn't support authorization transactions.

How this extension works:

It replaces the additional authorization transaction with zero amount of sales transaction. Here, please note that in the PayPal manager account you will see the response message "Invalid amount" for zero amount token request sales transaction. You can ignore this error as it still generates and sends back the secure token. This has been verified with the PayPal team as well that there is no problem with this 'Invalid amount' response.

What problems will it solve:

This will solve three purposes:

1. You are still able to use the recommended transparent redirect implementation of Payflow pro payment method.

2. You will able to accept Discover type cards as there is no authorization transaction anymore.

3. Charges for additional authorization transaction will not be there anymore.

Reviews

Customer Reviews

Profile Picture of Sebastien
By
Rating
Exactly what we needed
We noticed that our website was sending 2 authorizations to the customer bank, causing sometimes issues (failed transactions) and costing us sales. We bought this extension and it fixed our problem right away. A life saver! We are very happy.
Profile Picture of Paul
By
Rating
Great Solution
This software is a great solution to PayFlow Pro double billing. Easy to install. We highly recommend this extension!
Profile Picture of Suzanne
By
Rating
works great!
It works great! We have not had any charges since it was moved to production.

3 Item(s)

Write Your Own Review
You're reviewing: Payflow Pro Disable Authorization
loader
Loading...

You submitted your review for moderation.

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of Service apply.

Change Log
Version v 1.0.0 - November 29, 2019
- Initial version