简体   繁体   中英

Braintree authorization error

I'm trying to setup the braintree method on a PHP web app and I have read most of given documentation on Braintree's website.

I ended up with a sandbox running perfectly so I decided switch it to production. I created a prod account and duplicated all the settings one by one. I then tried to make a payment on the production server and everytime I get the following error:

Screenshot of the error

Did anyone encounter this issue? If so, did you find a way to fix it?

Have you checked braintrees website for developers for this exception?

Authorization Error Braintree_Exception_Authorization

Raised when the API key that you're using is not authorized to perform the attempted action according to the role assigned to the user who owns the API key.

This error can also occur if the data you submitted was malformed – either a parameter isn't in the allowed list, or it is at the wrong location in the nested parameters.

Authorization Exception on developers.braintreepayments.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM