Payflow URL deprecations

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
sloDavid
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 92
Joined: Thu Feb 25, 2010 12:34 pm

Payflow URL deprecations

Post by sloDavid » Mon Jul 27, 2015 12:04 pm

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Payflow URL deprecations

Post by mazhar » Tue Jul 28, 2015 12:03 am

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";

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Payflow URL deprecations

Post by jmestep » Tue Jul 28, 2015 12:59 am

Mazhar,
Can you answer this PayPal ticket also so we can give clients an "official" answer?
viewtopic.php?f=65&t=18439

Thanks
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply