Failure | RESULT_FAILURE | 5 | The transaction was not processed. The reason for the failure must be returned. At least
one ResultInfo object is expected when this Result Code is produced. | |
Received Pending (transaction in queue) | RESULT_RECDPEND | 3 | This transaction will be processed as soon as possible but cannot be processed at this
time. No ResultInfo object is expected when this Result Code is returned. | |
Received Pending with information | RESULT_RECDPENDINFO | 4 | Applicable in cases where business rules are processed while transaction is pending
execution. This transaction has been received and will be processed as soon as possible.
There was some information regarding this transaction that was returned. At least one
ResultInfo object is expected when this Result Code is produced. | |
Success | RESULT_SUCCESS | 1 | The transaction was processed Successfully with no more information. No ResultInfo object
is expected when this Result Code is produced. | |
Success with information | RESULT_SUCCESSINFO | 2 | The transaction was processed successfully but some condition causes information to be
returned. This is sometimes informational only and sometimes a warning. At least one
ResultInfo object is expected when this Result Code is produced. | |