I'm trying to implement recurring payments with PayPal in PHP. I found this example, which I'm looking into, but I need some API credentials. I created a PayPal sandbox account, and from there I created a merchant account. I'm trying to get the API credentials for that sandbox merchant account to replace the values in the example, but I can't find where. All the guides I find point to non-existant parts of the sandbox user interface. Does anyone know where I can find the API credential details for sandbox merchant accounts?

Thanks.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

To get API credentials in sandbox you must use the API Credentials menu in sandbox itself, instead of logging into the sandboxed account.

http://i.imgur.com/7sDnu.png

link|improve this answer
2  
This section will only contain API credentials if you chose to create a 'preconfigured account' via developer.paypal.com > Test accounts. – Robert Oct 14 '11 at 17:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.