Errors: Transaction Creation
Description
This section describes the error codes that may be returned when attempting to create a transaction of any type, including disbursements or payments. These errors indicate issues encountered during the initial creation step before the transaction enters processing.
Error List
Code | Name | Description |
---|---|---|
CODE_CT0000 | Unknown error | A general error occurred while creating the transaction. The specific cause could not be determined. |
CODE_CT0001 | Payment method not found | The specified payment method does not exist or is not available for the current operation. |
CODE_CT0002 | Failed attempt to create transaction | The system encountered a failure while trying to initiate the transaction. This may be due to system unavailability or invalid request parameters. |
CODE_CT0003 | Signature verification error | The provided digital signature could not be verified, possibly due to tampering or an incorrect signing mechanism. |
Ensure all transaction parameters are valid and correctly signed before submitting a create transaction request.
Updated 25 days ago