If the call is correct you will receive the following reply :
{
"status": "1",
"msg": "Success",
"recovery_words": "MAX GOOD BUILD RED DONE POWER STORE MUSIC",
"kyc_pass": "KYC000000000000",
"kyc_level": "1"
}
Take note : It is important to give the end user the recovery_words and instructing them to keep it safe. The user will need the recovery_words to do extra account setup for use of virtual cards and account recovery if something goes wrong.
kyc_level function details
To get the level of a KYC-Pass call https://key.netfluid.io with a JSON body containing the following three variables :
Item
Description
task
Function to use, in this case it's set to kyc_level)
kyc_pass
KYC-Pass to do the level enquiry on
For example : To get the level of KYC000000000000 call https://key.netfluid.io with a JSON body containing.
To submit files that upgrade a users KYC-Pass level usungPOST request with the following : (Please allow 12 to 48 hours fur KYC-Pass update as files will be reviewed by support staff first)
Item
Description
doc_upload
The name of the form-data "key" containg the file you are submitting
kyc_pass
KYC-Pass you are submitting a file for
file_description
Set this to id_passport for a ID/Passport document
Set this to proof_of_residence if the document is a proof of residence
Set this to id_passport_selfie for a ID/Passport document that incudes the ID/Passport owner clearly visible in the image with the document
Set this to proof_of_residence_selfie for a proof of residence that also incudes the ID/Passport owner clearly visible in the image with the document
Understanding KYC level :
For a merchant to issue a customer with a virtual card that customer's KYC-Pass level must be at 3.
When you create a customer their KYC-Pass level is automatically set to 1.
As kyc_upgrade is used to submit documents they will be reviewed and set to verified if the document passed. And as soon as ID/Passport+selfie or proof_of_residence+selfie is verified the KYC-Pass level will be set to 2 and if all four documents are verified KYC-Pass level will be set to 3.
For example : Using basic html form to POST a file for KYC-Pass KYC000000000000 to https://key.netfluid.io.