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
Code | Name | Description |
---|---|---|
CODE_PT0000 | Unknown error | An unexpected error occurred during transaction processing |
CODE_PT0001 | Request processing timeout | The transaction could not be processed within the allowed time frame. Retry logic may be required. |
CODE_PT0002 | Invalid payment details | One or more fields related to the payment or account information are invalid or missing. |
CODE_PT0003 | Sender data error | The transaction contains incorrect or incomplete data related to the sender. |
CODE_PT0004 | Recipient data error | The transaction contains incorrect or incomplete data related to the recipient. |
CODE_PT0005 | Internal processing failure | An 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
Updated 25 days ago