Questions tagged [payflowlink]
66 questions
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
0 answers
Specifying Sales/Other Tax component with Payflow
We're integrating Payflow Gateway on a ecommerce portal. Considering that customer already has a Payflow account (via Chase), they prefer to go with the same.
After referring to PayPal docs, I'm not sure if tax component can be specified during a…

mishka
- 677
- 6
- 20
1
vote
1 answer
Payflow payment integration in ruby on rails
I'm using paypal for payment and here is main function and parameters which are used for payment.
def self.paypal_url(.....)
values = {
:business => 'email@id.com',
:cmd => '_cart',
:upload => 1,
:return =>…

Uzma Manzor
- 169
- 1
- 10
1
vote
1 answer
Payflow Gateway w/ Secure Token & Transparent Redirect - return URL issue
I've built a client (in .NET, but it could be in any framework) to consume the Payflow Gateway NVP API using the Transparent Redirect and Secure Token features. I am able to receive the token, send the credit card data, and receive an Approved…

Faxanadu
- 31
- 1
- 4
1
vote
1 answer
Payflow Link silent post url
I have a silent post url set up. I know that my code for the silent post url works in that if i send a form with information to this url, it carries out the instructions I have set for it -- waiting to receive silent post from Paypal when someone…

user2320726
- 31
- 4
1
vote
1 answer
Payflow link error - token missing
Using the payflowlink example from their documantation and altering it for my payflow account information, I get the following code:

Danny Morris
- 11
- 3
1
vote
1 answer
Paypal Payflow refund issue
Hi am trying to create a refunding function for the paypal payflow.
This is code what exactly am created.
public function refund()
{
$this->load->helper('paypal_helper');
$request = array(
"PARTNER" => PARTNER,
…

Nith
- 734
- 4
- 9
1
vote
2 answers
How do you verify that the notification to the Silent Post URL is indeed from PayPal Payflow and not a hacker?
Payflow supports a Silent Post URL, which is a page that will be notified upon completion of a successful transaction (payment, refund, etc...). The Silent Post URL can be configured via the PayPal manager.
Most similar payment systems implement the…

redgeoff
- 3,163
- 1
- 25
- 39
1
vote
1 answer
PayPal hosted checkout page does not show paypal option
PayPal hosted checkout page not showing paypal option
Sorry to double an existing question, but I'm really stuck here:
Hosted checkout page by paypal does not show paypal option. Service setting page at manager.paypal.com does not seem to have an…

Vasily802
- 1,703
- 2
- 18
- 35
1
vote
2 answers
How to get SecureToken using Payflow Gateway SDK for Payflow Link integration
I am trying to figure out how to receive the SecureToken to be used in a Payflow Link IFrame using the PayPal Payflow Gateway SDK. I am also using Paypal's Layout C so that the user enters their credit card information in the PayPal IFrame while it…

Kibner
- 80
- 7
1
vote
1 answer
Payflow Error 52: Insufficient permissions to perform transaction in test mode
I am trying to configure payflow link application in test mode on codeigniter. I am doing this with Angell EYE PHP CodeIgniter Class Library for PayPal.
I have set up my developer sandbox account and added a user of Business-Pro type and a user of…

Vasily802
- 1,703
- 2
- 18
- 35
1
vote
1 answer
Timeout waiting for Processor response on PayPal Hosted Checkout Page goest always on error page url
I'm developing a cart on a website and I'm integrating it using the hosted checkout page Layout C with iframe within the website page, I have configured all urls so cancel, return and error url but when I try with the 411111.. and 12/15 credit card…

Stak
- 11
- 1
- 2
1
vote
1 answer
Creating a Custom field in PayPal Payflow Link Credit Card Form
I need to add one custom field for Paypal Payflow link Credit Card form. I have searched and found the solution for adding custom field for Express Checkout. I have tried but I could not get the solution.

Vinoth Vijayabaskar
- 101
- 1
- 4
- 12
1
vote
1 answer
Transaction State:6 in Test Credit Card Transaction.Amount is not credited in Sandbox BUSINESS Account
I made a test transaction using Test credit card number in PayPal payflow link.
Transaction status is below,
Transaction State:6
Response Code:A
Error Code:00
Amount is not credited in Sandbox BUSINESS Account.
I tried to find a solution with the…

Vinoth Vijayabaskar
- 101
- 1
- 4
- 12