v1
latestOpenAPI 3.1.12026-07-141331164.8 KBSubmit Data
Submit Selfie
Submit a selfie image.
post/api/v1/submit-selfie
Headers
signaturestring required
Encrypted Request Body
Encrypted Request Body
customer-idstring required
Your provided customer ID.
Your provided customer ID.
Request body
Example request
{
"public_data": {},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369",
"selfie": "Q29waWxvdCBpcyBhbiBBSSBjb21wYW5pb24gdGhhdCBjYW4gaGVscCB5b3Ugd2l0aCBhbnl0aGluZy4="
}
}Response
Successfully submitted selfie
Example response
{
"public_data": {
"version": "3.1.1",
"endpoint": "submit-selfie"
},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369"
}
}