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
1
vote
1 answer
Is PayPal Hosted Checkout Pages integration considered legacy?
We are looking to create an integration with PayPal for processing payments on a website. Previously, we had known about PayPal's Hosted Checkout Pages integration, and wanted to explore that. But after researching PayPal's developer documentation,…

Boatmarker
- 197
- 1
- 10
1
vote
1 answer
Using PayPal Payflow Card on File feature for future recharging with their API
I am trying to save credit card info so I can allow my users to recharge saved cards for subsequent purchases via the PayPal Payflow Pro API.
There seems to be a stored credential transactions feature with examples of how to indicate a CARDONFILE…
user17929112
1
vote
1 answer
Can I send a PNREF from a previous transaction when using Hosted Pages?
We are currently testing (successfully) credit card payments from our accounting software using the hosted page. Given the PNREF that is returned in the Silent Post, can I use that as an ORIGID when requesting the hosted page for subsequent payments…

Chris Hawkins
- 11
- 1
1
vote
1 answer
PayPal Payflow Recurring Billing: re-activating a profile
I would like to re-activate a PayPal recurring billing profile that was cancelled (for reasons that are now moot). The account status is now: STATUS = DEACTIVATED BY MERCHANT
I can't find what I need online. I have found a lot of reassurances about…

Parapluie
- 714
- 1
- 7
- 22
1
vote
0 answers
How to get paypal transaction id from payflow PNREF
Payflow sale transaction is returning PNREF something like in this format BH1P2C012D82
I want actual TRANSACTION ID something like in this format 4S91519056462460A
I have used payflow inquiry to fetch transaction details but its response does not…

nouman
- 115
- 2
- 9
1
vote
1 answer
PayPal Payflow redirects to Express Checkout, instead of showing Hosted Checkout page with card fields
I'm trying to use Hosted Checkout pages of Payflow. I got the PayPal team connect my Sandbox with the PayPal manager account.
When I open the https://pilot-payflowlink.paypal.com with form POST with having the SECURETOKEN and SECURETOKENID in…

TeTe
- 73
- 5
1
vote
2 answers
Paypal Payflow Hosted Checkout page
I'm trying to integrate Hosted Checkout page on our payment page. I can correctly get a secure token. When I can't redirect the customer to the Hosted Checkout Page.
Via iframe:
1
vote
2 answers
Failed to connect to host Input Server Uri = https://pilot-payflowpro.paypal.com:443
I spent the last day and a half researching this problem to no avail. I found many similar problems, but none that exactly address my issue. I am attempting to integrate Payflow Pro with transparent redirect, but cannot successfully complete a…

BigGiantJohn
- 11
- 4
1
vote
1 answer
Field format error: RB Profile cannot be created without BAID/Account Number/ORIGID in payflow pro
when i am trying to create Recurring Billing Profile for my EMI orders.so i am getting this response:
[RESULT] => 7
[RPREF] => RMX50EA195C3
[RESPMSG] => Field format error: RB Profile cannot be created without BAID/Account Number/ORIGID
so anyone…

balwant singh
- 125
- 1
- 13
1
vote
0 answers
Paypal Payflow FAILURE: Invalid account number [23]
I want to implement Paypal Payflow on my Web Application, i am using PHP language as backend. Since Paypal Payflow SDK has support only for .NET and Java i need to implement myself manually with curl calls.
My code for making a request to Paypal…

erimeri
- 181
- 1
- 3
- 17
1
vote
1 answer
Getting Response message Review CeilingAmount while doing test payment by payflowpro API
I have setup first time test application with payflowpro API. I am getting PREFPSMSG=Review CeilingAmount response . After lot of R&D did not find anything. Any help would be really appreciable.
TIA.

Ravinder Singh Bhanwar
- 826
- 8
- 18
1
vote
1 answer
PayPal webhook equivalent in PayFlow Pro?
1) How can I come to know if customer has been charged for recurring service in
PayFlow Pro?
2) Is there any webhook equivalent endpoint available in PayFlow Pro ?
Thanks

Chintan Mstry
- 31
- 7
1
vote
2 answers
PayPal Pro setup Error 10548
while paypal test checkout. I got an error mentioned below.
[TIMESTAMP] => 2017-09-22T09:01:00Z
[CORRELATIONID] => 8d454e5592202
[ACK] => Failure
[VERSION] => 65.1
[BUILD] => 36082234
[L_ERRORCODE0] => 10548
[L_SHORTMESSAGE0] => Invalid…

Undefined
- 35
- 2
- 8
1
vote
1 answer
Currently PayFlow Pro user, how do I upgrade to the latest?
I just inherited code base that uses PayFlow Pro, this product seems to be out of date and we'd like to upgrade to the latest product using PayPal SDK, what is the best way to do this? What is the best migration strategy?
Thank you.

JCO
- 41
- 3
1
vote
2 answers
PayFlow Pro error -104 "Unexpected transaction state"
I develop for a credit card processing application that works with PayFlow Pro (among other processors). One of our customers is seeing a "Unexpected transaction state" result when submitting an authorization to PayFlow Pro.
I've found the result…

Kevin Diefenbach
- 11
- 2