Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Transaction result validation


Interpretation of API responses to validate the result of a transaction should ideally be done on (but not limited to) a combination of the following fields:


- resultCode
- successful
- transactionState
- transactionType

 

With this in mind, it is important to note that

 

   <TransactionType>PAYMENT</TransactionType>

  <TransactionState>NEW</TransactionState>


 confirms which state the payment is in, whereas

 

  <ResultCode>00</ResultCode>

  <ResultMessage>Successful</ResultMessage>


 confirms that the transaction status lookup request to retrieve this data was successful.

 

  • No labels