These are the response variables from our transaction result query handler.
| Variable Name | Data
Type |
Max
Length |
Comments |
| StatusCode |
A |
– |
This indicates the status of the transaction result query: 0: success
30: exception |
| Message |
A |
– |
This gives a more detailed description of the status of the transaction result query |
| TransactionResult |
A |
– |
This is the URL encoded transaction result (see below for transaction result structure). Note: If StatusCode=30 this variable will not be returned by the external sever |
