Issue description
XRP withdrawals from Fireblocks vaults fail, and yield response code #400. Here is an example response from the API:
{\"status_code\":400,\"error_details\":{\"code\":1433,\"message\":\"Got invalid tags/memos/messages:"}}
Resolution
Review your payload and verify that the tag entered only contains numbers. XRP Ledger enforces 32-bit unsigned integers in their tags, which means values between 0 and 4,294,967,295 are valid. For additional information go here.