Replies: 1 comment
-
Disregard, turns out my manager was witholding information. The information was provided in an email he received when setting up the Shipping Account for production. However even with the added information, authentication is still failing. Using the API key, password, accountnum and meternumber, however it's failing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've started trying to use this package and it works well for USPS and UPS, however I'm having difficulty with the FedExProvider as shown in the code examples. The constructor requires a Key, Password, AccountNumber and MeterNumber. Of those, FedEx only provides an API Key and AccountNumber (they also provide a SecretKey, however I'm guessing that's not used here). What password is it looking for, and where do you find a meter number? Is there another method for FedEx that uses an OAuth token?
Beta Was this translation helpful? Give feedback.
All reactions