Create new or update existing Document.
POST/v1/kyx/:arkVerificationId/documents
Create or update identifying document objects against the current party. The user must be in PROSPECT or COMPLETE state to utilise this endpoint.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
The request was valid and able to be processed in some fashion. Results may or may not be successful, but it was completed as far as practical with no actual errors. Returns the document object as it stands now. No docScan file data will be returned unless the /full variant is requested.
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002)
KYX record not found (PAR004006)
Verification not in a state that accepts documents (PAR022001)
Internal server error (GEN100000), Service error (GEN100001), or an error communicating with the identity verification connector (PAR100013)