v1

latestOpenAPI 3.0.32026-07-14265579.8 KB
Order Documents

Upload document

Accurate’s API offers the ability to upload documents to an order immediately after an order is placed, allowing you to provide documents necessary for the background check. we can only accept pdf,jpg,jpeg,png,doc,docx file types with a max size of 15MB.

post/order/{orderId}/document

Path parameters

orderIdstring required

Order ID

Response

Success Response

idstring
orderObjectIdstring
documentNamestring
deletedboolean
createdstring date-time
createdBystring
updatedstring date-time
updatedBystring
mimeTypestring
searchIdstring
productTypestring

Example response

{
  "id": "602ad6ea9f1a60000c9b39d4",
  "orderObjectId": "5b48d430de3c0c3ccdc15eef",
  "documentName": "proof_address.jpg",
  "mimeType": "image/jpeg",
  "productType": "9PK"
}