VALOR CONNECT

VALOR CONNECT

  • State of Art Technology: Instant cloud integration is just a click away.
  • Premium Features
  • Offers remote setupSupports wired & wireless connections.
  • Compatible with Web-based and standalone applications.
  • Quickly find and show the capable devices for integration.
  • Client-server allows the following transactions: Sale, Authorization, Return, Void, Tip Adjust, Ticket, Settlement, and Reprint.
  • Enables redirection of transactions from a virtual terminal to a Valor terminal.
  • Updates inventory in real-time as sales occur.
  • App upgrades and configuration changes can be made directly from the POS.

Note : Need to get DEMO terminal from VALOR to to test with your software after implementation as per the API document.

API document

To get the API
please click the download button

Download v1.0.6

Best Practices

To know the best practices document
please click the download button

Download

Contact Us

Submit your details
and we will get back to you

Get in Touch

Semi Integration

This Specification document covers the list of transactions and API which requires to connect and perform transactions from VALOR Terminals. To get the api please click the download button.

Download

Our Integrated Partners

Contact Us
Contact Us for any questions or inquiries isvsupport@valorpaytech.com

CRM API

Add New Merchant

If we add one Merchant Account (New) in the Valor portal, we use this API. We need minimal details from the Merchant, i.e Legal Details, Store Details, and the type of equipment the merchant needs (Valor 100/110/500/VT) and the Processor (TSYS/FDR).

Add Merchant POST call
https://demo.valorpaytech.com:443/api/Valor/create
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/Valor/create',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "legalName": "TamilNadu Store",
    "dbaName": "taminadu Store LLC",
    "firstName": "MERCHANT",
    "lastName": "PORTAL",
    "ownerName": "MERCHANT PORTAL",
    "emailId": "valorbaseadmin@protonmail.com",
    "userName" : "1245RR07",
    "mobileField": "(832) 728-7578",
    "mobile": "8327287578",
    "legalAddress": "Test Address",
    "legalCity": "CLIFFSIDE PARK",
    "legalState": "NJ",
    "legalCountry": "US",
    "legalZipCode": "07010",
    "legalTimezone": "EST",
    "role": "10",
    "userType": "4",
    "isTxnAllowed": "1",
    "businessType": "Direct Marketing",
    "tin": "1",
    "sicCode": "0742 - VETERINARY SERVICE",
    "storeData": [
        {
            "storeName": "Test Store",
            "storeAddress": "Test Address",
            "storeCity": "CLIFFSIDE PARK",
            "storeState": "NJ",
            "storeCountry": "US",
            "storeZipCode": "07010",
            "storeTimezone": "EST",
            "superVisorName": "MERCHANT PORTAL LOGIN",
            "superVisorEmail": "vksss.selvam789@gmail.com",
            "superVisorContact": "8327287578",
            "mccCode": "0742",
            "selectedMCC": "0742 - VETERINARY SERVICE",
            "descriptors": [
                "MERCHANT PORTAL LOGIN"
            ],
            "epiData": [
                {
                    "device": "139",
                    "deviceType": "Soft Pos",
                    "processor": "1",
                    "epiLabel": "Valor VT",
                    "features": {
                        "tip": {
                            "enabled": "false",
                            "value": [
                                "5",
                                "10",
                                "15",
                                "20"
                            ]
                        },
                        "paytable": {
                            "enabled": "true"
                        },
                        "surcharge": {
                            "enabled": "false",
                            "minValue": "4.0000",
                            "maxValue": "4.0000"
                        },
                        "tax": {
                            "enabled": "false",
                            "value": "0"
                        },
                        "settlement": {
                            "enabled": "false",
                            "value": "10 pm"
                        },
                        "secComm": {
                            "enabled": "false",
                            "value": ""
                        },
                        "signatureCap": {
                            "enabled": "false"
                        },
                        "ebt": {
                            "enabled": "false"
                        },
                        "promoText": "promoText"
                    },
                    "processorData": [
                        {
                            "mid": null,
                            "mid1": "000000011544",
                            "vNumber": null,
                            "vNumber1": "75259042",
                            "storeNo": null,
                            "storeNo1": "6727",
                            "termNo": null,
                            "termNo1": "5434",
                            "association": null,
                            "association1": "546001",
                            "chain": null,
                            "chain1": "546001",
                            "agent": null,
                            "agent1": "5925",
                            "EbtNo": null,
                            "EbtNo1": "0000000",
                            "binnumber": null,
                            "binnumber1": "424666",
                            "agentBank": null,
                            "agentBank1": "546000",
                            "industry": null,
                            "industry1": "Direct Marketing",
                            "surchargePercentage": "",
                            "label": "MERCHANT PORTAL LOGIN"
                        }
                    ]
                }
            ],
            "selectedState": "NJ"
        }
    ],
    "moduleList": [
        1,
        2,
        3,
        5,
        6,
        14,
        15,
        20,
        19,
        21
    ],
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "selectedState": "NJ",
    "processor": "1",
    "rollUp": "1"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

Response
                            

{
    "status": true,
    "message": "User Added Successfully",
    "Mp_id": 11119,
    "epiId": "2234372998",
    "newUserId": 25642,
    "StoreID": 13159,
    "data": "Success"
}
		                    
                        

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
passCode String 20 Mandatory Max length is 20 char
mailid String 15 Mandatory Valid email should be given
SubmailId String 15 Mandatory Valid email should be given
legalName String 15 Mandatory String Max length is 15 char
dbaName String 15 Mandatory Max length is 15 char
firstName String 15 Mandatory String Max length is 15 char
lastName String 15 Mandatory String Max length is 15 char
ownerName String 15 Mandatory String Boarded by name
emailId String 15 Mandatory Valid email should be given
mobile String 10 Mandatory Mobile number of the merchant,max length is 10 digit
legalAddress String 25 Mandatory max length 25 char
legalCity String 20 Mandatory max length is 20 char
legalState String 2 Mandatory State code with Two char
legalCountry String - Mandatory default set as 'US'
legalZipCode Numeric 5 Mandatory maxlength is 5 digit
legalTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
userType Numeric 4 Mandatory Should be '4' - user type for the merchant
isTxnAllowed Numeric 1 Mandatory Should be '1' - Flag to perform transactions
businessType String 10 Mandatory Should be sent as '10'
tin Numeric - Mandatory Default set as '0'
sicCode String 4 Mandatory It should be 4 digit MCC - description
storeName String 28 Mandatory Max length 28 char
storeAddress String 25 Mandatory Max length 25 char
storeCity String 30 Mandatory Max length 30 char
storeState String - Mandatory State code with Two char
storeCountry String 2 Mandatory default set as 'US'
storeZipCode Number 5 Mandatory max length is 5 digit
storeTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
superVisorName String 15 Mandatory mail id of the store manager , valid mail
superVisorEmail String 10 Mandatory manager contact number , max length is 10 digit
superVisorContact Number 10 Mandatory manager contact number , max length is 10 digit
mccCode Number 4 Mandatory It should be 4 digit MCC
selectedMCC String 4 Mandatory It should be 4 digit MCC - description
descriptors String 25 Mandatory It should be 25 chars
device Number - Mandatory The model description of the device to be boarded for that merchant. Have to pass the 'device_id'
ID DEVICE_MODEL
130 VL 100
174 VL 110
136 VL 500
137 Virtual Terminal/Ecommerce
207 VP 100
209 RCKT
deviceType String - Mandatory The type description of the device / terminal
Possible Options

