Custom data contains a numeric value larger than the maximum allowed

You are attempting to create or update a transaction with custom data that contains a numeric value larger than the maximum allowed.

Error MessageCustom data contains a numeric value larger than the maximum allowed.
Error Codetransaction_custom_data_numeric_value_too_large
Status Code400

Common causes

  • A numeric value in your custom data exceeds the maximum allowed for a 64-bit signed integer field.

Solutions

  • Reduce any numeric values in custom data that exceed the range of a 64-bit signed integer.