latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Know Your Customer (KYC)

Submit KYC Signatures

Submit contract signatures for a given KYC identity.

post/api/evs/v1/identity/{id}/signatures

Path parameters

idstring required

Request body

contractSignerNameFullstring required

The full name of the individual signing the contract

contractSignedDatestring date required

The date the contract was signed (YYYY-MM-DD)

contractSignedIPAddressstring required

The IP address from which the contract was signed

contractType'csa' | 'mpa' | 'mic' | 'wvr' | 'aca' required
contractVersionstring required

The version of the contract being signed

userAgreesToTermsboolean required

Whether the user agrees to the terms and conditions

Example request

[
  {
    "contractSignedDate": "2024-12-20T00:00:00.000Z"
  }
]

Response

OK

idstring required
statusstring required

The status of the KYC identity: initiating, awaiting document upload, input error, ssn error, taxid error, in review, incomplete verifications, awaiting signature, records uploaded, approved, declined

organizationIdstring required
enterpriseIdstring
userIdstring
createdAtstring date-time
updatedAtstring date-time
errorDescriptionstring
signaturesSubmittedstring[]
signaturesRequiredstring[]