DucMonster Posted November 1, 2006 Posted November 1, 2006 I have been working on a OSC site for months that another programmer had already started. Everything was running fine in test mode. Client told me they had a Verisign account and it was all set up. I could see the other programmer had already set it up in OSC. Today they provided me the login info to Verisign. Yes they have an account but nothing had been set up. Wrong processor, no bank info and it's Payflow Pro. I see a Payflow Link option in the OSC admin panel. When I called Verisign, they told me that Payflow Pro will not work with OSC. That I should switch to Link instead. Is that true? They said I can switch to link and swith back to pro easily. So I did. I have already installed a ssl on my server and customized the checkout pages. I want to handle process internally until the very end and pass off to Verisign for processing. Can I do this with Payflow Link? I looked at the payment modules while I was on the phone with Verisign. This page, had this link: includes/modules/payment/payflowlink.php $this->form_action_url = 'https://payflowlink.verisign.com/payflowlink.cfm'; The Verisign rep told me that was an incorrect url and to change it to this: $this->form_action_url = 'https://payments.verisign.com/payflowlink'; Since I changed the link, I can checkout and it appears to link to Verisign. I see a Verisign page that says "Transaction under review" with 2 Verisign logos on it. Problem is, I do not get the Email of my order, it is not in my order history, not in orders in the OSC admin and it is not in the days transactions in my Verisign admin panel. Obviously, it's not working. Anyone have experience with this or know what might be going on? Does Payflow Pro work with OSC? If so, is that better than Link? Would the fact that my processor is not correct with Verisign cause this (I am running in test mode)? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.