You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.
I get a 401 invalid client - Client Authentication Failed. Am I using these details correctly or is this plugin not configured for live use as I see all the documentation is to use the sandbox api? I am contacting paypal too if this is not the case. Just wanted to confirm it isn't something before their end and I am using the configuration correctly (obviously I replace the id and secret with my own personal api keys from my live business paypal app).
The text was updated successfully, but these errors were encountered:
I am trying to use the live api. My sandbox account works fine however when I change the config to the live details:
Smalt.PayPal.configure({ host: 'api.paypal.com', client_id: 'client_id', client_secret: 'client_secret' });
I get a 401 invalid client - Client Authentication Failed. Am I using these details correctly or is this plugin not configured for live use as I see all the documentation is to use the sandbox api? I am contacting paypal too if this is not the case. Just wanted to confirm it isn't something before their end and I am using the configuration correctly (obviously I replace the id and secret with my own personal api keys from my live business paypal app).
The text was updated successfully, but these errors were encountered: