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
2
votes
2 answers
PayFlow Pro Test Declining
I'm trying to set up a new testing account and I've gone through all the steps to do so, but all my test transactions keep declining and I'm not sure why.
This code processes live transactions in a live environment just fine, but this isn't…

K. Ward
- 21
- 2
2
votes
1 answer
Payflow Pro and TLS 1.2 via COM DLL
No later than June 30th everyone using Paypal's Payflow Pro integration must be using TLS 1.2.
Our current implementation are window's COM DLL's built in VB6. To get around that limitation we're rebuilding them in C#.NET using .NET framework 4.6.1
I…

Gary Richter
- 526
- 4
- 16
2
votes
0 answers
PayFlow integration using transparent redirect. Invalid Merchant or Merchant doesn't exist
I have a similar question like PayPal PayFlow Pro with Transparent Redirect - User Authentication Failed Issues / Documentation
Problem occurs on step 5
Secure token request for the transparent redirect…

Irina
- 21
- 1
2
votes
1 answer
Payflow reports "User authentication failed"
I'm trying to use the RESTful API to issue a refund and Payflow responds with "User authentication failed." I've double-checked my API user credentials and it still isn't working.

redgeoff
- 3,163
- 1
- 25
- 39
2
votes
3 answers
Error: Failed To Connect to Host Uri Using PayFlow Pro and ASP.NET 1.1
We have a support website that we use to create custom orders for our customers. This website runs ASP.NET 1.1 and connects to PayPal using the PayFlow Pro API.
We also have a customer-facing website that runs ASP.NET 4.0 and also uses PayFlow Pro…

JoshE
- 21
- 3
2
votes
1 answer
PayPal Convert Authorization Transaction to Recurring Payment Profile
I have set up a website that uses the PayPal Payflow API to process payment transactions using a live Payments Pro account that has the Recurring Payment service. It works by first requesting a secure token and then committing the transaction. I…

nuander
- 1,319
- 1
- 19
- 33
2
votes
1 answer
PayFlow Pro - Use a Recurring Billing Profile ID to get a history of Transactions
I am using PayFlow Pro Payments for Recurring Billing.
I want to be able to use the API to be able to grab the transaction history for a particular Recurring Profile ID - however the API is not clear enough.
I have been reading up on the TRXTYPE=I -…

DdD
- 453
- 4
- 19
2
votes
1 answer
Payflow Link Secure Token not returning token due to Result=4 (and who knows what else?)
Am trying to move from legacy Payflow Link using hosted pages to using their secure token method (still PayFlow Link) using ColdFusion and have hit a wall. I think I I have been thru all the stuff here on Stack, and tried all of it, still no joy -…

MikeG
- 107
- 1
- 8
2
votes
1 answer
Does Payflow Pro Recurring Billing support IPN?
Does Payflow Pro Recurring Billing support IPN? I tried with DPRP(Direct Payment Recurring Payment) & it's sending me IPN message just fine.
But after lots of research as well, couldn't able to figure out a way to incorporate IPN for Payflow Pro…

Manash Khamari
- 29
- 2
2
votes
0 answers
PayFlow Pro with Hosted Checkout not rejecting transactions with failed AVS
I have a web application configured to use PayFlow Pro with hosted checkout pages and SecureToken. It's currently in TEST mode and I've configured the account (via the PayPal Manager) to use FULL AVS, however when I make a payment with an invalid…

mrmcderm
- 461
- 1
- 5
- 7
2
votes
1 answer
Magento: Payflow Pro Using PaypalUK Module?
I'm working on implementing PayPal Payflow Pro (technically "Website Payments Pro Payflow Edition") for a client's Magento store, and I noticed that it is running through the PaypalUk module rather than the Paypal module. Judging from the name, it…

Scott Buchanan
- 1,163
- 1
- 11
- 28
2
votes
1 answer
Converting Payflow transaction to a Recurring Profile via code
Question: Is there a way to convert a Payflow Transaction (of any kind) to a Recurring Profile via code? Our billing service wants us to:
Set up a transaction through Payflow that get the credit card information locked away in Paypal's…

BlackVegetable
- 12,594
- 8
- 50
- 82
1
vote
1 answer
Where are the Website Payments Pro credentials?
I am writing a java program to process direct payments using paypal. Naturally I am using the payflow API and the file paypalflow.java. The file requires the credentials below. I create a sandbox account, and within that a Website Payments Pro…

tribal
- 653
- 2
- 13
- 26
1
vote
0 answers
How to inject http response using REST in java
I have an android app that is using Payflow from PayPal to process payments. when the front-end calls PayPal, it passes a redirect_url to PayPal. The redirect_url is a RESTful service call to the back-end.
Paypal returns a response to the…

tribal
- 653
- 2
- 13
- 26
1
vote
0 answers
PayPal Payflow , 'user authentication failed'
There is an issue am facing, Whenever I create an order using test mode I got the response 'user authentication failed', I have checked My API credentials that are correct and I successfully login into manager.paypal.com with the same credentials…

LN test
- 11
- 1