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 Message | Custom data contains a numeric value larger than the maximum allowed. |
Error Code | transaction_custom_data_numeric_value_too_large |
Status Code | 400 |
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.