Import KYC/KYB info
This option is available subject to a compliance reliance review. You can submit KYC documentation that you have already collected from your customers directly to Encryptus. Please note that Encryptus will still verify all submitted information and may request additional documents from the customer if necessary.
Add Basic Details
POST https://gateway.noxxo.com/v1/partners/kyc/individual/basic-details
Request Body
userEmail*
String
registered email of the user
firstName*
String
user first name
lastName*
String
user last name
dob*
String
date of birth accepted in format "YYYY-MM-DD"
gender*
String
accepted value in format "M" (Male) or "F" (Female)
country*
String
accepted value is 3-letter country code
phone*
String
user's phone number
Responses:
201: Created
400: Bad Request
500: Internal Server Error
Add Address
POST https://gateway.noxxo.com/v1/partners/kyc/individual/address
Request Body
userEmail*
String
registered email of the user
street*
String
first line of address - street name, building name or number in the local language and script (e.g., Arabic, Korean, Japanese, etc.)
(unnamed)
String
first line of address - street name, building name or number in English using the Latin alphabet
town*
String
town/city name in the local language and script (e.g., Arabic, Korean, Japanese, etc.)
townEn*
String
town or city name in English, using the Latin alphabet
state*
String
state or county name in English, using the Latin alphabet
country*
String
country name in English, using the Latin alphabet
Responses:
201: Created
400: Bad Request
500: Internal Server Error
Add Proof of Identity Document
POST https://gateway.noxxo.com/v1/partners/kyc/individual/address
Note: endpoint path shown above is as provided in the original content.
Request Body
userEmail*
String
registered email of the user
nationality*
String
user's nationality
documentNo*
String
number of document used as proof of identity
documentExpirationDate*
String
accepted in format YYYY-MM-DD, if document does not have expiry date, use default 2099-01-01
country*
String
accepted value is 3-letter country code
documentName*
String
accepted documents are government issued document, expected values are: "PASSPORT", "ID_CARD", "DRIVERS", "RESIDENCE"
Responses:
201: Created
400: Bad Request
500: Internal Server Error
Last updated