Get Customer Signatures

Merchants can use Dejavoo terminals to collect customer signatures for various purposes, including agreements, prescriptions, treatment plans, or even after completing transactions. These documents are sent directly from the POS system to the terminal for the customer's review and signature.

Follow the steps and references outlined in this section to configure the requests required by the cash register application to facilitate the collection of customer signatures.

Sample Request and Response

Endpoint:

HTTPS://test.spinpos.net:443/spin/cgi.html?TerminalTransaction=

Send the following request to the terminal to prompt the customer for a signature.

Request to Terminal

<request>
	<RegisterId>3434801</RegisterId>
	<AuthKey>cTqG9fapET</AuthKey>
	<GetSign/>
</request>

Request Body

RegisterId*string

Mandatory. The Register ID for the terminal, obtained from the iPOSpays portal.

AuthKey*string

Mandatory. The Auth Key for the terminal, obtained from the iPOSpays portal.

GetSign*empty tag

Mandatory. Empty tag that triggers the terminal to prompt the customer for a signature.

Last updated on