v1
latestOpenAPI 3.0.12026-07-242871595.3 MBGet a signature
Displays the signature entry screen so the user can acknowledge acceptance with their signatures. Apps do not need to call this endpoint to get a customer's signature for a payment. The signature screen will appear automatically if the merchant's settings are configured to require one for a given transaction.
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
The Clover device to route the request to.
An identifier for the POS making the request.
The amount of time, in seconds, that this operation will process before timing out. A value of 0 indicates no timeout will be enforced by Remote Pay, although protocol specified timeouts may still apply.
The idempotency key transmitted during the request, if any.
Request body
Example request
{
"beep": true,
"signatureFormat": "JPG",
"text": "some text"
}Response
Returns the signature image data in the specified format
Example response
{
"signature": {
"format": "BMP",
"gzip": true,
"response": "<base64-encoded, gzipped data>"
}
}