Error "An invalid format was used for a fee_id:"


When creating an item between two users, you may encounter the following error:

"An invalid format was used for a fee_id:"

This error will appear when unnecessary or invalid characters are included in the fee_id of the API call, the most common example of this is an unneeded space or other character at the end of the fee ID. This can happen when incorrectly copying IDs from other code snippets text files.

If any invalid characters are used, you will be returned the following:

Error: {"errors":{"base":["An invalid format was used for a fee_id:AB12345 "]}}%

If you want to verify that fee_id is valid, use the Show Fee API call to verify whether a fee exists given a specific ID.