Django Oscar - Paypal Credentials - Part 5

https://www.paypal.com/
 

Keep in mind:

  • Must create a PayPal business account beforehand (can convert your personal account into a business account)
  • Live does not work locally, must be in production (we'll use Ngrok)


In your paypal business account select «Account Settings» from the menu dropdown in the top right corner.

  1. Account Settings 
  2. API Access(Update) 
  3. NVP/SOAP API integration (Classic)(Manage API Credentials)


mysite/mysite/settings.py
Copy from paypal as string:

API Username
API Password
Signature

Notes:
When testing, the buyer and the merchant accounts can't be the same.