KYC Full

Send document of the user to undergo KYC Full.


Description:

This endpoint is tailored to facilitate a comprehensive Know Your Customer (KYC) verification by allowing users to upload their essential documents. A full KYC verification is imperative for enhanced security and regulatory compliance.

Mode:

PUT

Node:

/kyc/upload-document

PUT /login-sof-kyc

Send user of wallet to undergo KYC lite and sign in/up.

Headers

Request Body

// 
{
    "statusCode": 202,
    "message": "upload KYC full successful"
}

Form Data:

For KYC Full we need three documents. First parameter, would be idCardFront, then idCardBack, and finally a selfie of the individual to complete the full KYC process.

Considerations:

The end point must execute three once per type of document, the authorization is the access token and can get it from kyc lite /login-sof-kyc

Last updated