v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Update Physical Document

This API should be used when one of the documents for the users are rejected and you will like to re-upload the documents. Physical Documents are photos of actual documentation (like a passport or driver's license) that can be used to prove the identity of a customer.

post/customers/documents

Headers

api-keystring

API key

auth-keystring

Auth key generated using API key & secret

Request body

customerIdstring

Customer identifier

documentstring

Base64 string of document. Follows the data:<:content type>;base64,<:base64 string> format Note: The maximum file size for a document is 10MB.

typestring

Document Types

sidestring

Document side

proofTypestring

Document proof type ID or ADDRESS

proofNamestring

Response

200

OR
OR

Example response

{
  "status": 200,
  "doc": {
    "message": "Upload back side of document to finish the KYC process."
  }
}