Payflow Pro is a payment processing service offered by PayPal to process payments directly on an e-commerce site without having to go through a page hosted by PayPal. APIs and pre-built integrations are available.
Questions tagged [payflowpro]
204 questions
8
votes
2 answers
Paypal Payflow Transparent Redirect, SecureToken with AJAX?
I'm working on a C# VS2012 Framework 4.5 MVC application that is trying to become PCI compliant using Payflow Pro (https://pilot-payflowpro.paypal.com). We've been using PayflowPro for years, and this is what I have to use. From my reading it…

RichieMN
- 905
- 1
- 12
- 33
8
votes
1 answer
PayPal PayFlow Pro with Transparent Redirect - User Authentication Failed Issues / Documentation
I'm having some difficulty integrating - and finding current documentation for - integrating PayPal PayFlow Pro into my website.
There is a similar question here for PayFlow Link -…

Aaron Newton
- 2,124
- 1
- 28
- 31
6
votes
1 answer
Modify Magento PayPal PayFlow Pro Response Messages
By default, Magento shows the actual response from PayPal (PayFlow Pro) which isn't always that nice or friendly. For example one of the fraud prevention messages came back as "Declined by Fraud Service". Is there a way I can modify the response…

stitz
- 1,429
- 1
- 16
- 33
6
votes
2 answers
Paypal Payflow pro library
I already have an express checkout integrated with my Codeigniter application. Now I want to integrate seamless paypal where I collect the CC information and pass it to Paypal (via backend) and once everything is approved, my application shows that…

Obaid
- 4,328
- 9
- 42
- 42
6
votes
3 answers
Can a PNREF from a reference transaction be used as the ORIGID in another reference transaction?
I couldn't find a definitive answer from the PayPal docs on this.
According to the docs:
The PNREF returned in the original transaction is valid in reference transactions for
12 months.
I want to avoid requiring my customers re-enter their…

Travesty3
- 14,351
- 6
- 61
- 98
5
votes
2 answers
PayPal Payflow Gateway UTF-8 Characters
I'm having a problem getting the PayPal Payflow Gateway accept my HTTPS POST with non US-ASCII characters in it. Not matter what I post with these special characters, it seems to want to accept only US-ASCII encoded bytes. If I send UTF-8 encoded…

J.C. Hamlin
- 111
- 7
4
votes
1 answer
Can you implement PayPal Adaptive Payments with the Customer Leaving Your Site?
Is there any way to implement PayPal Adaptive Payments without the customer ever leaving your site?
The documentation outlines using an embedded lightbox, but unless the user is already logged in to PayPal (which they almost never are), then it…

Matt Whetton
- 6,616
- 5
- 36
- 57
4
votes
3 answers
Does Payflow_dotNET.dll No Longer works on Payflow Pilot Testing Endpoints pilot-payflowpro.paypal.com after 02/15/2017
We have used Payflow_dotNET.dll several years.
In the past few days (after 2/17/2017)
, We found we cannot process payment on Payflow Pilot Testing Endpoints pilot-payflowpro.paypal.com
We got timeout or Result=-1 Faild to connect to host Input…

user2459456
- 41
- 3
4
votes
1 answer
PayFlow Recurring Payments Refund
Is it possible to make a refund via PayPal PayFlow API on last transaction when I'm using PayFlow recurring payments.
Thanks,
Maciek

user1401308
- 141
- 1
- 5
3
votes
0 answers
How to get Payment done by Credit Card Transaction (done not by PayPal account ) in my PayPal Sandbox account.
I want to have payment done by Credit Card Transaction (done not by PayPal account ) in my PayPal Sandbox account as test credit card transaction.
I failed in doing so.
(Till now I have tried:
I have created "Buy Now" through Website Payment Pro.…

Jyoti Saxena
- 223
- 1
- 3
- 5
3
votes
2 answers
How to do PayPal Payflow Test Transactions?
I was trying to create Payflow Pro Sandbox account but i got to know that we have to use live account for testing. I created it by entering false credit card info but when i use false credit card information on click of 'Buy Now' Button it throws…

Jyoti Saxena
- 223
- 1
- 3
- 5
3
votes
2 answers
Repeated charging with Payflow Pro
This is probably more question for technical support of Payflow Pro, but anyway. We are trying to implement repeated charging of one credit card by Payflow Pro payment with ActiveMerchant. We need the customer to give the credit card info once and…

Jakub
- 735
- 7
- 19
3
votes
0 answers
Paypal Payflow Transparent Redirect Error Code: PL001
I am working on integrating a php payment form with Paypal Payflow using Transparent Redirect. I am getting the secure token OK but when I post the credit card information to https://pilot-payflowlink.paypal.com my browser displays this:
Error:…

Dave Feltz
- 31
- 4
3
votes
2 answers
Error with PayPal Payflow Gateway on mobile devices
I am using PayPal payflow gateway (Hosted Pages - Layout B) - and I have it all set up and working perfectly on desktop browsers.
However, when testing it on a mobile browser, I get the following error:
Token is missing. Please return to the website…

Barry Chapman
- 6,690
- 3
- 36
- 64
3
votes
1 answer
How do I charge a stored credit card with the payflow pro API?
I'm using the PayflowNETAPI class of the PayflowPro API (Payflow_dotNET.dll) to submit a transaction to store credit cards so my company doesn't have to (for PCI Compliant reassons).
I'm using the PNREF from the credit card store transaction to…

scottDeveloper
- 159
- 2
- 17