v1

latestOpenAPI 3.1.12026-07-141331164.8 KB
Submit Data

Submit Back Image

Send the back of ID image base64 encoded. 2-sided documents only

post/api/v1/submit-back

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

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

Response

Successfully sent the back image.

Example response

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