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
0
votes
1 answer
Getting undocumented P_TRANSTATEn from PayPal
I'm querying for transaction status history and in the response from PayPal I'm getting an unknown P_TRANSTATEn value of 0. Here's a sample from the end of the response (the front part isn't relevant to…
user1921
-1
votes
1 answer
paypal refund order API return Authorization failed due to insufficient permissions
Currently i am redirecting order amount to merchant account that is working fine
but now when i perform refund operation getting persmission error
steps i followed :
gettting access token of merchant from his/her refresh token(stored in database)…

Umesh Goti
- 39
- 5
-1
votes
1 answer
PayPal Payflow Pro Integration Using IFrame Tokenizer
We are planning to integrate PayPal Payflow Pro with our eCommerce solution in a way that offloads the vast majority of PCI Compliance/Scope onto the payment gateways. Typically this is done by iframe and that’s one of the items we are trying to…
-1
votes
1 answer
How to do payment using paypal payflow vaulted credit card without using PNREF (gateway token)?
I have added credit card to vault using below rest script.
How to perform payment on magento checkout page using this credit card?
$clientId="XXXXXXXXXXXXXXXXXXXXX";
$secret='XXXXXXXXXXXXXXXXXXXXXXX';
$ipnexec = curl_init();
…
-1
votes
2 answers
PayPal Payflow Pro (Legacy) Implementation
Is there anyone that has successfully implement Payflow Pro in PHP?
A client has forced me to use the Payflow Pro (Legacy) on the website, and it seems PayPal has removed the documentations for it. Link here
I only need the documentation of how this…

AlbertSamuel
- 584
- 10
- 33
-1
votes
1 answer
auth fails despite (i believe) correct credentials
I signed into manager.paypal.com with the same credentials, but can't seem to successfully connect with curl. (https://developer.paypal.com/docs/classic/payflow/gs_payflow/).
curl -s https://pilot-payflowpro.paypal.com -d…

AJcodez
- 31,780
- 20
- 84
- 118
-1
votes
1 answer
How to create recurring profile using credit card on payflow hosted checkout page
Is it possible to create recurring profile using credit card on payflow hosted checkout page? If yes give me please link to instructions how to do that.

Danylo
- 1
- 1
- 1
-2
votes
2 answers
How to integrate multiple payment gateway ( Multiple merchant ) in ruby on rails?
As i'm new in ruby on rails so sorry for silly question if it is.
I'm developing e-commerse application like amazon. So seller needs to add their merchant account in rails application. Merchant acccount can be paypalpaylfow, authorize.net or…

sam
- 372
- 2
- 12
-2
votes
1 answer
Payflow test always giving error RESULT=26&RESPMSG=Invalid vendor account
I am doing one test project for PayFlowPro integration. I have used proper Vendor, Partner, Password but still getting same error.
RESULT=26&RESPMSG=Invalid vendor account
With same Vendor, Partner, Password I am able to login through…

Kusum
- 1