php - FEDEX Shipping Rate API Error Msg: 'Account number not found.' -


Has recently encountered this error message while using the FX shipping rate API ??

Now working with the FEDEX shipping rate API for one week, and my code is required to run ([this] [1] [this] [2] and [this] [3]) was working smoothly till today. I did a lot of changes, which I did not (unfortunately) did not track all the authorized / account information, the test information provided by FedEx is. I now see the following error, whose code has not been described on FEDEX [Error code page] [4]: ​​

  Seriousness: Error Source: CRS Code: 850 Message: Account Number did not get. Localized message: Account number not found   

On the search, it seems that there is no problem with this error on the Web. This authentication is not related, because when I mess with key / meter / password information, I get another error related to authentication. So it just does not justify the accuracy, but my account number does not appear. Request XML affirms that the account number is where it should be, so it appears that this message is related to "searching" in account of the FedX database

I thought there was a problem with my account, so I created another account, changed the information, and made sure to get the same error message back Used to be.

  •   Return ($ var == 'shipaccount') 'XXXXXXXXX'; - & gt; Return the test account number ($ var == 'billount') 'XXXXXXXXX'; - & gt; If the test account number ($ var == 'meters') returns 'XYXYXYXYXY'; - & gt; Return the meter number ($ var == 'key') 'XYXYXYXYXYX'; --- & gt; Return the key ($ var == 'password') 'Phefofo'; - & gt; Password   

    Hope you have filled these fields correctly.
    I have also noticed that FedEx shipping rates are not returning back, while it was working well for the previous week, so there may be a change with Fedex, you have to contact the facax about it.
    Also make sure that you downloaded and downloaded the RateService_v10.wsdl file.

  • Comments