Signature Service
Submit a captured transaction signature image for a specified transaction.
An access API key issued to you by Xplor Pay.
This model represents the signature
Unique identifier of the transaction associated with the signature.
1Base64-encoded image data of the captured transaction signature.
a base64EncodedImageDate and time when the signature was created.
textok
This model represents the signature response payload
The type of payload returned in response.
signatureUnauthorized
Forbidden
Not Found
POST /rest/v2/signature HTTP/1.1
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 76
{
"transaction-id": 1,
"base-64-image": "a base64EncodedImage",
"created": "text"
}{
"signature": {
"transaction-id": 1,
"base-64-image": "a base64EncodedImage",
"created": "text"
},
"payloadType": "signature"
}Retrieve the signature image and related details for a specified transaction using the transaction ID.
Unique identifier of the transaction associated with the signature.
An access API key issued to you by Xplor Pay.
ok
This model represents the signature response payload
The type of payload returned in response.
signatureUnauthorized
Forbidden
Not Found
GET /rest/v2/signature/{transactionId} HTTP/1.1
api-key: text
Accept: */*
{
"signature": {
"transaction-id": 1,
"base-64-image": "a base64EncodedImage",
"created": "text"
},
"payloadType": "signature"
}Last updated
Was this helpful?