Desktop POS
Smart POS
Soft POS
Handheld POS
processor Number - Mandatory The processor which supports the merchant to be specified in this field , ProcessorID should be mentioned
epiLabel String 15 Mandatory Label description for the device /terminal. Max length 15 char
mid Number 12 Mandatory merchant id related to the surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
mid1 Number 12 Mandatory merchant id related to the traditional profile. If the epi is to be boarded on surcharge Profile sets it as "null"
vNumber Number 8 Mandatory vNumber mapped to the particular device / terminal in surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
vNumber1 Number 8 Mandatory vNumber mapped to the particular device / terminal in traditional profile. If the epi is to be boarded on a Surcharge profile, set it as "null"
storeNo Number 4 Mandatory store number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
storeNo1 Number 4 Mandatory store number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
termNo Number 4 Mandatory terminal number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
termNo1 Number 4 Mandatory terminal number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
association Number 6 Mandatory association number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
association1 Number 6 Mandatory association number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
chain Number 6 Mandatory chain number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
chain1 Number 6 Mandatory chain number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agent Number 4 Mandatory agent code number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agent1 Number 4 Mandatory agent code number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
EbtNo Number 7 Mandatory Ebt number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
EbtNo1 Number 7 Mandatory Ebt number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
binnumber Number 6 Mandatory bin number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
binnumber1 Number 6 Mandatory bin number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agentBank Number 6 Mandatory agent bank number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agentBank1 Number 6 Mandatory agent bank number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
industry String - Mandatory The industry type on which the terminal / device to be boarded in traditional profile. If the epi is to be boarded on a surcharge Profile set it as "null"
industry1 Number - Mandatory The industry type on which the terminal / device to be boarded in traditional profile Field.If the epi is to be boarded on a surcharge Profile set it as "null"
surchargePercentage Number 5 Mandatory 4.0000
label Number - Mandatory The storename on which the device/terminal created is mapped on this field
selectedState String 2 Mandatory The State which is selected to be sent on it with the State code . eg: NY - for new york

Update the Existing Merchant

Same as Merchant Add Parameter. For update we need to add the Merchant Id, store Id, User Id.(if already we have ). We use the existing valor details. We add the one more equipments under that merchant

Update Merchant POST call
https://demo.valorpaytech.com:443/api/Valor/update
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/Valor/update',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "epi": "2204570398",
    "newUserId": "9523",
    "mp_id": "5875",
    "store_id": "6898",
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "legalName": "EL TRI MX RESTA",
    "dbaName": "EL TRI MX RESTAU",
    "firstName": "JUAN TE",
    "lastName": "SAQUIPULLA DE",
    "ownerName": "JUAN SAQUIPULLA FF",
    "emailId": "valorbaseadmin@protonmail.com",
    "mobileField": "5646531564",
    "mobile": "7895461235",
    "legalAddress": "nfhf",
    "legalCity": "FlusDhing",
    "legalState": "NY",
    "legalCountry": "US",
    "legalZipCode": "12354",
    "legalTimezone": "CST",
    "role": "10",
    "userType": "4",
    "isTxnAllowed": "1",
    "businessType": "Retail",
    "tin": "0",
    "sicCode": "5814 - FAST FOOD RESTAURA",
    "storeData":  [
        {
             "id": "",
            "storeName": "Test Store",
            "storeAddress": "Test Store",
            "storeCity": "BRONX",
            "storeState": "NY",
            "storeCountry": "US",
            "storeZipCode": "10461",
            "storeTimezone": "EST",
            "superVisorName": "Test Store",
            "superVisorEmail": "valorbaseadmin@protonmail.com",
            "superVisorContact": "5651324655",
            "mccCode": "1750",
            "selectedMCC": "1750 - CARPENTRY",
            "descriptors": [
                "Test"
            ],
            "epiData": [
                {
                     "epi": "2204570398",
                    "device": "130",
                    "deviceType": "Desktop POS",
                    "processor": "1",
                    "epiLabel": "ValorPos 100",
                    "features": {
                        "tip": {
                            "enabled": "false",
                            "value": [
                                "5",
                                "10",
                                "15",
                                "20"
                            ]
                        },
                        "paytable": {
                            "enabled": "true"
                        },
                        "surcharge": {
                            "enabled": "false",
                            "minValue": "4.0000",
                            "maxValue": "4.0000"
                        },
                        "tax": {
                            "enabled": "false",
                            "value": "0"
                        },
                        "settlement": {
                            "enabled": "false",
                            "value": "10 pm"
                        },
                        "secComm": {
                            "enabled": "false",
                            "value": ""
                        },
                        "signatureCap": {
                            "enabled": "false"
                        },
                        "ebt": {
                            "enabled": "false"
                        },
                        "promoText": "promoText"
                    },
                    "processorData": [
                        {
                            "mid": null,
                            "mid1": "0000000845522",
                            "vNumber": null,
                            "vNumber1": "2354353",
                            "storeNo": null,
                            "storeNo1": "0002",
                            "termNo": null,
                            "termNo1": "0005",
                            "association": null,
                            "association1": "545503",
                            "chain": null,
                            "chain1": "545083",
                            "agent": null,
                            "agent1": "3831",
                            "EbtNo": null,
                            "EbtNo1": "7894562",
                            "binnumber": null,
                            "binnumber1": "424666",
                            "agentBank": null,
                            "agentBank1": "545000",
                            "industry": null,
                            "industry1": "Retail",
                            "label": "Test"
                        }
                    ]
                }
            ],
            "selectedState": "NY"
        }
    ],
    "moduleList": [
        1,
        2,
        3,
        5,
        6,
        15,
        20,
        19,
        21
    ],
    "selectedState": "NY"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

