Errors: Transaction Processing

Description

This section outlines error codes that may occur during the processing phase of a transaction, after it has been successfully created. These codes apply to any transaction type and are used to identify operational failures or data issues during execution.

Error List

CodeNameDescription
CODE_PT0000Unknown errorAn unexpected error occurred during transaction processing
CODE_PT0001Request processing timeoutThe transaction could not be processed within the allowed time frame. Retry logic may be required.
CODE_PT0002Invalid payment detailsOne or more fields related to the payment or account information are invalid or missing.
CODE_PT0003Sender data errorThe transaction contains incorrect or incomplete data related to the sender.
CODE_PT0004Recipient data errorThe transaction contains incorrect or incomplete data related to the recipient.
CODE_PT0005Internal processing failureAn internal system error occurred while processing the transaction. Further investigation may be required.

These error codes are critical for troubleshooting failed transactions and ensuring correct data flow through your integration