Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have made application in which i have passed the credit card details but i am getting error message after i runs the program.

CSS
PayPal Payflow Pro transaction request

TRXTYPE: S
TENDER: C
ACCT: 411111XXXXXX1111
EXPDATE: 0416
CVV2: XXX
AMT: 1.50
COMMENT1: My Product Sale
USER: Matthew.Jodziewicz@Edgemgmtllc.com
VENDOR: Matthew.Jodziewicz@Edgemgmtllc.com
PARTNER: 983VY4AEZCBC8
MERCHANTACCID: PayPal
PWD: XXXXXXXXXX

PayPal Payflow Pro transaction response

RESULT: 26
RESPMSG: Invalid vendor account

Status: Transaction Failed.



pre lang="css">PayPal Payflow Pro transaction response

RESULT: 26
RESPMSG: Invalid vendor account

Status: Transaction Failed.

what is the meaning of this error?

can anybody tell me?

Thanks,
Nischay Vaidya
Posted
Updated 3-Sep-14 6:58am
v2
Comments
ZurdoDev 3-Sep-14 14:02pm    
Yes, ask PayPal.

1 solution

If you are trying to test with Payflow, you would need to create a test Payflow account instead of trying to generate your credentials from within your sandbox PayPal account. To set up a Payflow account for testing,Follow the steps given below


Please visit https://www.paypal.com
Click the Product and services tab
Click on "Payflow Gateway" link at the bottom of the page
Click on "sign up" under Payflow Pro
Click on "Go" on the next page
Click on "continue"
Select 'Payflow Pro' and click continue
Choose a merchant login name and password (rest of the information on this page can be made-up)
Click 'continue' and click Save and Exit
Please note: DO NOT ENTER ANY FINANCIAL INFORMATION, as you will be charged if you do so.

Once done, go to https://manager.paypal.com and login
For the "partner' use "PayPal"
For the user, leave it blank
Use the Merchant Login and password you choose when creating the test account.

On the other hand, if you want the .Net SDK for PayPal API for which you can use your API Username, Password and signature, go to:

/community/ppx/sdks

Scroll down to the section under 'PayPal API: Name-Value Pair Interface' for the NVP SDK

Or 'PayPal API: SOAP Interface' for the SOAP SDK.


Hope this will help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900