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
PayPal PayFlow Pro - Recurring Billing - Credit Card Verification - CVV
With regards to the PayPal PayFlow Pro service, is it possible to pass through a CVV number when creating a recurring profile?
Currently on our site we only ask for a credit card number and expiry date when creating a recurring profile however we…
user3513369
0
votes
1 answer
Payflow Pro .Net SDK (Payflow_dotNET.dll) missing CUSTREF option for Inquiry Transaction command
I suspect its just missing from the Payflow_dotNET.dll library (I checked version 4.50) but wanted to see if anyone else noticed that you can't use the inquiry transaction command with CUSTREF. Their SDK documentation references it on page 39.
I…

Jake Almer
- 668
- 8
- 15
0
votes
1 answer
Can Non- Recurring Profile be created using PayFlow Pro
I would like to know whether there is any functionality of creating non-recurring profiles in PayFlow Pro. To be more clear what I need is when an user registers in my website I need to create an account in PayFlow Pro (please note I dont need a…

user3380030
- 1
- 1
0
votes
1 answer
Express checkout with payflow pro and recurring payment
i am using Paypal manager for the payment i successfully done with credit card payment with recurring payment profile from my website using PayPal manager. but now i want do recurring payment with express checkout using Paypal manager with recurring…

Dhaval Rajani
- 191
- 1
- 2
- 15
0
votes
2 answers
ACCT is missing in transaction response in Payflow Pro
From Payflow Pro documentation.
Expected results are as follow:
Inquiry Request:
TRXTYPE=R&TENDER=C&PARTNER=PayPal&VENDOR=Acme&USER=Acme&PWD=a1b2c3d4&ACTION=I&ORIGPROFILEID=RP000000001234
Inquiry…

Jonas T
- 2,989
- 4
- 32
- 43
0
votes
1 answer
PayPal Payflow: How to verify in one request, and then authorize in another without saving CC info?
I'm building a book store and I am building the checkout using PayPal Payflow . This is the checkout flow:
Shipping info --> Billing info |verify CC using Paypal| --> Order summary --> Submit |authorize CC using Paypal|
Shipping info: fill out…

bigpotato
- 26,262
- 56
- 178
- 334
0
votes
0 answers
PayPal payflowpro error 11581 Profile description is invalid
We had paypal setup all working for PayPal API and Payflow pro then we had to change from a Australian account to a UK account. But now the Pro side gives this error response. We've got limited access to the paypal account it self.
Partner: xxxxxxx…

Warren
- 1
- 2
0
votes
1 answer
Issues with processing PayPal Payment
We are using the secure token method to process credit card payments with PayPal hosted pages. We generate the secure token by providing the required information
[TRXTYPE=S, AMT=xxx, TENDER=C, ORDERID=xxxxxxxxxxxx, CURRENCY=USD,…

Qaiser Wali
- 358
- 5
- 21
0
votes
1 answer
Payflow API returning null response on multiple asynch requests
I'm using a simple Web API controller to accept a request from a client to process a payment. The Payflow payment request is started in a new task, and I immediately return a status to the client while I wait for the transaction to complete in my…

Joshua Dixon
- 205
- 3
- 11
0
votes
1 answer
PayPal Payflow Pro recent transactions
How can I get recent transactions with Payflow Pro API?
I can Submit Transaction but could not find how to pull transactions which are processed before.

Teoman shipahi
- 47,454
- 15
- 134
- 158
0
votes
1 answer
managing special Character while processing for Paypal
Recently, I found out that whenever I am sending any special character such as "ß" or a "Ö" e.g; ÄßÖÜöüß as address, paypal is not able to process it.
Then I tried URL Encoding them & sending it to paypal, but the issue is, in Paypal Manager the…

Manash Khamari
- 29
- 2
0
votes
1 answer
How can we use paypal payflow to split the amount
How can we use Payflow to split the amount I have got from a transaction made by the user. ie, Customer paid $10 for an item. I need to take $2 and send the rest to the merchant. Is it possible in Paypal Express Checkout? How can we do it with…

Jubin Thomas
- 1,003
- 2
- 12
- 24
0
votes
2 answers
php redirection after execution of contact form code
Friends..!
I want to redirect after some seconds to paypal payflow link as:
https://pilot-payflowlink.paypal.com/?MODE=TEST&SECURETOKENID=f976bec739fb40a5a0e48c1876d570e6&SECURETOKEN=7yVdfkdwbgkOzAg2h1vxHggvL
after entering details in contact form…

Skinny Pretty
- 13
- 2
0
votes
1 answer
PHP PayFlow Pro - User Authentication Failed
I've tried every API out there for PHP, even including the sample that paypal provided here:
https://ppmts.custhelp.com/app/answers/detail/a_id/618
The problem is that I set user, vendor, partner, password as described. User is under merchants…

n1tr0
- 269
- 4
- 15
0
votes
1 answer
How to eliminate PayPal Express Checkout for Payflow order review?
PayPal Express Checkout for Payflow documentation says it's possible to skip Get Express Checkout Details step by adding "useraction=commit" to URL that redirects user to PayPal. However, it also says that PAYERID parameter is returned in response…

user2460502
- 25
- 1
- 3