> For the complete documentation index, see [llms.txt](https://docs.tutelar.io/tutelar-api-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tutelar.io/tutelar-api-document/tutelar-api-document-v2/merchant-onboarding/onboarding.md).

# Onboarding

Onboarding refers to the process of bringing a new merchant or business onto a payment processing platform or network. It typically involves gathering information about the merchant such as Business name, Client type, Entity type, Address, Bank details and so on. With the help of onboarding , we can conclude whether the merchants are legitimate, financially stable, and pose an acceptable level of risk to the payment platform. Only the Mandatory fields are provided in the sample post parameters , Rest of the fields in the sample post parameters will be provided in the relevant menu ( KYC , Web Crawling , AML , NDI )&#x20;

## Onboarding

<mark style="color:green;">`POST`</mark> `https://secctrl.tutelar.io/api/v2/onboarding-protect/create`

### Header

| Name          | Value                     |
| ------------- | ------------------------- |
| Content-Type  | `application/json`        |
| Authorization | `Bearer eyJhbGciOiJ.....` |

### Post parameters description is given below

<table><thead><tr><th width="170.8524169921875">Parameter</th><th width="85.8612060546875">Type</th><th width="133">Is Mandatory</th><th width="356">Description</th><th></th></tr></thead><tbody><tr><td>customer_ref_id</td><td>String</td><td>Yes</td><td>It should be <em>unique</em>. It helps to identify the new customer that comes from which client.</td><td></td></tr><tr><td>source_from</td><td>String</td><td>Yes</td><td>It can contain one of the following values: <strong>APP</strong>, <strong>DIRECT</strong>, <strong>WEBSITE</strong>, or <strong>RESELLER</strong>.</td><td></td></tr><tr><td>reseller_ref_id</td><td>String</td><td>Optional</td><td>If <strong>source_from</strong> is <strong>RESELLER</strong>, then <strong>reseller_ref_id</strong> is mandatory.</td><td></td></tr><tr><td>email</td><td>String</td><td>Yes</td><td>Customer's registered email address.</td><td></td></tr><tr><td>phone</td><td>String</td><td>Yes</td><td>Customer's mobile number.</td><td></td></tr><tr><td>entity_type</td><td>Object</td><td>Yes</td><td>Unique identifier representing the legal entity type of the business</td><td></td></tr><tr><td>kyc_checks</td><td>Object</td><td>Yes</td><td>Defines the level of KYC verification to be performed for the merchant. Supported values depend on the configured verification profiles such as <strong>simplified</strong>, <strong>standard</strong>, or <strong>exception</strong>.</td><td></td></tr><tr><td>mcc</td><td>Object</td><td>No</td><td>Contains the Merchant Category Code (MCC) details used to classify the merchant's business category</td><td></td></tr><tr><td>business.name</td><td>String</td><td>Yes</td><td>Official registered name of the business</td><td></td></tr><tr><td>business.trade_name</td><td>String</td><td>Yes</td><td>Commercial or trading name under which the merchant operates.</td><td></td></tr><tr><td>business.deliveryMode</td><td>String</td><td>Optional</td><td>Delivery mode for the business. Allowed values are:<br>• <strong>online</strong><br>• <strong>offline</strong></td><td></td></tr><tr><td>business.authorized</td><td>Array of Objects</td><td>Optional</td><td>List of authorized individuals associated with the business (e.g., signatories, directors, ).</td><td></td></tr><tr><td>business.authorized[].name</td><td>String</td><td>Optional</td><td>Full name of the authorized individual (Signatory/Director). Must be alphabetic and valid.</td><td></td></tr><tr><td>business.authorized[].authorizer_type</td><td>String</td><td>Optional</td><td>Type of authorization for the person. Must be one of the following:<br>• <strong>signatory</strong> – Individual authorized to sign documents<br>• <strong>director</strong> – Individual who serves as a director<br>• <strong>signatory_director</strong> – Individual who is <strong>both</strong> Signatory and Director<br><br><strong>mandatory if the signatory/director name is provided.</strong></td><td></td></tr><tr><td>business.authorized[].panNumber</td><td>String</td><td>Optional</td><td>PAN number of the authorized individual (Signatory/Director). Must be a valid 10-character alphanumeric value and <strong>is mandatory if the signatory/director name is provided.</strong></td><td></td></tr><tr><td>business.authorized[].dateOfBirth</td><td>String</td><td>Optional</td><td>Date of birth of the authorized individual (Signatory/Director). Must be a valid date in DD-MM-YYYY format.</td><td></td></tr><tr><td>business.authorized[].fathersName</td><td>String</td><td>Optional</td><td>Father’s name of the authorized individual (Signatory/Director). Must contain valid alphabetic characters.</td><td></td></tr><tr><td>business.authorized[].address</td><td>String</td><td>Optional</td><td>Residential address of the authorized individual (Signatory/Director).</td><td></td></tr><tr><td>business.authorized[].kycType</td><td>Object</td><td>Optional</td><td><p>Must be selected from the supported document types:</p><ul><li><strong>Voter ID</strong> (<code>ind_voter_id</code>)</li><li><strong>Aadhaar Card</strong> (<code>ind_aadhaar</code>)</li><li><strong>Driving License</strong> (<code>ind_driving_license</code>)</li><li><strong>Passport</strong> (<code>ind_passport</code>)</li></ul></td><td></td></tr><tr><td>business.authorized[].kycNumber</td><td>String</td><td>Optional</td><td>Unique identification number from the selected KYC type</td><td></td></tr><tr><td>client_type</td><td>Object</td><td>Optional</td><td></td><td></td></tr><tr><td>contactPerson.name</td><td>String</td><td>Optional</td><td>Name of the contact person (CPV Name). Must be alphabetic, properly formatted, and <strong>not exceed 100 characters</strong>.</td><td></td></tr><tr><td>contactPerson.mobileNumber</td><td>String</td><td>Optional</td><td>Contact person's mobile number. Must be a <strong>valid mobile format</strong> as per system validation rules</td><td></td></tr><tr><td>is_field_verify</td><td>Object</td><td>Optional</td><td></td><td></td></tr></tbody></table>

### Sample Post Parameters

```json
{
    "customer_ref_id": "TUTSYED000001",
    "source_from": "RESELLER",
    "email": "syed@gmail.com",
    "phone": "7904694204",
    "name": "Syed",
    "reseller_ref_id": "RESTUT01",
    "business": {
        "name": "PLAYO",
        "trade_name": "PLAYO",
        "registration_number": "0952598",
        "website_url": "https://nadinitradde.com",
        "emirates_id": "784199012345671",
        "pan": "ABCDE6689E",
        "gst": "33AAHCP1478L1Z6",
        "aadhar": "909088183490",
        "address": "CHENNAI",
        "date_of_registration": "11-12-1999",
        "registrationAddress": "71/116, Anna Nagar, chennai",
        "postal_code": "600024",
        "city": "Chennai",
        "state": "Tamilnadu",
        "country": "India",
        "yearsInBusiness": 10,
        "annualTurnover": 1000000,
        "deliveryMode": "offline",
        "authorized": [
            {
              "name": "Rohit Sharma",
              "authorizer_type": "signatory",
              "panNumber": "CWKMR2647X",
              "dateOfBirth": "02-12-2000",
              "fathersName": "Siva Raj",
              "address": "11/116, Anna Nagar, Mumbai",
              "kycType": {
                  "name": "Aadhaar Card",
                  "code": "ind_aadhaar"
              },
              "kycNumber": "345644563456"
            },
            {
              "name": "Amit Verma",
              "authorizer_type": "director",
              "panNumber": "CWKMR2647X"
            },
            {
              "name": "Neha Kapoor",
              "authorizer_type": "signatory_director",
              "panNumber": "CWKMR2647X"
            }
          ]
    },
    "kyc_checks": {
        "name": "simplified"
    },
    "client_type": {
        "code": "O96ty9TSb",
        "name": "Airlines"
    },
    "entity_type": {
        "code": "RPuAKZITU",
        "name": "Sole Proprietorship"
    },
    "mcc": {
        "mcc_id": "2zYroPJ75",
        "mcc_code": "1520",
        "mcc_desc": "General Contractors – Residential and Commercial",
        "risk_type": "low"
    },
     "crawling": {
        "is_checked": true,
        "type": "basic"
    },
    "contactPerson": {
        "name": "Sam",
        "mobileNumber": "7865867865"
    },
     "bank_info": {
        "account_number": "1234567894563",
        "iban": "DE234342352343",
        "account_holder_name": "syed",
        "ifsc_code": "IFSC0423423",
        "swift_bic_code": "1234534535",
        "bank_name": "kotak"
    },
    "aml": {
        "date_of_birth": "22-01-1993",
        "nationality": "Indian"
    },
    "is_aml_enabled": true,
    "bank_verification_status": true,
    "is_field_verify": false
}
```

#### Country-wise Sample Post Parameters

{% tabs %}
{% tab title="India" %}

```json
{
    "customer_ref_id": "TUTSYED000001",
    "source_from": "RESELLER",
    "email": "syed@gmail.com",
    "phone": "7904694204",
    "name": "Syed",
    "reseller_ref_id": "RESTUT01",
    "business": {
        "name": "PLAYO",
        "trade_name": "PLAYO",
        "registration_number": "0952598",
        "website_url": "https://nadinitradde.com",
        "pan": "ABCDE6689E",
        "gst": "33AAHCP1478L1Z6",
        "aadhar": "909088183490",
        "address": "CHENNAI",
        "date_of_registration": "11-12-1999",
        "registrationAddress": "71/116, Anna Nagar, chennai",
        "postal_code": "600024",
        "city": "Chennai",
        "state": "Tamilnadu",
        "country": "India",
        "yearsInBusiness": 10,
        "annualTurnover": 1000000,
        "deliveryMode": "offline",
        "authorized": [
            {
              "name": "Rohit Sharma",
              "authorizer_type": "signatory",
              "panNumber": "CWKMR2647X",
              "dateOfBirth": "02-12-2000",
              "fathersName": "Siva Raj",
              "address": "11/116, Anna Nagar, Mumbai",
              "kycType": {
                  "name": "Aadhaar Card",
                  "code": "ind_aadhaar"
              },
              "kycNumber": "345644563456"
            },
            {
              "name": "Amit Verma",
              "authorizer_type": "director",
              "panNumber": "CWKMR2647X"
            },
            {
              "name": "Neha Kapoor",
              "authorizer_type": "signatory_director",
              "panNumber": "CWKMR2647X"
            }
          ]
    },
    "kyc_checks": {
        "name": "simplified"
    },
    "client_type": {
        "code": "O96ty9TSb",
        "name": "Airlines"
    },
    "entity_type": {
        "code": "RPuAKZITU",
        "name": "Sole Proprietorship"
    },
    "mcc": {
        "mcc_id": "2zYroPJ75",
        "mcc_code": "1520",
        "mcc_desc": "General Contractors – Residential and Commercial",
        "risk_type": "low"
    },
     "crawling": {
        "is_checked": true,
        "type": "basic"
    },
    "contactPerson": {
        "name": "Sam",
        "mobileNumber": "7865867865"
    },
     "bank_info": {
        "account_number": "1234567894563",
        "iban": "DE234342352343",
        "account_holder_name": "syed",
        "ifsc_code": "IFSC0423423",
        "swift_bic_code": "1234534535",
        "bank_name": "kotak"
    },
    "aml": {
        "date_of_birth": "22-01-1993",
        "nationality": "Indian"
    },
    "is_aml_enabled": true,
    "bank_verification_status": true,
    "is_field_verify": false
}
```

{% endtab %}

{% tab title="UAE" %}

```json
{
    "customer_ref_id": "TUTSYED000001",
    "source_from": "RESELLER",
    "email": "syed@gmail.com",
    "phone": "7904694204",
    "name": "Syed",
    "reseller_ref_id": "RESTUT01",
    "business": {
        "name": "PLAYO",
        "trade_name": "PLAYO",
        "registration_number": "0952598",
        "website_url": "https://nadinitradde.com",
        "emirates_id": "784199012345671",
        "address": "CHENNAI",
        "date_of_registration": "11-12-1999",
        "registrationAddress": "71/116, Anna Nagar, chennai",
        "postal_code": "600024",
        "city": "Chennai",
        "state": "Tamilnadu",
        "country": "India",
        "authorized": [
            {
              "name": "Rohit Sharma",
              "authorizer_type": "signatory"
            },
            {
              "name": "Amit Verma",
              "authorizer_type": "director"
            },
            {
              "name": "Neha Kapoor",
              "authorizer_type": "signatory_director"
            }
          ]
    },
    "entity_type": {
        "code": "RPuAKZITU",
        "name": "Sole Proprietorship"
    },
    "mcc": {
        "mcc_id": "2zYroPJ75",
        "mcc_code": "1520",
        "mcc_desc": "General Contractors – Residential and Commercial",
        "risk_type": "low"
    },
     "crawling": {
        "is_checked": true,
        "type": "basic"
    },
     "bank_info": {
        "account_number": "1234567894563",
        "iban": "DE234342352343",
        "account_holder_name": "syed",
        "swift_bic_code": "1234534535",
        "bank_name": "kotak"
    },
    "aml": {
        "date_of_birth": "22-01-1993",
        "nationality": "UAE"
    },
    "is_aml_enabled": true
}
```

{% endtab %}

{% tab title="Others" %}

```json
{
    "customer_ref_id": "TUTSYED000001",
    "source_from": "RESELLER",
    "email": "syed@gmail.com",
    "phone": "7904694204",
    "name": "Syed",
    "reseller_ref_id": "RESTUT01",
    "business": {
        "name": "PLAYO",
        "trade_name": "PLAYO",
        "registration_number": "0952598",
        "website_url": "https://nadinitradde.com",
        "address": "CHENNAI",
        "date_of_registration": "11-12-1999",
        "registrationAddress": "71/116, Anna Nagar, chennai",
        "postal_code": "600024",
        "city": "Chennai",
        "state": "Tamilnadu",
        "country": "Japan",
        "authorized": [
            {
              "name": "Rohit Sharma",
              "authorizer_type": "signatory"
            },
            {
              "name": "Amit Verma",
              "authorizer_type": "director"
            },
            {
              "name": "Neha Kapoor",
              "authorizer_type": "signatory_director"
            }
          ]
    },
    "kyc_checks": {
        "name": "simplified"
    },
    "client_type": {
        "code": "O96ty9TSb",
        "name": "Airlines"
    },
    "entity_type": {
        "code": "RPuAKZITU",
        "name": "Sole Proprietorship"
    },
    "mcc": {
        "mcc_id": "2zYroPJ75",
        "mcc_code": "1520",
        "mcc_desc": "General Contractors – Residential and Commercial",
        "risk_type": "low"
    },
     "crawling": {
        "is_checked": true,
        "type": "basic"
    },
     "bank_info": {
        "account_number": "1234567894563",
        "account_holder_name": "syed",
        "ifsc_code": "IFSC0423423",
        "bank_name": "kotak"
    },
    "aml": {
        "date_of_birth": "22-01-1993",
        "nationality": "Indian"
    },
    "is_aml_enabled": true,
    "bank_verification_status": true
}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="200: Success Response " %}

```json
{
  "success": true,
  "message": "Merchant created successfully",
  "data": {
    "link_analysis_report": {
      "link_analysis_score": {
        "active_link": 20,
        "reject_link": 50,
        "search_link": 20
      },
      "search_instances": {
        "email": 38,
        "address": 38,
        "account_number": 38,
        "company_name": 38,
        "website_url": 28,
        "phone": 38,
        "pan": 38,
        "gst": 39,
        "registration_number": 38,
        "authorized_signatory_3": 38,
        "account_holder_name": 38,
        "authorized_signatory_1": 38,
        "authorized_signatory_2": 38
      },
      "reject_link": {
        "address": 2,
        "pan": 2,
        "account_holder_name": 2,
        "website_url": 2,
        "company_name": 2,
        "phone": 2,
        "email": 2,
        "gst": 2,
        "registration_number": 2,
        "account_number": 2,
        "authorized_signatory_1": 2,
        "authorized_signatory_2": 2,
        "authorized_signatory_3": 2
      },
      "active_link": {
        "company_name": 2,
        "phone": 2,
        "email": 2,
        "address": 2,
        "gst": 2,
        "pan": 2,
        "account_number": 2,
        "registration_number": 2,
        "authorized_signatory_1": 2,
        "account_holder_name": 2,
        "authorized_signatory_2": 2,
        "authorized_signatory_3": 2,
        "website_url": 1
      }
    },
    "negative_data_report": {},
    "merchant_ref_id": "FLIPKART22200",
    "consolidate_score": {
      "score": 90,
      "status": "high"
    },
    "priority_action": "reject",
    "searches": {
      "registration_number": {
        "search_id": "ZVVfsh0R0",
        "search_field_name": "registration_number",
        "search_field_value": "924355876577894334240",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "address": {
        "search_id": "PHGMxvij7",
        "search_field_name": "address",
        "search_field_value": "No. 2A, Annapoorni nagar, Ponniammanmedu, Chennai 600110. ",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "authorized_signatory_2": {
        "search_id": "P0yzBoxKe",
        "search_field_name": "authorized_signatory_2",
        "search_field_value": "Hari Prasad",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "pan": {
        "search_id": "PHLCoUIXD",
        "search_field_name": "pan",
        "search_field_value": "ABCDR1232F",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "authorized_signatory_1": {
        "search_id": "2f1kFfb1h",
        "search_field_name": "authorized_signatory_1",
        "search_field_value": "Sanjays Kumar",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "authorized_signatory_3": {
        "search_id": "YsoutjP2n",
        "search_field_name": "authorized_signatory_3",
        "search_field_value": "Farid E",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "account_number": {
        "search_id": "3icvbS5r5",
        "search_field_name": "account_number",
        "search_field_value": "833483423",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "website_url": {
        "search_id": "GfUVdB8gd",
        "search_field_name": "website_url",
        "search_field_value": "www.flipkart.com",
        "no_of_search": 29,
        "merchant_count": 3,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTDINE00002",
            "merchant_ref_id": "FLIPKART90400",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 16,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "email": {
        "search_id": "jaqTlDFwg",
        "search_field_name": "email",
        "search_field_value": "flipkarts@gmail.com",
        "no_of_search": 40,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 6,
            "tag": "PA"
          }
        ]
      },
      "account_holder_name": {
        "search_id": "Ta54UrZDz",
        "search_field_name": "account_holder_name",
        "search_field_value": "FlipKart Pvt Ltd",
        "no_of_search": 39,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-09T17:59:37.440Z",
            "no_of_search": 4,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      },
      "gst": {
        "search_id": "KkQ1GYM0K",
        "search_field_name": "gst",
        "search_field_value": "27AAPFU0939F2ZV",
        "no_of_search": 40,
        "merchant_count": 4,
        "last_search": "2023-03-23T06:50:41.592Z",
        "merchants": [
          {
            "merchant_id": "TUTFRON00001",
            "merchant_ref_id": "FLIPKART96450",
            "name": "Frontend Vinay",
            "last_search": "2023-03-10T04:54:36.363Z",
            "no_of_search": 5,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTDINE00002",
            "name": "Dinesh",
            "last_search": "2023-03-17T10:45:54.012Z",
            "no_of_search": 22,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFARM00022",
            "name": "FARM FRESH MEATS",
            "last_search": "2023-03-17T10:54:51.637Z",
            "no_of_search": 8,
            "tag": "PA"
          },
          {
            "merchant_id": "TUTFIVE00017",
            "name": "Five Star Mobiles",
            "last_search": "2023-03-23T06:50:41.592Z",
            "no_of_search": 5,
            "tag": "PA"
          }
        ]
      }
    }
  }
}
```

{% endtab %}

{% tab title="401: Permission denied " %}

```json
{
    "message": "Invalid authentication credentials"
}
```

{% endtab %}

{% tab title="Failure Response" %}

```json
{
    "success": false,
    "message": "Merchant reference id already exist",
    "code": "failure"
}
```

{% endtab %}
{% endtabs %}
