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

CodeNameDescription
CODE_CT0000Unknown errorA general error occurred while creating the transaction. The specific cause could not be determined.
CODE_CT0001Payment method not foundThe specified payment method does not exist or is not available for the current operation.
CODE_CT0002Failed attempt to create transactionThe system encountered a failure while trying to initiate the transaction. This may be due to system unavailability or invalid request parameters.
CODE_CT0003Signature verification errorThe 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.