0

I am trying to setup a test account to test my module which will work for PayFlow Link and Paypal Payments Advanced. I am following this tutorial.

The problem is that I don't have "PayPal Express Checkout" feildset in my settings. Here is an image of it. The field set also appears in this paypal tutorial on youtube.

Also when ever I try to send a request to payflow api, it always says "User Authentication Failed" although all the parameters are correct.

I have setup a test account for Paypal Manager.

S. A. Malik
  • 3,465
  • 6
  • 37
  • 56

1 Answers1

0

The field in question is expecting the primary email address of the PayPal account you will be using to accept Express Checkout (PayPal) payments. You can specify both a live account and a sandbox account.

"User Authentication Failed" indicates your credentials are not correct. You should be using the same credential you use to log into the manager:

USER=username&VENDOR=merchantlogin&PARTNER=PayPal&PWD=yourpassword

Ind_KevinG
  • 1,945
  • 14
  • 9