KYC File Submit
KYB verification
Allows users to submit a Know Your Customer (KYC) file(s).
Know Your Customer (KYC) file submission.
POST
https://integration.coinmena.com/onramp-bank/api/v1/kyc/submitFiles
Request Body
Name
Type
Description
customerId*
String
unique ID for customer returned from /kyc/url.
type
Integer
type based on ID type such as 1, 2 or 3 (by default = 1)
urls*
JSON
json containing keys as fileName with extension(idFront1.jpg) and values as url to download that file.
fiatType*
Integer
id associated with the particular country
Send all documents and parameters in the form-data format.
Last updated