# gateway.transaction_processing.invalid_transaction

> For the complete machine-readable documentation index, see [llms.txt](https://apidocs.chargebee.com/llms.txt).


**gateway**

The transaction could not be submitted or processed due to temporary issues, invalid data, or transmission errors. This is typically a transient error that may resolve on retry.

## Recommended Customer Message

There is a temporary problem with your submission. Please try submitting the transaction again.

## Root Cause[](#root-cause)

-   **Temporary gateway processing issues:** The payment processor experiences momentary disruptions affecting transaction submissions.
-   **Invalid or incomplete submission payload:** Data required for processing is missing or incorrectly structured.
-   **Timeouts or transmission errors:** Network delays or interruptions during transaction submission.
-   **System maintenance:** The payment gateway is undergoing scheduled maintenance, affecting transaction processing.

## Troubleshooting and Solutions[](#troubleshooting-and-solutions)

-   Inform the customer that there was a temporary problem submitting their transaction.
-   Ask the customer to retry submitting the transaction after a few minutes.
-   Ask the customer to ensure that all required information is correctly filled in before resubmitting.
-   Monitor the gateway's service status page for any reported disruptions or maintenance activities.
-   Review system logs if invalid payloads are suspected.
-   Implement a standard retry mechanism to resubmit affected transactions automatically where applicable.

