v1

latestOpenAPI 3.1.12026-07-141331164.8 KB
Submit Data

Submit Front Image

Send the Front of ID image (base64 encoded).

post/api/v1/submit-front

Headers

signaturestring required

Encrypted Request Body

Encrypted Request Body

customer-idstring required

Your provided customer ID.

Your provided customer ID.

Request body

public_dataobject required

May not contain personally identifiable information (PII). A public_data object is required even if it is empty, for example, public_data: {}.

Example request

{
  "public_data": {},
  "private_data": {
    "transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369",
    "front": "iVBORw0KGgoAAAANSUhEUgAABTEAAANNCAYAA.../D+WLsQnKnhXKAAAAABJRU5ErkJggg=="
  }
}

Response

Successfully sent the front image.

Example response

{
  "public_data": {
    "version": "3.1.1",
    "endpoint": "submit-front"
  },
  "private_data": {
    "transaction_id": "1ae2c7f8-9fad-45cd-83dd-71bbe608421a"
  }
}