Response

{
   "status": true,
   "message": "Merchant Updated Successfully",
   "Mp_id": "5732",
   "epiId": "2202599391",
   "newUserId": "9230",
   "StoreID": "6740",
   "data": "Success"
}
		

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
epi Number 10 Mandatory Max length is 10 char
newUserId Number 4 Mandatory Max length is 4 char
mp_id Number 4 Mandatory Max length is 4 char
store_id Number 4 Mandatory Max length is 4 char
passCode String 20 Mandatory The password for the Submailid/mailId
mailId String 15 Mandatory Max length is 15 char
SubmailId String 15 Mandatory Max length is 15 char
legalName String 15 Mandatory String Max length is 15 char
dbaName String 15 Mandatory Max length is 15 char
firstName String 15 Mandatory String Max length is 15 char
lastName String 15 Mandatory String Max length is 15 char
ownerName String 15 Mandatory String Boarded by name
emailId String 15 Mandatory Valid email should be given
mobile String 10 Mandatory Mobile number of the merchant,max length is 10 digit
legalAddress String 25 Mandatory max length 25 char
legalCity String 20 Mandatory max length 20 char
legalState String 2 Mandatory State code with Two char
legalCountry String 2 Mandatory default set as 'US'
legalZipCode Numeric 5 Mandatory maxlength is 5 digit
legalTimezone Numeric 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
userType Numeric 4 Mandatory Should be '4' - user type for the merchant
isTxnAllowed Numeric 1 Mandatory Should be '1' - Flag to perform transactions
businessType String 10 Mandatory Should be sent as '10'
tin Numeric - Mandatory Default set as '0'
sicCode String 4 Mandatory It should be 4 digit MCC - description
id Numeric 4 Mandatory It should be 4 digit
storeName String 28 Mandatory Max length 28 char
storeAddress String 25 Mandatory Max length 25 char
storeCity String 30 Mandatory Max length 30 char
storeState String - Mandatory State code with Two char
storeCountry String 2 Mandatory default set as 'US'
storeZipCode Number 5 Mandatory max length is 5 digit
storeTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
superVisorName String 15 Mandatory mail id of the store manager , valid mail
superVisorEmail String 10 Mandatory manager contact number , max length is 10 digit
superVisorContact Number 10 Mandatory manager contact number , max length is 10 digit
mccCode Number 4 Mandatory It should be 4 digit MCC
selectedMCC String 4 Mandatory It should be 4 digit MCC - description
descriptors String 25 Mandatory It should be 25 chars
epi Number 10 Mandatory It should be 10 chars
device Number - Mandatory The model description of the device to be boarded for that merchant. Have to pass the 'device_id'
ID DEVICE_MODEL
130 VL 100
174 VL 110
136 VL 500
137 Virtual Terminal/Ecommerce
207 VP 100
209 RCKT
deviceType String - Mandatory The type description of the device / terminal
processor Number - Mandatory The processor which supports the merchant to be specified in this field , ProcessorID should be mentioned
epiLabel String 15 Mandatory Label description for the device /terminal. Max length 15 char
mid Number 12 Mandatory merchant id related to the surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
mid1 Number 12 Mandatory merchant id related to the surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
vNumber Number 8 Mandatory vNumber mapped to the particular device / terminal in surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
vNumber1 Number 8 Mandatory vNumber mapped to the particular device / terminal in surcharge profile. If the epi is to be boarded on Traditional profile set it as "null"
storeNo Number 4 Mandatory store number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
storeNo1 Number 4 Mandatory store number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
termNo Number 4 Mandatory terminal number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
termNo1 Number 4 Mandatory terminal number of the particular device / terminal in surcharge profile. If the epi is to be boarded on traditional Profile set it as "null"
association Number 6 Mandatory association number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
association1 Number 6 Mandatory association number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
chain Number 6 Mandatory chain number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
chain1 Number 6 Mandatory chain number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agent Number 4 Mandatory agent code number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agent1 Number 4 Mandatory agent code number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
EbtNo Number 7 Mandatory Ebt number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
EbtNo1 Number 7 Mandatory Ebt number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
binnumber Number 6 Mandatory bin number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
binnumber1 Number 6 Mandatory bin number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agentBank Number 6 Mandatory agent bank number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
agentBank1 Number 6 Mandatory agent bank number for the particular device / terminal in surcharge profile. If the epi is to be boarded on a traditional Profile set it as "null"
industry String - Mandatory The industry type on which the terminal / device to be boarded in traditional profile. If the epi is to be boarded on a surcharge Profile set it as "null"
industry1 String - Mandatory The industry type on which the terminal / device to be boarded in traditional profile. If the epi is to be boarded on a surcharge Profile set it as "null"
surchargePercentage Number 5 Mandatory 4.0000
label Number - Mandatory The storename on which the device/terminal created is mapped on this field
selectedState String 2 Mandatory The State which is selected to be sent on it with the State code . eg: NY - for new york

Merchant delete

This API completely deletes the Merchant Profile in ValorPortal. We delete one Merchant, we send a Merchant ID (Mp Id). If we delete the Merchant, we need to have a Merchant Profile Id (Mp Id).

Delete Merchant
https://demo.valorpaytech.com:443/api/Valor/delete
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/Valor/delete',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "mp_id": "5875"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

Response

{
   "status": true,
   "message": "Success"
}

		

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
passcode String 20 Mandatory The password of the office login on which the merchant to be boarded.
mailId String 15 Mandatory E-mail id of the iso office
submailid String 15 Mandatory submail / the username of the sub office.
mp_id Numeric 4 Mandatory It is a merchant profile id which is respective to the particular merchant

View Merchant

