getSignatureStatus

Parent Previous Next

getSignatureStatus

Retrieve status of signature request

 

Description

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.

 

Syntax

getSignatureStatus ( ueSecurityToken Token, string RequestID)

 

Arguments

Type

Name

Description

ueSecurityToken

Token

Merchant security token: used to identify merchant

string

RequestID

ID of signature request, used to check status

 

Return Value

SignatureStatus

Status

Object detailing status of signature request

 

Exceptions

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

 

Examples

 

PHP

VB

.NET C#

XML

Request:

Response:

: