Get Kyc URL
Get the kyc URL
Get kyc url which will redirect to coinMena KYC verification.
POST
https://integration.coinmena.com/onramp-bank/api/v1/kyc/url
Request Body
Name
Type
Description
customerId
String
Unique User Id received from /KycUrl (This customerId required to get the kycUrl if already created the user)
String
Email address of the customer
phoneNumber*
String
Phone number (with country code) of the customer
clientCustomerId*
String
Unique identifier of the customer on Client side
type*
String
Indicates whether this is a business or individual customer (INDIVIDUAL/BUSINESS)
kycRedirectUrl
String
Client URL to return to once the KYC process done. Example: https://www.clientUrl.com
closeAfterLogin
Boolean
True/False, to close the UI just after login.
Last updated