Endpoint
POS/v1/partner/createMerchant
This endpoint is used to:
- Create Merchant
- Generate Merchant ID
Headers
| Name | Value |
|---|---|
Content-Type | application/x-www-form-urlencoded |
Authorization | Basic base64(public_key:secret_key) |
Request Body Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
pid | string | Yes | Partner ID given by UPITranzact | ABC |
firstName | integer | Yes | First name of the merchant | Pankaj |
lastName | string | Yes | Last name of the merchant | Kumar |
email | string | Yes | Valid email id of the merchant | [email protected] |
merchantType | string | Yes | Merchant type | static OR dynamic |
phone | string | Yes | Valid phone number of the merchant | 91823452XX |
businessName | string | Yes | Business Name of the merchant | ABC Private Limited |