Remote
This method creates a remote capture request for Face and/or Fingerprints verification.
OK
Created
Bad Request
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture/verify HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"data": {
"clientID": "text",
"operatorID": "text",
"clientEmail": "text"
}
}
{
"tguid": "text",
"dynamicLink": "text"
}
This method creates a remote capture request for Face and/or Fingerprints enrollment.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture/enroll HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"data": {
"clientID": "text",
"operatorID": "text",
"clientEmail": "text"
}
}
{
"tguid": "text",
"dynamicLink": "text"
}
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"data": {
"clientID": "text",
"operatorID": "text",
"clientEmail": "text"
}
}
{
"tguid": "text",
"dynamicLink": "text"
}
tguid
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
GET /gbs-spid-server/remote-capture/biometrics/{tguid} HTTP/1.1
Host: <ip>:8082
Accept: */*
{
"index": 1,
"content": "text",
"width": 1,
"height": 1,
"resolution": 1
}
tguid
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture/finish/{tguid} HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"approval": true
}
No content
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture/notification HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"guid": "text"
}
No content
This method receives a base64 image and detects whether it has a single face or not. If a single face is detected, creates a transaction and returns its TGUID, else returns an error.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unsupported Media Type
Unprocessable Entity
Internal Server Error
Service Unavailable
POST /gbs-spid-server/remote-capture/face-detect HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"userId": "text",
"operatorId": "text",
"image": "text"
}
{
"id": "text"
}