FedEx Web Services - InternationalDetail CustomsValue - Invalid currency #921
Unanswered
Isaac Eccles (IEccles)
asked this question in
Q&A
Replies: 3 comments 2 replies
|
Thanks for reaching out! I’ll be looking into this issue and will get back to you soon. |
0 replies
|
Thanks for reporting this issue! Can you try the change below and let me know what happens? Please move the currency field from payment to options: To help us reproduce and investigate the problem further, could you please provide the following
|
1 reply
|
Hi Isaac Eccles (@IEccles) , hope you’re doing well Just checking in, are you still facing this issue, or is it working fine for you now? Thanks! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am currently trying to buy a shipment label through Fedex Web Services however I keep encountering the error
"InternationalDetail CustomsValue - Invalid currency" with the code 6562.
The API request I am sending is below:
{ "label_type": "PDF", "payment": { "account_number": "XXX", "currency": "GBP", "paid_by": "sender" }, "selected_rate_id": "rat_eb98090f1e434ab69dd77daf8d9c41ad" }Any help on this issue would be greatly appreciated as according to Karrio's documentation what I am sending is correct.
All reactions