This endpoint allows you to create a new merchant on the portal by providing the necessary onboarding information.
Request Body Parameters
Parameter | Type | Description | Required |
---|---|---|---|
| String | Name of the merchant's company. | Yes |
| String | A trade name (Doing Business As name) a business operates under, distinct from its legal registered name. | Yes |
| String | Country of the merchant's address. The input must be a valid Alpha2 code, Alpha3 code, UN code, or full country name. | Yes |
| String | State of the merchant's address. Must be 2 characters in length. | Yes |
| String | City of the merchant's address. | Yes |
| String | Postal code (ZIP) of the merchant's address. The length should be between 2 and 25 characters. | Yes |
| String | Time zone of the merchant. | Yes |
| String | Primary address line. The length should be between 2 and 40 characters. | Yes |
| String | Secondary address line (if applicable). Maximum length of 40 characters. | No |
| String | Website URL of the merchant. The length should be not more than 500 characters, should contain valid characters (letters, numbers, hyphens), domain after . , @, protocols: http://, https://. | No |
| String | First name of the contact person (user). | Yes |
| String | Last name of the contact person (user). | Yes |
| String | Email address for contact (user). The email field must be in a valid email format. The system will create a user and send an invitation to the email provided in the API request. The invitation is valid for 72 hours. | Yes |
| String | Contact phone number. Maximum length of 20 characters. | Yes |
| Integer | Default order processing channel type. Possible values:
| Yes |