View merchant POST call
https://demo.valorpaytech.com:443/api/Valor/getepidetails
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com/api/Valor/getepidetails',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "mp_id": "4033",
    "epi": ""
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;


Response

                        {
    "status": true,
    "message": "Success",
    "data": {
        "id": 4033,
        "userId": 6137,
        "parentId": 6135,
        "dbaName": "Kerala Cafe  ",
        "legalName": "Kerala Cafe  ",
        "firstName": "Mr",
        "lastName": "Kerala ",
        "ownerName": "",
        "emailId": "valormerchant1@yandex.com",
        "mobile": "9042900550",
        "legalAddress": "Test Address",
        "legalCity": "SCHENECTADY",
        "legalState": "49",
        "selectedState": "49",
        "legalCountry": "US",
        "legalZipCode": "12345",
        "legalTimezone": "EST",
        "logo": null,
        "role": 10,
        "userType": 4,
        "isTxnAllowed": 0,
        "businessType": "10",
        "tin": 0,
        "sicCode": "sicCode",
        "storeData": [
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 4793,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr Kerala ",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9944871767",
                "mccCode": "4814",
                "selectedMCC": "4814 - TELECOMMUNICATION SERVICE INCLUDING LOCAL & LONG DISTANCE CALLS-FAX SERVICES - CREDIT CARD CA",
                "epiData": [
                    {
                        "id": 4877,
                        "epi": "2025040933",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "1.00Flt(0.00AM)",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75021672",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargePercentage": "1.00",
                                "mid3": "",
                                "termNo3": "",
                                "location_id": "",
                                "client_key": "",
                                "c_name": "",
                                "label": "Hercules-Corona Borealis",
                                "id": 5297,
                                "c_name3": 1,
                                "c_nameFD3": "",
                                "tid3": "611525",
                                "tidFD3": "",
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "surchargeIndicator": 1,
                                "EBTfood": 0,
                                "EBTcash": 0,
                                "EBTfood1": 0,
                                "EBTcash1": 0
                            }
                        ]
                    },
                    {
                        "id": 6449,
                        "epi": "2103814439",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device6",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "0000001",
                                "EbtNoFD": "6546546",
                                "EbtNoFD1": "6546546",
                                "website": "876678.com",
                                "website1": "876678.com",
                                "surchargePercentage": "0.070",
                                "tidFD3": "611525",
                                "c_nameFD3": 1,
                                "label": "Kerala Cafe  ",
                                "id": 6893,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 6455,
                        "epi": "2104074885",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "RCTST0000057475",
                                "EbtNoFDCard": "012345",
                                "EbtNoFDCard1": "012345",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "00000001",
                                "websiteFDCard": "",
                                "websiteFDCard1": "www.isoaccess.com",
                                "surchargePercentage": "4.000",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6899,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7509,
                        "epi": "2120246814",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "",
                                "midFD1": "RCTST0000050635",
                                "termNoFD": "",
                                "termNoFD1": "00000001",
                                "EbtNoFD": "",
                                "EbtNoFD1": "",
                                "website": "",
                                "website1": "aspire.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 7963,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    },
                    {
                        "id": 7514,
                        "epi": "2120336468",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 3,
                        "epiLabel": "CARDNET",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "RCTST0000057474",
                                "midFDCard1": "",
                                "EbtNoFDCard": "0123456",
                                "EbtNoFDCard1": "0123456",
                                "groupIdFDCard": 30001,
                                "groupIdFDCard1": "",
                                "termNoFDCard": "00000001",
                                "termNoFDCard1": "",
                                "websiteFDCard": "www.google.com",
                                "websiteFDCard1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.990",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "clientID_FDCard": "",
                                "label": "Kerala Cafe  ",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "id": 7969
                            }
                        ]
                    },
                    {
                        "id": 8011,
                        "epi": "2124941681",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "NASHVILE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "",
                                "midFDNash1": "RCTST0000057474",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": "",
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "",
                                "termNoFDNash1": "00000001",
                                "websiteFDNash": "",
                                "websiteFDNash1": "www.isoaccess.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8608
                            }
                        ]
                    },
                    {
                        "id": 8151,
                        "epi": "2127051785",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device8",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085022",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNo": "2000000",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNo1": "2000000",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8736
                            }
                        ]
                    },
                    {
                        "id": 8154,
                        "epi": "2127021252",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "1store",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "0.15",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8810
                            }
                        ]
                    },
                    {
                        "id": 8213,
                        "epi": "2127337641",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device10",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": "",
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.abc.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8801
                            }
                        ]
                    },
                    {
                        "id": 8216,
                        "epi": "2127369558",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "FD DEVICE ",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8802
                            }
                        ]
                    },
                    {
                        "id": 8217,
                        "epi": "2127339703",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device11",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8804
                            }
                        ]
                    },
                    {
                        "id": 8222,
                        "epi": "2127382790",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "OMHAVT",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8811
                            }
                        ]
                    },
                    {
                        "id": 8223,
                        "epi": "2127384632",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 5,
                        "epiLabel": "nASHVILLE",
                        "features": {},
                        "processorData": [
                            {
                                "midFDNash": "RCTST0000057474",
                                "midFDNash1": "",
                                "EBTcash": 1,
                                "EBTfood": 1,
                                "EbtNoFDNash": "0123456",
                                "EBTcash1": 1,
                                "EBTfood1": 1,
                                "EbtNoFDNash1": "0123456",
                                "groupIdFDNash": 10001,
                                "groupIdFDNash1": 10001,
                                "termNoFDNash": "00000001",
                                "termNoFDNash1": "",
                                "websiteFDNash": "www.google.com",
                                "websiteFDNash1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDNash3": 1,
                                "tidFDNash3": "",
                                "clientID_FDNash": "",
                                "label": "Kerala Cafe  ",
                                "id": 8813
                            }
                        ]
                    },
                    {
                        "id": 8226,
                        "epi": "2127339879",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 4,
                        "epiLabel": "Device15",
                        "features": {},
                        "processorData": [
                            {
                                "midFDBuy": "RCTST1000089931",
                                "midFDBuy1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFDBuy": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFDBuy1": "",
                                "groupIdFDBuy": 20001,
                                "groupIdFDBuy1": 20001,
                                "termNoFDBuy": "00000001",
                                "termNoFDBuy1": "",
                                "websiteFDBuy": "www.valorpaytech.com",
                                "websiteFDBuy1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "c_nameFDBuy3": 1,
                                "tidFDBuy3": "",
                                "clientID_FDBuy": "",
                                "label": "Kerala Cafe  ",
                                "id": 8816
                            }
                        ]
                    },
                    {
                        "id": 8229,
                        "epi": "2127365805",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 2,
                        "epiLabel": "2.39",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "1111.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8819
                            }
                        ]
                    },
                    {
                        "id": 8328,
                        "epi": "2128015432",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 1,
                        "epiLabel": "Device16",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085024",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "2.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8930
                            }
                        ]
                    },
                    {
                        "id": 8330,
                        "epi": "2128046073",
                        "device": 136,
                        "deviceType": "Smart POS",
                        "processor": 1,
                        "epiLabel": "Device17",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085035",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8933
                            }
                        ]
                    },
                    {
                        "id": 8357,
                        "epi": "2128417394",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "TAX",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085029",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "0.001",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8963
                            }
                        ]
                    },
                    {
                        "id": 11893,
                        "epi": "2213233826",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 6,
                        "epiLabel": "POSTILION",
                        "features": {},
                        "processorData": [
                            {
                                "midDP": "7116834284",
                                "midDP1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoDP": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoDP1": "",
                                "groupIdDP": 40001,
                                "groupIdDP1": 40001,
                                "termNoDP": "31000275",
                                "termNoDP1": "",
                                "websiteDP": "",
                                "websiteDP1": "",
                                "surchargePercentage": "0.000",
                                "surchargeIndicator": 0,
                                "c_nameDP3": 1,
                                "tidDP3": "",
                                "clientID_DP": "",
                                "tidDP4": "",
                                "clientID_DP4": "",
                                "location_DP4": "",
                                "integration_authDP4": "",
                                "integration_pwdDP4": "",
                                "mid_Dp6": "7116834284",
                                "tid_Dp6": "31000275",
                                "certificateNo": "0001234",
                                "customFeeChecked": 0,
                                "editablePostilionMID": 1,
                                "editablePostilionTID": 0,
                                "label": "Kerala Cafe  ",
                                "id": 12886
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5317,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "6300",
                "selectedMCC": "6300 - INSURANCE SALES'> UNDERWRITING AND PREMIUMS",
                "epiData": [
                    {
                        "id": 6453,
                        "epi": "2104018576",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Dummy Device",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "101010101010101",
                                "EbtNoFDCard": "1010101",
                                "EbtNoFDCard1": "1010101",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "10101010",
                                "websiteFDCard": "",
                                "websiteFDCard1": "98291892.com",
                                "surchargePercentage": "",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6897,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7353,
                        "epi": "2116925905",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "Device1",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085081",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "4.000",
                                "tid3": "611525",
                                "c_name3": 1,
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "label": "Kerala Cafe  ",
                                "id": 7803,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5317,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "6300",
                "selectedMCC": "6300 - INSURANCE SALES'> UNDERWRITING AND PREMIUMS",
                "epiData": [
                    {
                        "id": 6453,
                        "epi": "2104018576",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 3,
                        "epiLabel": "Dummy Device",
                        "features": {},
                        "processorData": [
                            {
                                "midFDCard": "",
                                "midFDCard1": "101010101010101",
                                "EbtNoFDCard": "1010101",
                                "EbtNoFDCard1": "1010101",
                                "groupIdFDCard": "",
                                "groupIdFDCard1": 30001,
                                "termNoFDCard": "",
                                "termNoFDCard1": "10101010",
                                "websiteFDCard": "",
                                "websiteFDCard1": "98291892.com",
                                "surchargePercentage": "",
                                "c_nameFDCard3": 1,
                                "tidFDCard3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6897,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood": 1,
                                "EBTcash": 1,
                                "EBTfood1": 1,
                                "EBTcash1": 1
                            }
                        ]
                    },
                    {
                        "id": 7353,
                        "epi": "2116925905",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 1,
                        "epiLabel": "Device1",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085081",
                                "vNumber1": "",
                                "storeNo": "5999",
                                "storeNo1": "",
                                "termNo": "1515",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "",
                                "agent": "0001",
                                "agent1": "",
                                "EbtNo": "",
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "000000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "4.000",
                                "tid3": "611525",
                                "c_name3": 1,
                                "clientID": "45c4ddcc-feb1-4cb1-99f0-1ba71d6d8f69",
                                "label": "Kerala Cafe  ",
                                "id": 7803,
                                "EBTfood1": 0,
                                "EBTcash1": 0,
                                "EBTfood": 0,
                                "EBTcash": 0
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5751,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "0742",
                "selectedMCC": "742 - VETERINARY SERVICES",
                "epiData": [
                    {
                        "id": 6421,
                        "epi": "2103717226",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "SNS DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003191",
                                "mid1": "887000003191",
                                "vNumber": "75085065",
                                "vNumber1": "75021666",
                                "storeNo": "5999",
                                "storeNo1": "5999",
                                "termNo": "1515",
                                "termNo1": "1515",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "545454",
                                "agent": "0001",
                                "agent1": "0001",
                                "EbtNo": "0123456",
                                "EbtNo1": "0123456",
                                "binnumber": "999991",
                                "binnumber1": "999991",
                                "agentBank": "000000",
                                "agentBank1": "000000",
                                "industry": "Retail",
                                "industry1": "Retail",
                                "surchargePercentage": "4.000",
                                "tid3": "",
                                "c_name3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6921,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 8219,
                        "epi": "2127375174",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device2",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "abc.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.333",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8805
                            }
                        ]
                    },
                    {
                        "id": 8358,
                        "epi": "2128475162",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device3",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085333",
                                "vNumber1": "",
                                "storeNo": "5557",
                                "storeNo1": "",
                                "termNo": "1232",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "323232",
                                "chain1": "",
                                "agent": "8888",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "949000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "2.00",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8964
                            }
                        ]
                    },
                    {
                        "id": 8391,
                        "epi": "2128723096",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device4",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "00000001",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "www.google.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": "",
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8996
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5751,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "0742",
                "selectedMCC": "742 - VETERINARY SERVICES",
                "epiData": [
                    {
                        "id": 6421,
                        "epi": "2103717226",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "SNS DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003191",
                                "mid1": "887000003191",
                                "vNumber": "75085065",
                                "vNumber1": "75021666",
                                "storeNo": "5999",
                                "storeNo1": "5999",
                                "termNo": "1515",
                                "termNo1": "1515",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "545454",
                                "agent": "0001",
                                "agent1": "0001",
                                "EbtNo": "0123456",
                                "EbtNo1": "0123456",
                                "binnumber": "999991",
                                "binnumber1": "999991",
                                "agentBank": "000000",
                                "agentBank1": "000000",
                                "industry": "Retail",
                                "industry1": "Retail",
                                "surchargePercentage": "4.000",
                                "tid3": "",
                                "c_name3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6921,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 8219,
                        "epi": "2127375174",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device2",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "abc.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.333",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8805
                            }
                        ]
                    },
                    {
                        "id": 8358,
                        "epi": "2128475162",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device3",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085333",
                                "vNumber1": "",
                                "storeNo": "5557",
                                "storeNo1": "",
                                "termNo": "1232",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "323232",
                                "chain1": "",
                                "agent": "8888",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "949000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "2.00",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8964
                            }
                        ]
                    },
                    {
                        "id": 8391,
                        "epi": "2128723096",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device4",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "00000001",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "www.google.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": "",
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8996
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5751,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "0742",
                "selectedMCC": "742 - VETERINARY SERVICES",
                "epiData": [
                    {
                        "id": 6421,
                        "epi": "2103717226",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "SNS DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003191",
                                "mid1": "887000003191",
                                "vNumber": "75085065",
                                "vNumber1": "75021666",
                                "storeNo": "5999",
                                "storeNo1": "5999",
                                "termNo": "1515",
                                "termNo1": "1515",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "545454",
                                "agent": "0001",
                                "agent1": "0001",
                                "EbtNo": "0123456",
                                "EbtNo1": "0123456",
                                "binnumber": "999991",
                                "binnumber1": "999991",
                                "agentBank": "000000",
                                "agentBank1": "000000",
                                "industry": "Retail",
                                "industry1": "Retail",
                                "surchargePercentage": "4.000",
                                "tid3": "",
                                "c_name3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6921,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 8219,
                        "epi": "2127375174",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device2",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "abc.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.333",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8805
                            }
                        ]
                    },
                    {
                        "id": 8358,
                        "epi": "2128475162",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device3",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085333",
                                "vNumber1": "",
                                "storeNo": "5557",
                                "storeNo1": "",
                                "termNo": "1232",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "323232",
                                "chain1": "",
                                "agent": "8888",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "949000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "2.00",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8964
                            }
                        ]
                    },
                    {
                        "id": 8391,
                        "epi": "2128723096",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device4",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "00000001",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "www.google.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": "",
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8996
                            }
                        ]
                    }
                ]
            },
            {
                "id": 5751,
                "storeName": "Test Store",
                "storeAddress": "Test Address",
                "storeCity": "SCHENECTADY",
                "storeState": "49",
                "selectedState": "XX - India",
                "storeCountry": "US",
                "storeZipCode": "12345",
                "storeTimezone": "EST",
                "superVisorName": "Mr",
                "superVisorEmail": "valormerchant1@yandex.com",
                "superVisorContact": "9042900550",
                "mccCode": "0742",
                "selectedMCC": "742 - VETERINARY SERVICES",
                "epiData": [
                    {
                        "id": 6421,
                        "epi": "2103717226",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "SNS DEVICE",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003191",
                                "mid1": "887000003191",
                                "vNumber": "75085065",
                                "vNumber1": "75021666",
                                "storeNo": "5999",
                                "storeNo1": "5999",
                                "termNo": "1515",
                                "termNo1": "1515",
                                "association": "",
                                "association1": "",
                                "chain": "545454",
                                "chain1": "545454",
                                "agent": "0001",
                                "agent1": "0001",
                                "EbtNo": "0123456",
                                "EbtNo1": "0123456",
                                "binnumber": "999991",
                                "binnumber1": "999991",
                                "agentBank": "000000",
                                "agentBank1": "000000",
                                "industry": "Retail",
                                "industry1": "Retail",
                                "surchargePercentage": "4.000",
                                "tid3": "",
                                "c_name3": "",
                                "label": "Kerala Cafe  ",
                                "id": 6921,
                                "clientID": "",
                                "clientID_FD": "",
                                "clientID_FDCard": "",
                                "clientID_FDBuy": "",
                                "clientID_FDNash": "",
                                "EBTfood1": 1,
                                "EBTcash1": 1,
                                "EBTfood": 1,
                                "EBTcash": 1
                            }
                        ]
                    },
                    {
                        "id": 8219,
                        "epi": "2127375174",
                        "device": 139,
                        "deviceType": "Soft Pos",
                        "processor": 2,
                        "epiLabel": "Device2",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": "",
                                "midFD": "RCTST0000050637",
                                "midFD1": "",
                                "termNoFD": "00000001",
                                "termNoFD1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "abc.com",
                                "website1": "",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.333",
                                "tidFD3": "",
                                "c_nameFD3": 1,
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8805
                            }
                        ]
                    },
                    {
                        "id": 8358,
                        "epi": "2128475162",
                        "device": 130,
                        "deviceType": "Desktop POS",
                        "processor": 1,
                        "epiLabel": "Device3",
                        "features": {},
                        "processorData": [
                            {
                                "mid": "887000003192",
                                "mid1": "",
                                "vNumber": "75085333",
                                "vNumber1": "",
                                "storeNo": "5557",
                                "storeNo1": "",
                                "termNo": "1232",
                                "termNo1": "",
                                "association": "",
                                "association1": "",
                                "chain": "323232",
                                "chain1": "",
                                "agent": "8888",
                                "agent1": "",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNo": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNo1": "",
                                "binnumber": "999991",
                                "binnumber1": "",
                                "agentBank": "949000",
                                "agentBank1": "",
                                "industry": "Retail",
                                "industry1": "",
                                "surchargeIndicator": 1,
                                "surchargePercentage": "2.00",
                                "tid3": "",
                                "c_name3": "",
                                "clientID": "",
                                "label": "Kerala Cafe  ",
                                "id": 8964
                            }
                        ]
                    },
                    {
                        "id": 8391,
                        "epi": "2128723096",
                        "device": 174,
                        "deviceType": "Handheld POS",
                        "processor": 2,
                        "epiLabel": "Device4",
                        "features": {},
                        "processorData": [
                            {
                                "groupId": 40001,
                                "groupId1": 40001,
                                "midFD": "RCTST0000050638",
                                "midFD1": "RCTST0000050639",
                                "termNoFD": "00000001",
                                "termNoFD1": "00000001",
                                "EBTcash": 0,
                                "EBTfood": 0,
                                "EbtNoFD": "",
                                "EBTcash1": 0,
                                "EBTfood1": 0,
                                "EbtNoFD1": "",
                                "website": "www.valorpay.com",
                                "website1": "www.google.com",
                                "surchargeIndicator": 0,
                                "surchargePercentage": "3.000",
                                "tidFD3": "",
                                "c_nameFD3": "",
                                "clientID_FD": "",
                                "label": "Kerala Cafe  ",
                                "id": 8996
                            }
                        ]
                    }
                ]
            }
        ]
    }
}
                

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
passCode String 20 Mandatory The password of the office login on which the merchant to be boarded
mailId String 15 Mandatory E-mail id of the iso office
submailid String 15 Mandatory submail / the username of the sub office
merchantId Numeric 4 Mandatory It is a merchant profile id which is respective to the particular merchant
epi String 16 Mandatory It is a merchant profile id which is respective to the particular merchant

