Create Merchant
Endpoint Information
Request Parameters
{
"merchantName": "Tom", //(required, string: Merchant Name (Unique))
"email": "[email protected]", //(required, string: Email (Unique))
"merchantType": "INDIVIDUAL", //(required, string: Merchant Type [INDIVIDUAL, BUSINESS])
"callbackUrl": "https://localhost", //(required, string: URL for KYC/KYB completion callback)
"languageCode": "en", //(optional, string: Interface language (en(default)/es/pt/zh))
"flow": "PROFESSIONALS", //(optional, string: The KYC process is applicable only to INDIVIDUAL. enum [PROFESSIONALS(default), CONSUMERS])
"remark": "test" //(optional, string: Remark)
}Response Structure
Example Requests
Example Response
Last updated

