Retrieve status of signature request
Returns status of existing signature request identified by RequestID. If the customer has finished signing the image of the signature will also be returned. Signature requests are only valid for one hour after which the RequestID will no longer be valid.
getSignatureStatus ( ueSecurityToken Token, string RequestID)
Type |
Name |
Description |
Token |
Merchant security token: used to identify merchant |
|
string |
RequestID |
ID of signature request, used to check status |
Status |
Object detailing status of signature request |
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:
Response: