Retrieve signature

Use this method to retrieve a signature that a payment device captured using Payroc Cloud. Our gateway returns the following information about the signature: - Image of the signature - Format of the image - Date that the device captured the image

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

signatureIdstringRequired=10 characters
Unique identifier that we assigned to the signature.

Response

Successful request. Returns the signature.
signatureIdstring or null
Unique identifier that we assigned to the signature.
processingTerminalIdstring or null
Unique identifier of the terminal that the signature is linked to.
createdOndate or null

Date that the device captured the signature. The format of this value is YYYY-MM-DD.

contentTypestring or null
MIME type that indicates the format of the image file.
signaturestring or null

Image data for the signature. Our gateway returns the signature as a Base64-encoded value.

Errors