Creating Your Merchant
Endpoint Information
Request Parameters
{
"merchantName": "Tom", //(required, string: Merchant Name (Unique))
"email": "[email protected]", //(required, string: Email (Unique))
"merchantType": "BUSINESS", //(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))
"remark": "test" //(optional, string: Remark)
}Response Structure
Example Requests
Example Response
Last updated

