v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Identity Documents

Document Upload

This endpoint enables you to receive a URL to upload a document to Paxos for identity verification or enhanced due diligence purposes. When uploading a document you must specify the document type. You will receive a URL where you can upload the document using a POST request.

Requirements:

  • Uploaded documents must be less than 100 MB in size
  • Supported formats include PDF, JPG, and PNG

For more information on document requirements for enhanced due diligence, see here.

put/identity/identities/{identity_id}/documents

Path parameters

identity_idstring required

The id of the identity the document is associated with.

Request body

namestring required

The file name.

document_typesDocumentType[]

A list of document types contained within the uploaded file.

Response

A successful response.

file_idstring

The id assigned to the file.

namestring

The file name.

upload_urlstring

The URI where we expect the file to be uploaded into.