Page 1 of 1

Payflow URL deprecations

Posted: Mon Jul 27, 2015 12:04 pm
by sloDavid
We received an email today from PayPal that they are deprecating some old Payflow URLs on August 3:
  • payflowpro.verisign.com
  • cr-payflow.verisign.com
  • payflow.verisign.com
  • payments.verisign.com
Our settings show that we are appropriately using payflowpro.paypal.com instead. But I don't know about the compiled AC code. Can anybody from AbleCommerce confirm that CommerceBuilder.PayFlowPro (v7.8.4593.21617) does not use the verisign.com URLs? We are running AC Gold R3.

Re: Payflow URL deprecations

Posted: Tue Jul 28, 2015 12:03 am
by mazhar
Compiled DLL doesn't use verisign URLs. We are using following URLs in DLL

Code: Select all

// LIVE URL
public const string DEFAULT_LIVEURL = "https://payflowpro.paypal.com/transaction";

// TEST URL
public const string DEFAULT_TESTURL = "https://pilot-payflowpro.paypal.com/transaction";

Re: Payflow URL deprecations

Posted: Tue Jul 28, 2015 12:59 am
by jmestep
Mazhar,
Can you answer this PayPal ticket also so we can give clients an "official" answer?
viewtopic.php?f=65&t=18439

Thanks