Merchant Status

Same as CheckEpi, we need to add the one more parameter Merchant Id (Mp Id ). This API is use full to cross check the Merchant Details also.

Epi Status EPI POST call
https://demo.valorpaytech.com:443/api/Valor/statusUpdate
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/Valor/statusUpdate',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "merchantIds": [6683],
    "action":"activate"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

Response

{
    "status": "OK",
    "message": "Success"
}

                

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
merchantIds Numeric 4 Mandatory The password of the office login on which the merchant to be boarded
passCode String 20 Mandatory The password of the office login on which the merchant to be boarded
mailId String 15 Mandatory E-mail id of the iso office
SubmailId String 15 Mandatory submail / the username of the sub office
action String 10 Mandatory The unique id refers to a particular store of the merchant

View Merchant All

View merchant all POST call
https://demo.valorpaytech.com:443/api/ValorCRM/getIsoReport
                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/ValorCRM/getIsoReport',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "userId": "2983",
    "currentMonth": "04-2022",
    "lastMonth":"03-2022"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;


Response

{
    "status": "OK",
    "message": "Success",
    "data": [
        {
            "UserType_Id": 4,
            "Cust_ID": 264,
            "txn_netAmount_MTD": 760680,
            "txn_totalCount_MTD": 50,
            "txn_netAmount_LTD": 478133,
            "txn_totalCount_LTD": 13,
            "epi_active_count": 0,
            "epi_remove_count": 0,
            "epi_total_count": 36,
            "txn_netAmount_MTD_NON_VT": 712600,
            "txn_totalCount_MTD_NON_VT": 43,
            "txn_netAmount_MTD_VT": 48080,
            "txn_totalCount_MTD_VT": 7,
            "txn_netAmount_LTD_NON_VT": 122312973,
            "txn_totalCount_LTD_NON_VT": 5257,
            "txn_Amount_LTD_VT": 478133,
            "txn_Count_LTD_VT": 13
        }
    ]
}

                

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
userId Number 20 Mandatory It is the userid of the merchant to be updated
currentMonth String 10 Mandatory It is a merchant profile id which is respective to the particular merchant
lastMonth String 10 Mandatory It is a merchant profile id which is respective to the particular merchant

