Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to transition from sandbox to live #80

Closed
rawbeans opened this issue Aug 28, 2014 · 2 comments
Closed

how to transition from sandbox to live #80

rawbeans opened this issue Aug 28, 2014 · 2 comments

Comments

@rawbeans
Copy link

In the documentation, there are instructions for hooking into the Paypal Sandbox apis. The only mention of transitioning to a live environment is setting the boolean setting PAYPAL_SANDBOX_MODE to False.

When I change this setting to False, I get an error returned from paypal:
ERROR Error 10002 - Security header is not valid

Do I have to change my credential settings when going live as well?

I can't seem to find any other password / username / signature settings on the Paypal developer site. Should my app be using the classic apis or the REST paypal api?

@codeinthehole
Copy link
Contributor

Do I have to change my credential settings when going live as well?

Yes, I think so - although I've never actually been through the whole process before myself. I think the PayPal live servers will require a different username/password and signature - the error message you're seeing suggests so too.

Have you created a merchant account with PayPal? That is where I would expect to find the relevant creds.

@rawbeans
Copy link
Author

Yes I have a merchant account with PayPal. At first I thought this was an issue with classic vs REST apis.

I managed to find the live API credentials. They are not app specific, and are not created/found in the developer portal. Instead, you go to paypal.com, login with a merchant account, and request live api credentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants