News:

Looking for documentation? Take a look on our wiki

Main Menu

Changing payflow_pro to Sale

Started by swim08, April 29, 2008, 01:42:27 AM

Previous topic - Next topic

swim08

Hey everyone,
I am wanting to change the process from "auth" to "Sale" when it posted to my paypal payflow pro account.

How do i do that?

Thanks in advance.

neeta

Hi,
I am facing the same problem.
Help needed urgently.

Thanks in advance,
Neeta

strdesign

I can pay you for fixing this for me.  I need to change from Authorize to Sale at payflow_pro.cfg file.  thanks

streamlineseo

So, the two of you actually got PayFlow Pro working in VirtueMart?

somewhereinamerica

I am dealing with the same issue. I can go into the Payflow Manager's Virtual Terminal and manually capture the payments, but it's not happening automatically.

Paypal told me to talk to our "integrator". Unfortunately that's me.

streamlineseo, It is working except for this problem, My only hangup was that the 'User Name' needs to be the same as the 'Merchant Login/Vendor Name'. 

somewhereinamerica

I think I fixed it. I found in the code where the transaction type is 'A' for "authorize". I confirmed with Paypal that it should be 'S' or "sale".

On line 259 and 434, replace

'TRXTYPE' => 'A',

with

'TRXTYPE' => 'S',

I now see the transaction show up instantly in my daily sales, no need to capture them anymore.

Rookie232

Hi, I'm having the same problem. What file did you make the change in. Thanks ahead of time.!!