Retrieve status of checkout request
Returns status of existing checkout request identified by RequestID. If a transaction has been processed, details of the transaction result will also be returned.
Checkout status information is only stored on the gateway for one hour. After one hour, developer must use transaction history.
getCheckOutStatus ( ueSecurityToken Token, string RequestID)
Type |
Name |
Description |
Token |
Merchant security token: used to identify merchant and retrieve the custom fields. |
|
string |
RequestID |
ID of checkout request, used to check status |
Check out status information including transaction result if complete |
The following exceptions (errors) are applicable to this method.
Code |
Message |
Advice |
21100 |
There are no POS devices associated with this source key |
Register a pos device to this source key |
21101 |
POS device offline |
Device associated with this source key is offline, try rebooting |
Request:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://secure.eBizCharge.com/soap/2.0/uedocs">
<SOAP-ENV:Body>
<ns1:getCheckOutStatus>
<Token>
<ClientIP>192.168.0.1</ClientIP>
<PinHash>
<HashValue>e1a39549d9bdbfbc184fcdb24e519bc6ffd3484c</HashValue>
<Seed>1365184635412623736</Seed>
<Type>sha1</Type>
</PinHash>
<SourceKey>e42SYc86C4uvlvyP62ow54Kv93SZsJVm</SourceKey>
</Token>
<RequestID>192988532</RequestID>
</ns1:getCheckOutStatus>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response: