v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBPhysical Documents
Upload Physical Document
Uploads a Physical Document.
post/documents
Request body
Example request
{
"userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"type": "DRIVER_LICENSE",
"document": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QCMR",
"side": "FRONT"
}Response
Uploading a Physical Document was Successful.
Example response
{
"id": "532e1b7d-09fd-4a1b-956f-d4e91ad71b4f",
"type": "DRIVER_LICENSE",
"status": {
"name": "NOT_SUBMITTED",
"description": "Document has not been submitted for approval."
},
"side": "FRONT"
}