Signatures

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
get/signatures/{signatureId}

Path parameters

signatureIdstring required

Unique identifier that we assigned to the signature.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. Returns the signature.

signatureIdstring

Unique identifier that we assigned to the signature.

processingTerminalIdstring

Unique identifier of the terminal that the signature is linked to.

createdOnstring date

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

contentTypestring

MIME type that indicates the format of the image file.

signaturestring

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.