Add store

Merchant Add EPI POST call
https://demo.valorpaytech.com:443/api/Valor/update

Same as Merchant Add Parameter. For Add a New Store under the Existing Merchant. we need to add the Merchant Id, User Id.(if already we have ). We use the existing valor details. We add the one more equipments and store under that merchant

                            
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://demo.valorpaytech.com:443/api/Valor/update',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS =>'{
    "epi": "2204570398",
    "newUserId": "9523",
    "mp_id": "5875",
    "store_id": "6898",
    "passCode": "Valor@123",
    "mailId": "valorbaseadmin@protonmail.com",
    "SubmailId": "valorbaseadmin@protonmail.com",
    "legalName": "EL TRI MX RESTA",
    "dbaName": "EL TRI MX RESTAU",
    "firstName": "JUAN TE",
    "lastName": "SAQUIPULLA DE",
    "ownerName": "JUAN SAQUIPULLA FF",
    "emailId": "valorbaseadmin@protonmail.com",
    "mobileField": "5646531564",
    "mobile": "7895461235",
    "legalAddress": "nfhf",
    "legalCity": "FlusDhing",
    "legalState": "NY",
    "legalCountry": "US",
    "legalZipCode": "12354",
    "legalTimezone": "CST",
    "role": "10",
    "userType": "4",
    "isTxnAllowed": "1",
    "businessType": "Retail",
    "tin": "0",
    "sicCode": "5814 - FAST FOOD RESTAURA",
    "storeData":  [
        {
            "storeName": "Test Store",
            "storeAddress": "Test Address",
            "storeCity": "BRONX",
            "storeState": "NY",
            "storeCountry": "US",
            "storeZipCode": "10461",
            "storeTimezone": "EST",
            "superVisorName": "Test",
            "superVisorEmail": "valorbaseadmin@protonmail.com",
            "superVisorContact": "5651324655",
            "mccCode": "1750",
            "selectedMCC": "1750 - CARPENTRY",
            "descriptors": [
                "Test"
            ],
            "epiData": [
                {
                    "device": "130",
                    "deviceType": "Desktop POS",
                    "processor": "1",
                    "epiLabel": "ValorPos 100",
                    "features": {
                        "tip": {
                            "enabled": "false",
                            "value": [
                                "5",
                                "10",
                                "15",
                                "20"
                            ]
                        },
                        "paytable": {
                            "enabled": "true"
                        },
                        "surcharge": {
                            "enabled": "false",
                            "minValue": "4.0000",
                            "maxValue": "4.0000"
                        },
                        "tax": {
                            "enabled": "false",
                            "value": "0"
                        },
                        "settlement": {
                            "enabled": "false",
                            "value": "10 pm"
                        },
                        "secComm": {
                            "enabled": "false",
                            "value": ""
                        },
                        "signatureCap": {
                            "enabled": "false"
                        },
                        "ebt": {
                            "enabled": "false"
                        },
                        "promoText": "promoText"
                    },
                    "processorData": [
                        {
                            "mid": null,
                            "mid1": "0000000845522",
                            "vNumber": null,
                            "vNumber1": "2354353",
                            "storeNo": null,
                            "storeNo1": "0002",
                            "termNo": null,
                            "termNo1": "0005",
                            "association": null,
                            "association1": "545503",
                            "chain": null,
                            "chain1": "545083",
                            "agent": null,
                            "agent1": "3831",
                            "EbtNo": null,
                            "EbtNo1": "7894562",
                            "binnumber": null,
                            "binnumber1": "424666",
                            "agentBank": null,
                            "agentBank1": "545000",
                            "industry": null,
                            "industry1": "Retail",
                            "label": "Test"
                        }
                    ]
                }
            ],
            "selectedState": "NY"
        },
        {
            "storeName": "Test Store",
            "storeAddress": "Test Address",
            "storeCity": "BRONX",
            "storeState": "NY",
            "storeCountry": "US",
            "storeZipCode": "10461",
            "storeTimezone": "EST",
            "superVisorName": "Test",
            "superVisorEmail": "valorbaseadmin@protonmail.com",
            "superVisorContact": "5651324655",
            "mccCode": "1750",
            "selectedMCC": "1750 - CARPENTRY",
            "descriptors": [
                "Test"
            ],
            "epiData": [
                {
                    "device": "130",
                    "deviceType": "Desktop POS",
                    "processor": "1",
                    "epiLabel": "ValorPos 100",
                    "features": {
                        "tip": {
                            "enabled": "false",
                            "value": [
                                "5",
                                "10",
                                "15",
                                "20"
                            ]
                        },
                        "paytable": {
                            "enabled": "true"
                        },
                        "surcharge": {
                            "enabled": "false",
                            "minValue": "4.0000",
                            "maxValue": "4.0000"
                        },
                        "tax": {
                            "enabled": "false",
                            "value": "0"
                        },
                        "settlement": {
                            "enabled": "false",
                            "value": "10 pm"
                        },
                        "secComm": {
                            "enabled": "false",
                            "value": ""
                        },
                        "signatureCap": {
                            "enabled": "false"
                        },
                        "ebt": {
                            "enabled": "false"
                        },
                        "promoText": "promoText"
                    },
                    "processorData": [
                        {
                            "mid": null,
                            "mid1": "0000000845522",
                            "vNumber": null,
                            "vNumber1": "2354353",
                            "storeNo": null,
                            "storeNo1": "0002",
                            "termNo": null,
                            "termNo1": "0005",
                            "association": null,
                            "association1": "545503",
                            "chain": null,
                            "chain1": "545083",
                            "agent": null,
                            "agent1": "3831",
                            "EbtNo": null,
                            "EbtNo1": "7894562",
                            "binnumber": null,
                            "binnumber1": "424666",
                            "agentBank": null,
                            "agentBank1": "545000",
                            "industry": null,
                            "industry1": "Retail",
                            "label": "Test"
                        }
                    ]
                }
            ],
            "selectedState": "NY"
        }
    ],
    "moduleList": [
        1,
        2,
        3,
        5,
        6,
        15,
        20,
        19,
        21
    ],
    "selectedState": "NY"
}',
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;


