PayFlow Pro / Link: Payment Status not udpated

PayFlow Pro / Link: Payment Status not udpated

If your PayFlow Pro or PayFlow Link payment status do not updated after payment make by customer, please do the following changes:
For PayFlow Pro Transparent:

1. Open your file pfptrgateway.asp and locate this code (around line 119, within routine function getsecuretoken) :

callbackURL = mysite & "/pfptrcallback.asp"


2. Please replace to :

callbackURL = mysite & "/pfptrcallback.asp"
callbackURL = replace(callbackURL,"https://","http://")

3. Save the file and upload to your site.

For PayFlow Link :

1. Open your file paypalpflinkgateway.asp and locate this code (around line 162, within routine function paypaypflinkgettoken) :

callbackURL = advmysite & "/paypalpflinkcallback.asp"

3. Please replace to :

callbackURL = advmysite & "/paypalpflinkcallback.asp"
callbackURL = replace(callbackURL,"https://","http://")

3. Save the file and upload to your site.


Times Viewed:
3673
Added By:
Bobby
Date Created:
8/17/2016
Last Updated:
8/17/2016