Transaction Signature
The Transaction Signature API allows you to store and retrieve base-64 encoded signature image files associated with transactions.
Base URLs
Environment
URL
Sandbox
https://gateway-sb.clearent.net/rest/
Production
https://gateway.clearent.net/rest/
Headers
Content-Type: application/json
Accept: application/json
AccessKey: Secret access key issued by Xplor Pay
Available Endpoints
Save Signature:
POST /rest/v2/signature
Get Signature:
GET /rest/v2/signature/{transactionId}
Path Parameters
Name
Data Type
Required?
Description
transactionId
String
Required
ID of the transaction to which the signature belongs
Last updated
Was this helpful?