Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Invalid Merchant Configuration sandbox error

Tags:

api

paypal

I am using paypal pro in sandbox. when I send the request and in response I get this error:

Array ( [TIMESTAMP] => 2010%2d11%2d23T09%3a21%3a12Z [CORRELATIONID] => 2aa783b64659 [ACK] => Failure [VERSION] => 51%2e0 [BUILD] => 1620725 [L_ERRORCODE0] => 10501 [L_SHORTMESSAGE0] => Invalid%20Configuration [L_LONGMESSAGE0] => This%20transaction%20cannot%20be%20processed%20due%20to%20an%20invalid%20merchant%20configuration%2e [L_SEVERITYCODE0] => Error [AMT] => 20%2e00 [CURRENCYCODE] => USD )

I google this error and it is something with the "Billing Aggrement"

Can anyone suggest what to do on this?

like image 246
Deepak Ranjan Jena Avatar asked Nov 23 '10 09:11

Deepak Ranjan Jena


2 Answers

Click products and enable payment pro sorted it for me.

do

Update Aug 12, 2013: Enabling PayPal Payments Pro has been moved to the "Profile" tab. There is no longer a "Products" tab.

like image 77
Adam Waite Avatar answered Dec 26 '22 10:12

Adam Waite


The API credentials in the Sandbox environment uses the default buyer account you have. You need to make sure to use the "payments pro" option when you create a buyer account in the sandbox environment. You'll then see a new set of API credentials under API credentials...just use those and you should be fine.

like image 43
alghourabi Avatar answered Dec 26 '22 12:12

alghourabi