Response

{
   "status": true,
   "message": "Merchant Updated Successfully",
   "Mp_id": "5732",
   "epiId": "2202554491",
   "newUserId": "9230",
   "StoreID": "",
   "data": "Success"
}

                

QUERY PARAMETERS
Field Type Length Mandatory / Optional Description
newUserId Numeric 4 Mandatory It is the userid of the merchant to be updated
mp_id Numeric 4 Mandatory It is a merchant profile id which is respective to the particular merchant
store_id Numeric 4 Mandatory The unique id refers to a particular store of the merchant
passCode String 20 Mandatory The password for the Submailid/mailId
mailId String 15 Mandatory To board the new merchant user for the given mail id, and check whether this mail id is present or not. eg:xyz@gmail.com
SubmailId String 15 Mandatory To board a merchant under a particular sub office for the Valor admin login
legalName String 15 Mandatory Max length is 15 char
dbaName String 15 Mandatory Max length is 15 char
firstName String 15 Mandatory Max length is 15 char
lastName String 15 Mandatory Max length is 15 char
ownerName String 15 Mandatory Boarded by name
emailId String 15 Mandatory Valid email should be given
mobile Numeric 10 Mandatory Mobile number of the merchant,max length is 10 digit
legalAddress String 25 Mandatory max length 25 char
legalCity String 20 Mandatory max length is 20 char
legalState String 2 Mandatory State code with Two char
legalCountry String 2 Mandatory Default set as 'US'
legalZipCode Numeric 5 Mandatory maxlength is 5 digit
legalTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
legalTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
userType Numeric 4 Mandatory Should be '4' - user type for the merchant
isTxnAllowed String 1 Mandatory Should be '1' - Flag to perform transactions
businessType String 10 Mandatory Should be sent as '10'
tin Numeric - Mandatory Default set as '0'
sicCode String 4 Mandatory It should be 4 digit MCC
storeName String 20 Mandatory Max length 28 char
storeAddress String 25 Mandatory Max length 25 char
storeCity String 30 Mandatory Max length 30 char
storeState String 2 Mandatory Max length 2 char
storeCountry String 2 Mandatory Max length 2 char
storeZipCode Number 5 Mandatory max length is 5 digit
storeTimezone String 3 Mandatory Sent with (3 char eg: EST,AST,PST,HST,MST)
superVisorName String 15 Mandatory mail id of the store manager , valid mail
superVisorEmail String 10 Mandatory manager contact number , max length is 10 digit
superVisorContact Number 10 Mandatory manager contact number , max length is 10 digit
mccCode Number 4 Mandatory It should be 4 digit MCC
selectedMCC String 4 Mandatory It should be 4 digit MCC
descriptors String 25 Mandatory It should be 25 chars
epi Number 10 Mandatory It should be 10 chars
device Number - Mandatory The model description of the device to be boarded for that merchant. Have to pass the 'device_id'
deviceType String - Mandatory