We were unable to process the transaction due to a non-numeric value sent with the attempted transaction. Please check with support for further assistance.
Recommended Customer Message
We are facing a technical problem. Please contact support for more information.
Description
The payment failed because the order ID provided is invalid. This error occurs when the order ID has an incorrect format, uses wrong data types, was not validated before submission, or is missing from the request.
Recommended Customer Message
We were unable to process your payment at this time. Please try again or contact support.
Root Cause
Non-numeric or improperly formatted order ID: The transaction request included an order ID in an invalid format, which the gateway could not process.
Incorrect data type in API request: The order ID field expected a numeric value but received a string or special characters.
Integration configuration error: Your system did not validate or format the order ID correctly before sending it to the gateway.
Missing order ID in request: The order ID field was left blank or improperly structured in the API payload.
Troubleshooting and Solutions
Verify that the order ID being passed in the transaction request is numeric and correctly formatted.
Update the API integration or application logic to enforce correct data types for all required fields.
Retry the transaction only after ensuring the order ID meets the gateway's formatting requirements.
Implement input validation to prevent invalid order IDs from being submitted in future transactions.
If the issue persists, contact the payment gateway and Chargebee Support for further clarification on accepted order ID formats.