Retrieve information about connected pos device
Returns details about pos device associated with source key. Includes the model and serial number of device along with whether is currently online or not.
getPosDevice ( ueSecurityToken Token)
Type |
Name |
Description |
Token |
Merchant security token: used to identify merchant and retrieve the custom fields. |
string |
State |
Indicates whether the device is avialable: online or offline |
The following exceptions (errors) are applicable to this method.
Code |
Message |
Advice |
Request:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://www-stage.eBizCharge.com/soap/2.0/uedocs">
<SOAP-ENV:Body>
<ns1:getPosDevice>
<Token>
<ClientIP>192.168.0.1</ClientIP>
<PinHash>
<HashValue>ce46081179b05a10e6b5f427ff8a5b1ca8aab36e</HashValue>
<Seed>13651763051563127114</Seed>
<Type>sha1</Type>
</PinHash>
<SourceKey>e42SYc86C4uvlvyP62ow54Kv93SZsJVm</SourceKey>
</Token>
</ns1:getPosDevice>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response: