PayPal Payments Pro Credentials to Use With DoDirectPayment

dxg4848
New Community Member

I am trying to use DoDirectPayment to process credit cards on my website using MVC #c. I found how provide API credentials (see below):

 

Dictionary<string, string> config = new Dictionary<string, string>();
config.Add("mode", "sandbox");
config.Add("account1.apiUsername", "...");
config.Add("account1.apiPassword", "...");
config.Add("account1.apiSignature", "...");

But I can't find how to provide my PayPal Payments Pro credentials (partner, vendor, and pwd) because using API credentials I am getting error saying: 'The merchant account attempting the transaction is not a business account.

 

Any help is greatly appreciated!

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.