I am creating paypal rest api by the following steps 1. created login id by developer.paypal.com 2. clicked My apps 3. clicked button "Create app" created testapp 4. By clicking testapp I have gotted two api credentials (i) Test Credentials (ii) Live credentials (By click on show)
I am having problem by above api (Client ID and Secret ) in my code the code giving error no 401 or some time 400
I have checked "Account eligibility"
PayPal payments and Log In with PayPal is showing right sign
But Features that are not enabled for live transactions
Direct credit cards showing : Note: Live credentials are disabled for direct credit card processing in your app. We are processing your information and will email you when live API credentials are enabled.
and same
Future Payments Note: Live credentials are disabled for future payment processing in your app. We are processing your information and will email you when live API credentials are enabled.
But If I am using other Client ID and Secret then my code is working fine. What am I doing wrong ? Please help me .....