Cancel a signature request
Cancels an in progress signature request. Returns the POS device to the idle screen
string cancelSignatureRequest ( ueSecurityToken Token, string RequestID)
Type | Name | Description |
---|---|---|
ueSecurityToken | Token | Merchant security token: used to identify merchant |
string | RequestID | ID returned by requestSignature |
string | Status | Confirmation message |
The following exceptions (errors) are applicable to this method.
Code | Message | Advice |
---|---|---|
21104 | Signature request not found | The RequestID was not found |
For directions on how to set up the WSDL link, create “$token” and “$client”, go to PHP Soap How-to.
Request:
Response:
Version | Change |
---|---|
1.6 | Method added in this release |