{"info":{"_postman_id":"3df95818-6c2d-46eb-9801-9322faa34126","name":"api.chargebackdefense.com v2","description":"<html><head></head><body><h6 id=\"overview\">Overview</h6>\n<p> The Chargeback Defense endpoints are designed to return all data related to \n the customer account, allow creation of new Merchant Accounts and their 3rd \n party API connections, reporting to Users account is enabled` </p>\n<h6 id=\"functionality\">Functionality</h6>\n<p> Auto-matching incoming dispute and alert record data, auto-responding \n disputes, auto refunding, updating orders and transactions </p>\n<blockquote>\n<p>Callback Urls</p>\n<p>Adding custom documents to Dispute Packets.</p>\n<p>Responding to Disputes.</p>\n<p>Auto matched transactions to Disputes and Alerts</p>\n<p>Updating Records on 3rd Party Systems</p>\n</blockquote>\n<h6 id=\"authentication\">Authentication</h6>\n<ul>\n<li>Obtain Machine User credentials from CBD; you may also login to the CBD system and create Machine Users.</li>\n<li>All requests should be made to base domain <code>https://api.chargebackdefense.com/v2/</code> \n  which uses  <code>BASIC AUTHORIZATION</code>  to Authenticate.</li>\n</ul>\n<h6 id=\"requests\">Requests</h6>\n<ul>\n<li>Query Parameters are required for <code>GET</code> requests\n <code>?fields=value&amp;field=value</code></li>\n</ul>\n<h6 id=\"retreive-a-single-record\">Retreive a single record</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> /v2/endpoint/5018931 \n</code></pre><hr>\n<h6 id=\"search-a-value-with-specified-returning-fields\">Search a value with specified returning fields</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> /v2/endpoint?fields=apidate,apicard,apialerterid,statusid,apiamount&amp;statusid=1 \n</code></pre><hr>\n<h6 id=\"search-records-between-a-date-range-field\">Search records between a date range, field</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> /v2/endpoint?apidate=2020-01-08|2020-08-01&amp;statusid=1 \n</code></pre> <table>\n  <tbody><tr>\n    <th>Field</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>date</td>\n    <td>Use a resource's date fields to get records in a specifid day.  Use | (pipe) to return starting and ending date</td>\n  </tr>\n</tbody></table>\n\n<hr>\n<h6 id=\"search-records-by-string-value\">Search records by string value</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> /v2/endpoint?merchantname=like[merchantname]\n</code></pre>  <table>\n  <tbody><tr>\n    <th>Field</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>like[str]</td>\n    <td>use the like operator to search records where that value exists                             </td>\n  </tr>\n</tbody></table></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3839558","collectionId":"3df95818-6c2d-46eb-9801-9322faa34126","publishedId":"T1DqebEs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-25T04:34:51.000Z"},"item":[{"name":"/v2","item":[{"name":"/customers","item":[{"name":"/descriptors","item":[{"name":"Create Descriptor","id":"477040a3-ce06-4aa9-a22c-5b7635213759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": \"11\",\r\n    \"merchantid\": \"111\",\r\n    \"desctext\": \"800descript.com232232\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors","description":"<p>Descriptors primary key <code>:descid</code> is associated to the parent field <code>:merchantid</code> and the grandparent field <code>:customerid</code>.</p>\n<p>Descriptor variations may also be inserted by <code>POST</code>, use a list of objects for the Body.</p>\n","urlObject":{"protocol":"https","path":["v2","descriptors"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"7f124bc7-60a5-4315-9179-33124d9abea4","name":"Add Descriptor Variations List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descript.com232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descom232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800de32232\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 16:19:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/descriptors.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1605111592\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/descriptors\"\n        },\n        \"count\": \"Boo Yah! 3 records created\",\n        \"data\": [\n            19844,\n            19845,\n            19846\n        ]\n    }\n}"}],"_postman_id":"477040a3-ce06-4aa9-a22c-5b7635213759"},{"name":"Create List of Descriptors","id":"18f0b107-ecad-4cfd-949f-5725d4807be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descript.com232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descom232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800de32232\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors","description":"<p>Create multiple descriptor records for a single merchant, or multiple merchants.</p>\n","urlObject":{"protocol":"https","path":["v2","descriptors"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"8b54318b-c09b-4864-b2ca-e8be730b4ccc","name":"Add Descriptor Variations List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descript.com232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descom232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800de32232\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 16:19:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/descriptors.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1605111592\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/descriptors\"\n        },\n        \"count\": \"Boo Yah! 3 records created\",\n        \"data\": [\n            19844,\n            19845,\n            19846\n        ]\n    }\n}"}],"_postman_id":"18f0b107-ecad-4cfd-949f-5725d4807be9"},{"name":"Update","id":"0a216602-e3a1-4a61-b2ed-0a59f57b8c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"descid\": \"19844\",\r\n    \"customerid\": \"11\",\r\n    \"merchantid5\": \"0\",\r\n    \"providerid\": \"0\",\r\n    \"verifidescid\": \"\",\r\n    \"desconoff\": \"1\",\r\n    \"descflag\": \"0\",\r\n    \"descalias\": \"\",\r\n    \"descmid\": \"\",\r\n    \"desctext\": \"800descript.com232232\",\r\n    \"desccontact\": \"\",\r\n    \"descsource\": \"\",\r\n    \"descstartdate\": \"0000-00-00\",\r\n    \"descenddate\": \"0000-00-00\",\r\n    \"flagger\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors/19844","description":"<p>Update details of a <code>descid</code></p>\n","urlObject":{"protocol":"https","path":["v2","descriptors","19844"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"6562cff4-cc6f-451a-ad7f-d9eab139641b","name":"Update Descriptor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"descid\": \"19844\",\r\n    \"customerid\": \"11\",\r\n    \"merchantid5\": \"0\",\r\n    \"providerid\": \"0\",\r\n    \"verifidescid\": \"\",\r\n    \"desconoff\": \"1\",\r\n    \"descflag\": \"0\",\r\n    \"descalias\": \"\",\r\n    \"descmid\": \"\",\r\n    \"desctext\": \"800descript.com232232\",\r\n    \"desccontact\": \"\",\r\n    \"descsource\": \"\",\r\n    \"descstartdate\": \"0000-00-00\",\r\n    \"descenddate\": \"0000-00-00\",\r\n    \"flagger\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors/19844"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 16:35:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/descriptors.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": [\n                \"Success\",\n                \"15 value(s) updated\"\n            ]\n        },\n        \"request\": {\n            \"time\": \"1605112538\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/descriptors/19844\"\n        },\n        \"data\": {\n            \"descid\": \"19844\",\n            \"customerid\": \"11\",\n            \"merchantid5\": \"0\",\n            \"providerid\": \"0\",\n            \"verifidescid\": \"\",\n            \"desconoff\": \"1\",\n            \"descflag\": \"0\",\n            \"descalias\": \"\",\n            \"descmid\": \"\",\n            \"desctext\": \"800descript.com232232\",\n            \"desccontact\": \"\",\n            \"descsource\": \"\",\n            \"descstartdate\": \"0000-00-00\",\n            \"descenddate\": \"0000-00-00\",\n            \"flagger\": \"0\"\n        }\n    }\n}"},{"id":"6fb894b3-d833-444c-8d21-e229e6fc0345","name":"Add Descriptor Variations List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descript.com232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800descom232232\"\r\n    },\r\n    {\r\n        \"customerid\": \"11\",\r\n        \"merchantid\": \"111\",\r\n        \"desctext\": \"800de32232\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/descriptors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 16:19:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/descriptors.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1605111592\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/descriptors\"\n        },\n        \"count\": \"Boo Yah! 3 records created\",\n        \"data\": [\n            19844,\n            19845,\n            19846\n        ]\n    }\n}"}],"_postman_id":"0a216602-e3a1-4a61-b2ed-0a59f57b8c5c"}],"id":"28a916d0-de77-4415-a0ab-bb13967ed497","description":"<p>Billing descriptors are a primary value that is required for all merchants using CBD services.  Case sensitivity is not important as character length, special characters, alpha numeric and white space characters in the string.</p>\n","_postman_id":"28a916d0-de77-4415-a0ab-bb13967ed497"},{"name":"/apis","item":[{"name":"Create, Update API  Connections Copy","id":"2279e59e-6a3a-4a4f-a349-c35686318134","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"connid\": 4,\r\n    \"merchantid\": 1,\r\n    \"apionoff\": 1,\r\n    \"apidefault\": 1,\r\n    \"apistatusid\": 1,\r\n    \"statusid\": 255,\r\n    \"apialias\": \"Limelight\",\r\n    \"apitype\": 3,\r\n    \"apirules\": {\"f1\":{\"nickname\":\"API URL\",\"required\":\"yes\",\"fieldname\":\"apiurl\",\"value\":\"https://worldwidemediaoffers.sticky.io\",\"desc\":\"\"},\"f2\":{\"nickname\":\"API User Name\",\"required\":\"yes\",\"fieldname\":\"loginId\",\"value\":\"cb_defense\",\"desc\":\"\"},\"f3\":{\"nickname\":\"API Password\",\"required\":\"yes\",\"fieldname\":\"password\",\"value\":\"p5HE8x7zZJkwmP\",\"desc\":\"\"},\"f4\":{\"nickname\":\"Gateway ID\",\"required\":\"no\",\"fieldname\":\"\",\"value\":\"\",\"desc\":\"\"}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchantapis","description":"<h6 id=\"required-fields\">Required Fields</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>vendorid</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apialias</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>merchantid</td>\n<td><code>integar</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","merchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"5dcecdc0-4061-45ea-b057-c98d0f7acd29","name":"Limelight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"connid\": 4,\r\n    \"merchantid\": 1,\r\n    \"apionoff\": 1,\r\n    \"apidefault\": 1,\r\n    \"apistatusid\": 1,\r\n    \"statusid\": 255,\r\n    \"apialias\": \"Limelight\",\r\n    \"apitype\": 3,\r\n    \"apirules\": {\"f1\":{\"nickname\":\"API URL\",\"required\":\"yes\",\"fieldname\":\"apiurl\",\"value\":\"https://worldwidemediaoffers.sticky.io\",\"desc\":\"\"},\"f2\":{\"nickname\":\"API User Name\",\"required\":\"yes\",\"fieldname\":\"loginId\",\"value\":\"cb_defense\",\"desc\":\"\"},\"f3\":{\"nickname\":\"API Password\",\"required\":\"yes\",\"fieldname\":\"password\",\"value\":\"p5HE8x7zZJkwmP\",\"desc\":\"\"},\"f4\":{\"nickname\":\"Gateway ID\",\"required\":\"no\",\"fieldname\":\"\",\"value\":\"\",\"desc\":\"\"}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchantapis"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 01:05:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchantapis.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin\": [\n            {\n                \"vendorid\": 4,\n                \"connid\": 4,\n                \"merchantid\": 1,\n                \"apionoff\": 1,\n                \"apidefault\": 1,\n                \"apistatusid\": 1,\n                \"statusid\": 255,\n                \"apialias\": \"Limelight\",\n                \"apitype\": 3\n            }\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1610067906\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchantapis\"\n        },\n        \"count\": \"Boo Yah! 1 Record Created\"\n    },\n    \"data\": [\n        7314\n    ]\n}"}],"_postman_id":"2279e59e-6a3a-4a4f-a349-c35686318134"}],"id":"97190543-2db0-48e6-afbe-c108bed561b8","_postman_id":"97190543-2db0-48e6-afbe-c108bed561b8","description":""},{"name":"/convert","item":[{"name":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","id":"b6759331-902e-43f3-a4c6-5453c1a5e638","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestid\": \"5da19ab4ac3ad66ddb9306fe64d1f00c225838cd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","urlObject":{"protocol":"https","path":["v2","customers"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"convertcustomer"},{"disabled":true,"key":"","value":"%Dream Dev Co.%"}],"variable":[]}},"response":[{"id":"0d978c80-017f-46b6-a116-f1c4d60eedbf","name":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestid\": \"5da19ab4ac3ad66ddb9306fe64d1f00c225838cd\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","customers"],"query":[{"key":"action","value":"convertcustomer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jul 2021 19:46:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/customers.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Customer Already Exists\",\n        \"request\": {\n            \"time\": \"1625600819\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/customers?action=convertcustomer\",\n            \"query\": {\n                \"action\": \"convertcustomer\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"companygroupid\": \"3750\",\n            \"adminid\": \"14114\",\n            \"username\": \"greenleaf.budsman@gmail.com\",\n            \"customerid\": \"4086\"\n        }\n    ]\n}"}],"_postman_id":"b6759331-902e-43f3-a4c6-5453c1a5e638"},{"name":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","id":"d2741f50-da71-437a-9035-9b6ce37c27da","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requestid\": \"5da19ab4ac3ad66ddb9306fe64d1f00c225838cd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/customers?action=convertcustomer","urlObject":{"protocol":"https","path":["v2","customers"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"convertcustomer"}],"variable":[]}},"response":[],"_postman_id":"d2741f50-da71-437a-9035-9b6ce37c27da"}],"id":"d76075d2-84d8-48a4-975a-1c06b43c9c2f","_postman_id":"d76075d2-84d8-48a4-975a-1c06b43c9c2f","description":""},{"name":"GET","id":"fd150da7-ece0-4fb6-911c-160e30eab21b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/customers/:customerid","description":"<p>Retrieve customers in your umbrella account.</p>\n","urlObject":{"protocol":"https","path":["v2","customers",":customerid"],"host":["api","chargebackdefense","com"],"query":[],"variable":[{"type":"string","value":"","key":"customerid"}]}},"response":[{"id":"53d24ef6-e758-4ae7-8747-18b34f07ca3a","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/customers/:customerid","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","customers",":customerid"],"variable":[{"key":"customerid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Sep 2020 18:44:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23606"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/customers.json"},{"key":"x-query_total","value":"714"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"3875\",\n        \"minid\": \"2518\",\n        \"total_records\": \"714\",\n        \"response_total\": 200,\n        \"query_total\": \"714\",\n        \"query_admin\": {\n            \"qrecords\": \"714\"\n        },\n        \"qrequest\": [\n            \"SELECT COUNT(*) as `qrecords` FROM `4tbl_customers` WHERE 1 \"\n        ],\n        \"request\": [\n            \"SELECT * FROM `4tbl_customers` WHERE 1 ORDER BY `customerid` DESC  LIMIT 200\",\n            {\n                \"time\": 1600195446,\n                \"method\": \"GET\",\n                \"uri\": \"/v2/customers\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3875\",\n            \"adminid\": \"13604\",\n            \"companygroupid\": \"3551\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"eFortify\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3551]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"46\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Nick\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Hinkles\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-08-05 00:00:00\",\n            \"dateupdated\": \"2020-08-22 00:56:24\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3873\",\n            \"adminid\": \"13597\",\n            \"companygroupid\": \"3547\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Wily Products LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"48\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3547]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"3782,3783\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"835\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Terry\",\n            \"firstnamemain\": \"Super Ben and Matt\",\n            \"middlenamemain\": \"matt@legendpayments.com\",\n            \"lastnamemain\": \"Legend Payments\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Williams\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"matt@legendpayments.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-06-10 05:54:26\",\n            \"dateupdated\": \"2020-08-22 03:33:47\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"853\",\n            \"defaultcommoid\": \"2530\",\n            \"defaultaddressid\": \"845\",\n            \"shippingaddressid\": \"845\",\n            \"billingaddressid\": \"845\",\n            \"outsidecustomernumber\": \"Skype Group\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3872\",\n            \"adminid\": \"13597\",\n            \"companygroupid\": \"3547\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Sharp Commodities LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"48\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3547]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"3871,3873,\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"834\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Therese\",\n            \"firstnamemain\": \"Super Ben and Matt\",\n            \"middlenamemain\": \"matt@legendpayments.com\",\n            \"lastnamemain\": \"Legend Payments\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Schick\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"matt@legendpayments.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-06-10 05:42:46\",\n            \"dateupdated\": \"2020-08-22 03:33:38\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"847\",\n            \"defaultcommoid\": \"2528\",\n            \"defaultaddressid\": \"844\",\n            \"shippingaddressid\": \"844\",\n            \"billingaddressid\": \"844\",\n            \"outsidecustomernumber\": \"Skype Group\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3871\",\n            \"adminid\": \"13597\",\n            \"companygroupid\": \"3547\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"ThuIT Enterprises\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"48\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3547]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"3872,3873\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"833\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-1065646\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jacob\",\n            \"firstnamemain\": \"Super Ben and Matt\",\n            \"middlenamemain\": \"matt@legendpayments.com\",\n            \"lastnamemain\": \"at Legends Payment\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Thuet\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"matt@legendpayments.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-06-10 04:52:54\",\n            \"dateupdated\": \"2020-08-22 03:33:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"845\",\n            \"defaultcommoid\": \"2527\",\n            \"defaultaddressid\": \"843\",\n            \"shippingaddressid\": \"843\",\n            \"billingaddressid\": \"843\",\n            \"outsidecustomernumber\": \"Skype Group\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"https://webhook.site/aae0bc0f-7bbf-4a1c-9ea5-827cec3196c2  \",\n            \"chargeback_webhook\": \"1\"\n        },\n        {\n            \"customerid\": \"3870\",\n            \"adminid\": \"13602\",\n            \"companygroupid\": \"3544\",\n            \"partnerid\": \"55391\",\n            \"companyname\": \"CB Wizard\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3544]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"46\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Karl\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Monson\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"karl@cbwizard.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-05-29 19:51:47\",\n            \"dateupdated\": \"2020-09-11 14:56:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"841\",\n            \"defaultcommoid\": \"2526\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"https://cbwizard.com/cbd/create\",\n            \"chargeback_webhook\": \"https://cbwizard.com/cbd/create\"\n        },\n        {\n            \"customerid\": \"3868\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3543\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Nutra-Media LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"828\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"85-0887047\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Martin\",\n            \"firstnamemain\": \"Martin\",\n            \"middlenamemain\": \"martinkreslin@gmail.com\",\n            \"lastnamemain\": \"Kreslin\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kreslin\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"martinkreslin@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-05-15 22:45:21\",\n            \"dateupdated\": \"2020-05-27 01:04:09\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"833\",\n            \"defaultcommoid\": \"2525\",\n            \"defaultaddressid\": \"841\",\n            \"shippingaddressid\": \"841\",\n            \"billingaddressid\": \"841\",\n            \"outsidecustomernumber\": \"8132934784\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3867\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3537\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"iThink Ads LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3537]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"826\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Johnathan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bergen\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-05-01 21:16:30\",\n            \"dateupdated\": \"2020-08-03 06:42:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"835\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"839\",\n            \"shippingaddressid\": \"839\",\n            \"billingaddressid\": \"839\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3863\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"2634\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Next Level Ads\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[1700,3462,2168,2670,2634]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"825\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Fariborz\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Daemi\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-05-01 21:02:18\",\n            \"dateupdated\": \"2020-08-03 03:38:04\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"836\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"835\",\n            \"shippingaddressid\": \"835\",\n            \"billingaddressid\": \"835\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3861\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3529\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Polestar Nutrition\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"821\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matthew\",\n            \"firstnamemain\": \"Matthew\",\n            \"middlenamemain\": \"matt@polestarnutrition.com\",\n            \"lastnamemain\": \"Garvey\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Garvey\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"matt@polestarnutrition.com\",\n            \"email\": \"matt@polestarnutrition.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-24 05:49:49\",\n            \"dateupdated\": \"2020-04-24 18:42:53\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"821\",\n            \"defaultcommoid\": \"2523\",\n            \"defaultaddressid\": \"834\",\n            \"shippingaddressid\": \"834\",\n            \"billingaddressid\": \"834\",\n            \"outsidecustomernumber\": \"314-425-9908\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3860\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3530\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Get Silky Skin\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3530]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Derek\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Jaeger\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"suraj@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-24 05:18:48\",\n            \"dateupdated\": \"2020-08-02 21:28:05\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"820\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"833\",\n            \"shippingaddressid\": \"833\",\n            \"billingaddressid\": \"833\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3859\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3539\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Gungutz\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3539,3110,3109]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"820\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"569852921\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jason\",\n            \"firstnamemain\": \"Jason\",\n            \"middlenamemain\": \"jmysk2@gmail.com\",\n            \"lastnamemain\": \"Myskow\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"A.\",\n            \"lastname\": \"Myskow\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"jmysk2@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-24 04:30:59\",\n            \"dateupdated\": \"2020-08-02 21:31:17\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"819\",\n            \"defaultcommoid\": \"2522\",\n            \"defaultaddressid\": \"832\",\n            \"shippingaddressid\": \"832\",\n            \"billingaddressid\": \"832\",\n            \"outsidecustomernumber\": \"760-503-5188\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3858\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3531\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Legacy Health LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"47\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3531]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"818\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Avi\",\n            \"firstnamemain\": \"Avi\",\n            \"middlenamemain\": \"385-210-0223\",\n            \"lastnamemain\": \"Kumar\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kumar\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"m@gsd.media\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-23 22:40:25\",\n            \"dateupdated\": \"2020-08-02 21:31:37\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"830\",\n            \"defaultcommoid\": \"2519\",\n            \"defaultaddressid\": \"830\",\n            \"shippingaddressid\": \"830\",\n            \"billingaddressid\": \"830\",\n            \"outsidecustomernumber\": \"accounting@gsd.media\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3854\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3532\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"American Payment Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"40\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3532,3854]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"817\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"84-4308515\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Junelson\",\n            \"firstnamemain\": \"Junelson\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"Paul\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"support@apgservice.net\",\n            \"middlename\": \"\",\n            \"lastname\": \"Paul\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"support@apgservice.net\",\n            \"email\": \"support@apgservice.net\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-22 20:08:43\",\n            \"dateupdated\": \"2020-08-03 03:58:38\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"818\",\n            \"defaultcommoid\": \"2521\",\n            \"defaultaddressid\": \"828\",\n            \"shippingaddressid\": \"828\",\n            \"billingaddressid\": \"828\",\n            \"outsidecustomernumber\": \"302-316-0698\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3853\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3533\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Testbodz Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"45\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3533]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"816\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Robert\",\n            \"firstnamemain\": \"Bob\",\n            \"middlenamemain\": \"testbodzinc@gmail.com\",\n            \"lastnamemain\": \"Morris\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Morris\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"testbodzinc@gmail.com\",\n            \"email\": \"testbodzinc@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-22 19:37:43\",\n            \"dateupdated\": \"2020-08-02 21:46:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"813\",\n            \"defaultcommoid\": \"2511\",\n            \"defaultaddressid\": \"827\",\n            \"shippingaddressid\": \"827\",\n            \"billingaddressid\": \"827\",\n            \"outsidecustomernumber\": \"855-385-3786\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3852\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3534\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"G&C Litigation Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3534]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"815\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"George\",\n            \"firstnamemain\": \"Cesar\",\n            \"middlenamemain\": \"accounting@gclitigationgroup.com\",\n            \"lastnamemain\": \"Yahuaca\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Angon\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"accounting@gclitigationgroup.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-22 19:05:41\",\n            \"dateupdated\": \"2020-08-19 22:23:27\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"811\",\n            \"defaultcommoid\": \"2514\",\n            \"defaultaddressid\": \"826\",\n            \"shippingaddressid\": \"826\",\n            \"billingaddressid\": \"826\",\n            \"outsidecustomernumber\": \"909-802-0738\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3851\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3535\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Drum Magazines LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3535]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"813\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Charles\",\n            \"firstnamemain\": \"Charles\",\n            \"middlenamemain\": \"drummagazines@gmail.com\",\n            \"lastnamemain\": \"Weston\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Weston\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"drummagazines@gmail.com\",\n            \"email\": \"drummagazines@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-21 20:08:33\",\n            \"dateupdated\": \"2020-08-19 22:23:23\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"810\",\n            \"defaultcommoid\": \"2510\",\n            \"defaultaddressid\": \"825\",\n            \"shippingaddressid\": \"825\",\n            \"billingaddressid\": \"825\",\n            \"outsidecustomernumber\": \"1(816) 285-1985\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3850\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"3538\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Vacation Plus Travel\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3538]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"819\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-05-15\",\n            \"companytaxid\": \"84-2000303\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Todd\",\n            \"firstnamemain\": \"Natalie\",\n            \"middlenamemain\": \"natalie@vacationplustravel.com\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Funk\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"natalie@vacationplustravel.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-21 18:29:26\",\n            \"dateupdated\": \"2020-08-19 22:23:29\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"823\",\n            \"defaultcommoid\": \"2520\",\n            \"defaultaddressid\": \"831\",\n            \"shippingaddressid\": \"831\",\n            \"billingaddressid\": \"831\",\n            \"outsidecustomernumber\": \"954-531-1459\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3525\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Family Court Direct\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3525,3847]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"809\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"84-1892200\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Aaron\",\n            \"firstnamemain\": \"Aaron\",\n            \"middlenamemain\": \"fcdbilling@gmail.com\",\n            \"lastnamemain\": \"Gravitz\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Gravitz\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"jeff@familycourtdirect.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-14 20:52:36\",\n            \"dateupdated\": \"2020-08-03 04:05:19\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"840\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"823\",\n            \"shippingaddressid\": \"823\",\n            \"billingaddressid\": \"823\",\n            \"outsidecustomernumber\": \"805-896-0549\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3846\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3527\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Nicobar Living INC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3527]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"808\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"84-2345154\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Travis\",\n            \"firstnamemain\": \"Jide\",\n            \"middlenamemain\": \"admin@nicobarliving.com\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Dingus\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"admin@nicobarliving.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-14 20:30:33\",\n            \"dateupdated\": \"2020-08-02 21:34:15\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"801\",\n            \"defaultcommoid\": \"2507\",\n            \"defaultaddressid\": \"822\",\n            \"shippingaddressid\": \"822\",\n            \"billingaddressid\": \"822\",\n            \"outsidecustomernumber\": \"604-314-7935\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3845\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3526\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Webmind Solutions LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3526]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"807\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-04-17\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ashton\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Zdeshar\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@webmindsolutions.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-11 21:50:50\",\n            \"dateupdated\": \"2020-08-02 21:38:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"800\",\n            \"defaultcommoid\": \"2506\",\n            \"defaultaddressid\": \"821\",\n            \"shippingaddressid\": \"821\",\n            \"billingaddressid\": \"821\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3844\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3524\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Identity Shield, Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3524]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"805\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Robert\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Hines\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"robert@myidentityshield.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-04-08 02:36:25\",\n            \"dateupdated\": \"2020-08-02 21:46:06\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"799\",\n            \"defaultcommoid\": \"2505\",\n            \"defaultaddressid\": \"819\",\n            \"shippingaddressid\": \"819\",\n            \"billingaddressid\": \"819\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3843\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Ralph Riehl\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"45\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"804\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Joe\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Real\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"sandiegojoereal@icloud.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-30 21:53:19\",\n            \"dateupdated\": \"2020-08-02 21:45:58\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"794\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3842\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3523\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"GTS Marketplace\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3523]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"831\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"JP\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"ecom@gts-marketplace.com\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kramer\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"pinilla@gts-marketplace.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-30 14:44:43\",\n            \"dateupdated\": \"2020-08-17 20:12:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"812\",\n            \"defaultcommoid\": \"2504\",\n            \"defaultaddressid\": \"817\",\n            \"shippingaddressid\": \"817\",\n            \"billingaddressid\": \"817\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3841\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3522\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Performance Improvement Labs\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3522]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"802\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Nicholas\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lancia\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-27 16:20:22\",\n            \"dateupdated\": \"2020-08-02 21:39:20\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"839\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"816\",\n            \"shippingaddressid\": \"816\",\n            \"billingaddressid\": \"816\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3840\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Response CRM\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"810\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"62\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Darren\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lunt\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"tbd@tbd.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-26 23:18:09\",\n            \"dateupdated\": \"2020-08-02 21:45:53\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"792\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3839\",\n            \"adminid\": \"13544\",\n            \"companygroupid\": \"3521\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Charge Savvy\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3521]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"801\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2019-04-29\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kenneth\",\n            \"firstnamemain\": \"Sherry\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"Newquist\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"Sherry@chargesavvy.com\",\n            \"middlename\": \"\",\n            \"lastname\": \"Haller\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"cynthia@chargesavvy.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-26 14:26:38\",\n            \"dateupdated\": \"2020-08-06 01:18:39\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"852\",\n            \"defaultcommoid\": \"2503\",\n            \"defaultaddressid\": \"815\",\n            \"shippingaddressid\": \"815\",\n            \"billingaddressid\": \"815\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3836\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3406\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Apex Iconic\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3406]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Galina\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Polyakova\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"apexiconic@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-18 22:40:26\",\n            \"dateupdated\": \"2020-08-02 21:44:31\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"789\",\n            \"defaultcommoid\": \"2499\",\n            \"defaultaddressid\": \"813\",\n            \"shippingaddressid\": \"813\",\n            \"billingaddressid\": \"813\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3835\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3512\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Andamooka Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3512]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Galina\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Polyakova\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"defaultemail@checkemailtab.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-18 22:20:43\",\n            \"dateupdated\": \"2020-08-02 21:43:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"788\",\n            \"defaultcommoid\": \"2498\",\n            \"defaultaddressid\": \"812\",\n            \"shippingaddressid\": \"812\",\n            \"billingaddressid\": \"812\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3520\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3464,2168,2670,3520]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"799\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brett\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bernstein\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"info@petanica.com\",\n            \"email\": \"info@petanica.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-17 13:35:24\",\n            \"dateupdated\": \"2020-08-20 00:05:52\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"787\",\n            \"defaultcommoid\": \"2497\",\n            \"defaultaddressid\": \"811\",\n            \"shippingaddressid\": \"811\",\n            \"billingaddressid\": \"811\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3833\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3516\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Arizona Rifleworks, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3110,3516]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"798\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jason\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Butkowski\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"sales@arizonarifleworks.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-13 16:00:52\",\n            \"dateupdated\": \"2020-08-02 21:41:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"786\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"810\",\n            \"shippingaddressid\": \"810\",\n            \"billingaddressid\": \"810\",\n            \"outsidecustomernumber\": \"623-282-2979\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3832\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3514\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Niner Trade LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,2706,3514]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"796\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Nick\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Korth\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"merchant@myqgripsearwax.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-06 22:17:26\",\n            \"dateupdated\": \"2020-08-02 21:41:07\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"784\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"809\",\n            \"shippingaddressid\": \"809\",\n            \"billingaddressid\": \"809\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3831\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3513\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Ace Online Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3513]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"795\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Stephen\",\n            \"firstnamemain\": \"Delara\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"D\",\n            \"lastname\": \"Souza\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"stephen@acewellness.co\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-03 19:17:01\",\n            \"dateupdated\": \"2020-08-02 21:41:49\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"785\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"807\",\n            \"shippingaddressid\": \"807\",\n            \"billingaddressid\": \"807\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3830\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3509\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Male Excel Medical PA\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3509]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"794\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Yannick\",\n            \"firstnamemain\": \"Delara\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ferreri\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"ap@maleexcel.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-03-03 16:29:09\",\n            \"dateupdated\": \"2020-08-02 21:42:06\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"805\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"806\",\n            \"shippingaddressid\": \"806\",\n            \"billingaddressid\": \"806\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3829\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3511\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Summit Companies LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3511]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"793\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ed\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Stewart\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"ed@premiertaxliens.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-28 16:55:05\",\n            \"dateupdated\": \"2020-08-02 21:42:16\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"779\",\n            \"defaultcommoid\": \"2495\",\n            \"defaultaddressid\": \"805\",\n            \"shippingaddressid\": \"805\",\n            \"billingaddressid\": \"805\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3828\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3508\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Encore Solutions LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3508,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"790\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-03-04\",\n            \"companytaxid\": \"84-2973792\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kalen\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Spoletini\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"kalen@thedynamicsolutions.com\",\n            \"email\": \"kalen@thedynamicsolutions.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-22 22:13:42\",\n            \"dateupdated\": \"2020-08-02 21:42:17\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"776\",\n            \"defaultcommoid\": \"2491\",\n            \"defaultaddressid\": \"804\",\n            \"shippingaddressid\": \"804\",\n            \"billingaddressid\": \"804\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3827\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3507\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Certified by Design Labs, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3507]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"789\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"84-1851236\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"James\",\n            \"firstnamemain\": \"Aaron\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"aaron@certifiedbydesignlabs.com\",\n            \"middlename\": \"\",\n            \"lastname\": \"Fowler\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"James@certifiedbydesignlabs.com\",\n            \"email\": \"chargebacks@certifiedbydesign.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-21 16:02:25\",\n            \"dateupdated\": \"2020-08-15 20:42:27\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"774\",\n            \"defaultcommoid\": \"2490\",\n            \"defaultaddressid\": \"803\",\n            \"shippingaddressid\": \"803\",\n            \"billingaddressid\": \"803\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3826\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Marc Test 3\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Machine\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Created\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"terms@ecommerce.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"0000-00-00 00:00:00\",\n            \"dateupdated\": \"2020-08-02 21:45:39\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Api Created Record ecommerce.com/terms\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3825\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3505\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"BCO Consulting Services Inc.\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3505,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"787\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kishan\",\n            \"firstnamemain\": \"Brandon\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"brandon@studentsloanservices.org\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bhakta\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"kishan@studentsloanservices.org\",\n            \"email\": \"brandon@studentsloanservices.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-19 21:08:06\",\n            \"dateupdated\": \"2020-08-02 21:42:44\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"773\",\n            \"defaultcommoid\": \"2494\",\n            \"defaultaddressid\": \"801\",\n            \"shippingaddressid\": \"801\",\n            \"billingaddressid\": \"801\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3824\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3504\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Trust Arrow\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3025,3504]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"786\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-03-04\",\n            \"companytaxid\": \"87-3777133\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Anne Marie\",\n            \"firstnamemain\": \"Sherry\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"sherry@trustarrow.com\",\n            \"middlename\": \"\",\n            \"lastname\": \"Booker\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"anne@trustarrow.com\",\n            \"email\": \"accounting@trustarrow.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-19 20:57:54\",\n            \"dateupdated\": \"2020-08-02 21:45:20\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"782\",\n            \"defaultcommoid\": \"2488\",\n            \"defaultaddressid\": \"800\",\n            \"shippingaddressid\": \"800\",\n            \"billingaddressid\": \"800\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3823\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"2655\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Marc Test Two\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2655]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"783\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2019-04-04\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Machine\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Created\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"terms@ecommerce.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-18 00:00:00\",\n            \"dateupdated\": \"2020-08-02 21:48:59\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"771\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"798\",\n            \"shippingaddressid\": \"799\",\n            \"billingaddressid\": \"799\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Api Created Record ecommerce.com/terms\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3822\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3503\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"KD Holdings LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3503]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"784\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Aliya\",\n            \"firstnamemain\": \"Jenna\",\n            \"middlenamemain\": \"orders@knife-depot.com\",\n            \"lastnamemain\": \"Cole\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Esmail\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"sales@knife-depot.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-11 21:48:31\",\n            \"dateupdated\": \"2020-08-02 21:48:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"766\",\n            \"defaultcommoid\": \"2486\",\n            \"defaultaddressid\": \"796\",\n            \"shippingaddressid\": \"796\",\n            \"billingaddressid\": \"796\",\n            \"outsidecustomernumber\": \"225-253-1573\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3821\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"2900\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Testing Via Api\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2900]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"firstname\",\n            \"firstnamemain\": \"hfhgf\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"lastname\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"terms@ecommerce.com\",\n            \"emailmain\": \"dfsfsd\",\n            \"datecreated\": \"0000-00-00 00:00:00\",\n            \"dateupdated\": \"2020-02-27 18:49:56\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"ecommerce.com/terms\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3817\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3492\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Renew Tech LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3480,1948,3489,3492]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"779\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Paige\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Figueira\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"ken@renewmktg.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-05 20:04:36\",\n            \"dateupdated\": \"2020-08-02 21:49:17\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"764\",\n            \"defaultcommoid\": \"2477\",\n            \"defaultaddressid\": \"793\",\n            \"shippingaddressid\": \"793\",\n            \"billingaddressid\": \"793\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3816\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3491\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"United Credit Management, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3491]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"778\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"65\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"46-3382159\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ron\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Brantley\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"unitedcreditllc@yahoo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-04 21:05:11\",\n            \"dateupdated\": \"2020-08-02 21:49:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"763\",\n            \"defaultcommoid\": \"2475\",\n            \"defaultaddressid\": \"792\",\n            \"shippingaddressid\": \"792\",\n            \"billingaddressid\": \"792\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3814\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3490\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Spoor Systems\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3490]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"775\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"66\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-02-04\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Bahram\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Qazi\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"bahram.qazi@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-02-04 19:34:38\",\n            \"dateupdated\": \"2020-08-02 22:11:31\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"762\",\n            \"defaultcommoid\": \"2474\",\n            \"defaultaddressid\": \"791\",\n            \"shippingaddressid\": \"791\",\n            \"billingaddressid\": \"791\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3812\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3493\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Enrollment Service Center\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3493]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"768\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jeremy\",\n            \"firstnamemain\": \"Brandon\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"Chodosh\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"brandon@enrollmentservice.org\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bostock\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"jeremy@enrollmentservice.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-27 19:00:20\",\n            \"dateupdated\": \"2020-08-02 21:51:05\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"760\",\n            \"defaultcommoid\": \"2472\",\n            \"defaultaddressid\": \"785\",\n            \"shippingaddressid\": \"785\",\n            \"billingaddressid\": \"785\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3810\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3485\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Pure Way Health\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3485]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"766\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-01-01\",\n            \"companytaxid\": \"27-0665060\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Michael\",\n            \"firstnamemain\": \"Sandy\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Smith\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@purewayhealth.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-23 16:23:03\",\n            \"dateupdated\": \"2020-08-20 08:02:51\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"759\",\n            \"defaultcommoid\": \"2465\",\n            \"defaultaddressid\": \"783\",\n            \"shippingaddressid\": \"783\",\n            \"billingaddressid\": \"783\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Welcome Call: 1/23/20 @10:00 AM MST\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3809\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3479\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Murray LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3462,1700,3479]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"772\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ben\",\n            \"firstnamemain\": \"Delara/Suraj\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"Maddo\",\n            \"lastname\": \"\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"billing@levare.io\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-21 15:51:11\",\n            \"dateupdated\": \"2020-08-02 21:53:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"849\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"808\",\n            \"shippingaddressid\": \"808\",\n            \"billingaddressid\": \"808\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3808\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3478\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Financial Student Services\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3478]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"764\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"1\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-01-27\",\n            \"companytaxid\": \"833484162\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Charles\",\n            \"firstnamemain\": \"Stephen\",\n            \"middlenamemain\": \"stephenjtorna@gmail.com\",\n            \"lastnamemain\": \"Torna\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Della Sala\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"timothyjayriffel@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-13 20:31:10\",\n            \"dateupdated\": \"2020-08-02 21:53:42\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"781\",\n            \"defaultcommoid\": \"2462\",\n            \"defaultaddressid\": \"782\",\n            \"shippingaddressid\": \"782\",\n            \"billingaddressid\": \"782\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Portal Training- Jan 27 @6:30 PM MST\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3807\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3477\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"The Flower Shop\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3477]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"763\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"62\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"1\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"45-3625190\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kayla\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rautenstrauch\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"kayla.yarpo0524@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-11 20:55:41\",\n            \"dateupdated\": \"2020-08-02 21:53:50\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"751\",\n            \"defaultcommoid\": \"2461\",\n            \"defaultaddressid\": \"781\",\n            \"shippingaddressid\": \"781\",\n            \"billingaddressid\": \"781\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3805\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3472\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"ZYX Company LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3472]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"John\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Doe\",\n            \"customertitle\": \"4\",\n            \"credentials\": \"\",\n            \"email\": \"zyxcompany@llc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-09 20:23:08\",\n            \"dateupdated\": \"2020-08-02 21:54:52\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"749\",\n            \"defaultcommoid\": \"2457\",\n            \"defaultaddressid\": \"779\",\n            \"shippingaddressid\": \"779\",\n            \"billingaddressid\": \"779\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Training Module\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3804\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3471\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"ABC Company LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3471]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"762\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"12-3456789\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jane\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Doe\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"abccompany@llc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-07 22:57:13\",\n            \"dateupdated\": \"2020-08-02 21:55:00\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"747\",\n            \"defaultcommoid\": \"2455\",\n            \"defaultaddressid\": \"778\",\n            \"shippingaddressid\": \"778\",\n            \"billingaddressid\": \"778\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Acct is for Training Purposes only.\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3803\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Divine Origins LLC\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"TBD\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"TBD\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-07 21:51:15\",\n            \"dateupdated\": \"2020-01-07 21:52:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3802\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3467\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Canvas Beauty Brand\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3467,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"761\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"82-2695206\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Stormi\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Steele\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"thecanvasbystormisteele@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-07 19:58:36\",\n            \"dateupdated\": \"2020-08-02 21:55:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"746\",\n            \"defaultcommoid\": \"2454\",\n            \"defaultaddressid\": \"777\",\n            \"shippingaddressid\": \"777\",\n            \"billingaddressid\": \"777\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3801\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3466\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Education Advisory Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3466]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"760\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-01-22\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Scott\",\n            \"firstnamemain\": \"Lance\",\n            \"middlenamemain\": \"lneumeyer@eduadvisorygroup.com\",\n            \"lastnamemain\": \"Neumeyer\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Brown\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"sbrown@eduadvisorygroup.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-07 16:00:34\",\n            \"dateupdated\": \"2020-08-13 08:46:15\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"745\",\n            \"defaultcommoid\": \"2453\",\n            \"defaultaddressid\": \"776\",\n            \"shippingaddressid\": \"776\",\n            \"billingaddressid\": \"776\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Designated Contact : Tori Smith\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3800\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3465\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Comprehensive Business Developers, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"45\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3465]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"759\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-1630924\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Nav\",\n            \"firstnamemain\": \"Mike\",\n            \"middlenamemain\": \"mnowotarski@saleamp.com\",\n            \"lastnamemain\": \"Nowotarski\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kikkeri\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"compbusinessdevelopers@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-01-06 17:05:11\",\n            \"dateupdated\": \"2020-08-02 21:55:33\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"743\",\n            \"defaultcommoid\": \"2449\",\n            \"defaultaddressid\": \"775\",\n            \"shippingaddressid\": \"775\",\n            \"billingaddressid\": \"775\",\n            \"outsidecustomernumber\": \"305-753-3414\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3798\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3461\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Divine Origins LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3537,1700,3461]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"765\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-31 19:57:16\",\n            \"dateupdated\": \"2020-08-02 21:55:47\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"837\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"797\",\n            \"shippingaddressid\": \"797\",\n            \"billingaddressid\": \"797\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3797\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3448\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Magik Brands LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3448]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"758\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"65\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ryan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Wilson\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"info@magikbrands.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-19 18:24:37\",\n            \"dateupdated\": \"2020-08-02 22:09:46\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"730\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"773\",\n            \"shippingaddressid\": \"773\",\n            \"billingaddressid\": \"773\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3796\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni- Apex Iconic\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-18 15:44:07\",\n            \"dateupdated\": \"2019-12-24 18:24:41\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3795\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3436\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Excital Store\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3436]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"755\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"44\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brian\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Williams\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@excitalstore.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-17 20:42:11\",\n            \"dateupdated\": \"2020-08-02 22:09:38\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"744\",\n            \"defaultcommoid\": \"2451\",\n            \"defaultaddressid\": \"772\",\n            \"shippingaddressid\": \"772\",\n            \"billingaddressid\": \"772\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3794\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3449\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"DocuPrep Xpress\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3449,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"754\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Rakesh\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Patel\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"rakesh@dpxpress.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-16 18:12:04\",\n            \"dateupdated\": \"2020-08-02 22:11:00\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"729\",\n            \"defaultcommoid\": \"2450\",\n            \"defaultaddressid\": \"771\",\n            \"shippingaddressid\": \"771\",\n            \"billingaddressid\": \"771\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3793\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3433\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"The Burrito Blanket\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,1700,2670,2706,3433]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"753\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Tyler\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lubin\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"tylerlubinbiz@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-16 17:23:15\",\n            \"dateupdated\": \"2020-08-02 22:11:14\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"728\",\n            \"defaultcommoid\": \"2441\",\n            \"defaultaddressid\": \"770\",\n            \"shippingaddressid\": \"770\",\n            \"billingaddressid\": \"770\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3791\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3446\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Lawfirm of Karl Frankovitch\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3446]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"830\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Craig\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Korotkow\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"lawfirmofkarlfrankovitch@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-12 00:58:43\",\n            \"dateupdated\": \"2020-08-02 22:12:21\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"739\",\n            \"defaultcommoid\": \"2442\",\n            \"defaultaddressid\": \"768\",\n            \"shippingaddressid\": \"768\",\n            \"billingaddressid\": \"768\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Eric- 716-860-4856 (Operations)\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3790\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3451\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Harrington Wellness, Inc.\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3451,3475,3361,3464]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"750\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Albert\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Harrington\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"info@replaywellness.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-11 21:59:06\",\n            \"dateupdated\": \"2020-08-15 20:41:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3790-1577817547-754924570-858216790.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"727\",\n            \"defaultcommoid\": \"2446\",\n            \"defaultaddressid\": \"767\",\n            \"shippingaddressid\": \"767\",\n            \"billingaddressid\": \"767\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3789\",\n            \"adminid\": \"13441\",\n            \"companygroupid\": \"3447\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Affordable Automotive Solutions\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3447,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"749\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"William\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Farrington\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"customerservice@affordableautomotivesolutions.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-11 21:48:20\",\n            \"dateupdated\": \"2020-08-02 22:15:37\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"758\",\n            \"defaultcommoid\": \"2440\",\n            \"defaultaddressid\": \"766\",\n            \"shippingaddressid\": \"766\",\n            \"billingaddressid\": \"766\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Tracey Thomas- customerservice@affordableautomotivesolutions.com\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3787\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3452\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"MRVL18 Ltd\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3452]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"747\",\n            \"defaultfaxid\": \"2459\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Mark\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Valentine\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"mark@thalerventures.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-09 17:28:37\",\n            \"dateupdated\": \"2020-08-02 22:13:33\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"732\",\n            \"defaultcommoid\": \"2459\",\n            \"defaultaddressid\": \"764\",\n            \"shippingaddressid\": \"764\",\n            \"billingaddressid\": \"764\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3786\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3434\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Student Loan Doc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3025,3434]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"746\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Joshua\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ryan\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@studentloandoc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 21:01:54\",\n            \"dateupdated\": \"2020-08-13 04:33:04\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"722\",\n            \"defaultcommoid\": \"2439\",\n            \"defaultaddressid\": \"763\",\n            \"shippingaddressid\": \"763\",\n            \"billingaddressid\": \"763\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3785\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3400\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures -Vibes Digital\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3400]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"745\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Paul\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Mares\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"vibesdigitalinc@aol.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:46:54\",\n            \"dateupdated\": \"2020-08-02 22:15:21\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"733\",\n            \"defaultcommoid\": \"2444\",\n            \"defaultaddressid\": \"762\",\n            \"shippingaddressid\": \"762\",\n            \"billingaddressid\": \"762\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3784\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3384\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - S True\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3384]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"744\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Sarah\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Tuley\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:43:38\",\n            \"dateupdated\": \"2020-08-02 22:15:28\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"734\",\n            \"defaultcommoid\": \"2438\",\n            \"defaultaddressid\": \"761\",\n            \"shippingaddressid\": \"761\",\n            \"billingaddressid\": \"761\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3783\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3416\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Rain Solutions\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3219,3416]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"743\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Raynee\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bruce\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:41:11\",\n            \"dateupdated\": \"2020-01-22 21:28:42\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"737\",\n            \"defaultcommoid\": \"2437\",\n            \"defaultaddressid\": \"760\",\n            \"shippingaddressid\": \"760\",\n            \"billingaddressid\": \"760\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3782\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3380\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Queen of Hearts Royal\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3380]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"742\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Christina\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Mancuso\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"qohroyalty@mail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:38:23\",\n            \"dateupdated\": \"2020-08-02 22:15:06\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"738\",\n            \"defaultcommoid\": \"2436\",\n            \"defaultaddressid\": \"759\",\n            \"shippingaddressid\": \"759\",\n            \"billingaddressid\": \"759\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3781\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3396\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Mazzio Industries\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3396]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"741\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Alida\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rodriguez\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"mazzioindustries@email.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:29:46\",\n            \"dateupdated\": \"2020-08-02 22:15:00\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"731\",\n            \"defaultcommoid\": \"2435\",\n            \"defaultaddressid\": \"758\",\n            \"shippingaddressid\": \"758\",\n            \"billingaddressid\": \"758\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3780\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3418\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Lauve Language\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3418]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"740\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Anne\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lau\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:27:00\",\n            \"dateupdated\": \"2020-08-02 22:14:53\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"735\",\n            \"defaultcommoid\": \"2434\",\n            \"defaultaddressid\": \"757\",\n            \"shippingaddressid\": \"757\",\n            \"billingaddressid\": \"757\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3779\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3389\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Laurs World Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3389,3459]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"739\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Lauren\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Vallely\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"kkustomsinc@mail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:24:25\",\n            \"dateupdated\": \"2020-08-02 22:14:42\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"736\",\n            \"defaultcommoid\": \"2433\",\n            \"defaultaddressid\": \"756\",\n            \"shippingaddressid\": \"756\",\n            \"billingaddressid\": \"756\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3778\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3390\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Kinnaird Kustoms Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3390]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"738\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Chad\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kinnaird\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"kkustomsinc@mail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:20:32\",\n            \"dateupdated\": \"2020-08-02 22:14:36\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"721\",\n            \"defaultcommoid\": \"2432\",\n            \"defaultaddressid\": \"755\",\n            \"shippingaddressid\": \"755\",\n            \"billingaddressid\": \"755\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3777\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3377\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Coco Loco Industries\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3377]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"737\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Colette\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Smith\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"cocolocoind@yahoo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:14:52\",\n            \"dateupdated\": \"2020-08-02 22:14:30\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"720\",\n            \"defaultcommoid\": \"2431\",\n            \"defaultaddressid\": \"754\",\n            \"shippingaddressid\": \"754\",\n            \"billingaddressid\": \"754\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3776\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3403\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Artemida Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3219,3403]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"752\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kyrylo\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Shcherban\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"artemidainc@yahoo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-12-06 00:09:21\",\n            \"dateupdated\": \"2020-08-02 22:14:18\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"719\",\n            \"defaultcommoid\": \"2430\",\n            \"defaultaddressid\": \"753\",\n            \"shippingaddressid\": \"753\",\n            \"billingaddressid\": \"753\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3775\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3359\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"DocuService\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3359,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"736\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Shane\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lee\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"shanejoonlee@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-22 19:53:24\",\n            \"dateupdated\": \"2020-08-13 08:36:53\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"718\",\n            \"defaultcommoid\": \"2429\",\n            \"defaultaddressid\": \"752\",\n            \"shippingaddressid\": \"752\",\n            \"billingaddressid\": \"752\",\n            \"outsidecustomernumber\": \"800-214-6079\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3774\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3422\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Smartbody Nutrition\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3422]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"811\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Daniel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Morris\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"sandiegojoereal@icloud.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-21 06:28:50\",\n            \"dateupdated\": \"2020-08-02 22:14:11\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"717\",\n            \"defaultcommoid\": \"2452\",\n            \"defaultaddressid\": \"751\",\n            \"shippingaddressid\": \"751\",\n            \"billingaddressid\": \"824\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3773\",\n            \"adminid\": \"13605\",\n            \"companygroupid\": \"3453\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Pure Ratios Holdings, Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3464,2168,2670,1700,3453]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"733\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Chad\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Conner\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"info@pureratioswellness.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-18 23:35:55\",\n            \"dateupdated\": \"2020-08-21 18:06:50\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"716\",\n            \"defaultcommoid\": \"2428\",\n            \"defaultaddressid\": \"749\",\n            \"shippingaddressid\": \"749\",\n            \"billingaddressid\": \"749\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3772\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3464\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Simply Industries, Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"43\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2170,3361,3464]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"732\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ryan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Alvarez\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"ann@iwolfmgmt.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-18 20:15:49\",\n            \"dateupdated\": \"2020-08-02 22:16:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"748\",\n            \"defaultcommoid\": \"2427\",\n            \"defaultaddressid\": \"748\",\n            \"shippingaddressid\": \"748\",\n            \"billingaddressid\": \"748\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3771\",\n            \"adminid\": \"13399\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Mr.\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3219,3188]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jeremiah\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Barrett\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jb@chargebackdefense.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-04 03:22:30\",\n            \"dateupdated\": \"2020-08-02 22:23:50\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"714\",\n            \"defaultcommoid\": \"2426\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3770\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3462\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Transact Clear\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3462,3479]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"788\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brian\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Randolph\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"brian@allyy.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-11-04 03:21:37\",\n            \"dateupdated\": \"2020-04-18 05:00:53\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"713\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3769\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3290\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Rapid Pay\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"42\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3290]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"729\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brett\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Schniebrook\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"rapidpayms@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-31 17:03:20\",\n            \"dateupdated\": \"2020-08-02 22:26:52\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"711\",\n            \"defaultcommoid\": \"2425\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3768\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3435\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Columbia Financial Group\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3435]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"728\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"David\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Tossonian\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"davet2643@yahoo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-28 19:18:26\",\n            \"dateupdated\": \"2020-08-02 22:26:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"710\",\n            \"defaultcommoid\": \"2443\",\n            \"defaultaddressid\": \"747\",\n            \"shippingaddressid\": \"747\",\n            \"billingaddressid\": \"747\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3767\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3454\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"EDU Doc Support\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3454,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"727\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"65\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Hau\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Nguyen\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"hnguyen@edudocsupport.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-28 19:10:24\",\n            \"dateupdated\": \"2020-08-02 22:27:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"709\",\n            \"defaultcommoid\": \"2424\",\n            \"defaultaddressid\": \"746\",\n            \"shippingaddressid\": \"746\",\n            \"billingaddressid\": \"746\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3766\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3304\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Foothill Management Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"28\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"726\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Christopher\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ganahl\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"christopherganahl@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-28 19:02:27\",\n            \"dateupdated\": \"2020-04-02 06:41:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"708\",\n            \"defaultcommoid\": \"2423\",\n            \"defaultaddressid\": \"745\",\n            \"shippingaddressid\": \"745\",\n            \"billingaddressid\": \"745\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3765\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3455\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Green Money\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3455]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"725\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Khaledur\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rahman\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"rahmank@live.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-28 18:49:42\",\n            \"dateupdated\": \"2020-08-02 22:33:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"707\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"774\",\n            \"shippingaddressid\": \"774\",\n            \"billingaddressid\": \"774\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3764\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3362\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Document Assist Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3362,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"724\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Michael\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Barrios\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"admin@documentassistcenter.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-18 23:13:49\",\n            \"dateupdated\": \"2020-08-02 22:39:17\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"706\",\n            \"defaultcommoid\": \"2422\",\n            \"defaultaddressid\": \"744\",\n            \"shippingaddressid\": \"744\",\n            \"billingaddressid\": \"744\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3763\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3305\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Detox and More\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3305]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"723\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Amiruddin\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Budhwani\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"syntheticuri@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-18 21:55:55\",\n            \"dateupdated\": \"2020-08-02 22:44:36\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"705\",\n            \"defaultcommoid\": \"2421\",\n            \"defaultaddressid\": \"743\",\n            \"shippingaddressid\": \"743\",\n            \"billingaddressid\": \"743\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3762\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3456\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Bradford Capital Managmeent Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"28\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3456]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"722\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Christopher\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ganahl\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"christopherganahl@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-18 18:16:48\",\n            \"dateupdated\": \"2020-08-02 22:44:50\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"703\",\n            \"defaultcommoid\": \"2420\",\n            \"defaultaddressid\": \"742\",\n            \"shippingaddressid\": \"742\",\n            \"billingaddressid\": \"742\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3761\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3303\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"American Specialty Ammo\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3303,3110,3109]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"720\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"27-2627265\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Christopher\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Reed\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"kelly@americanspecialtyammo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-07 22:35:53\",\n            \"dateupdated\": \"2020-08-02 22:39:36\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"701\",\n            \"defaultcommoid\": \"2418\",\n            \"defaultaddressid\": \"741\",\n            \"shippingaddressid\": \"741\",\n            \"billingaddressid\": \"741\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3760\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3354\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Uprise Marketing LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"721\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Sam\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Jacobs\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"samjacobsbusiness@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-10-07 22:11:14\",\n            \"dateupdated\": \"2020-05-05 05:25:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"700\",\n            \"defaultcommoid\": \"2417\",\n            \"defaultaddressid\": \"740\",\n            \"shippingaddressid\": \"740\",\n            \"billingaddressid\": \"740\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3759\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3457\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Innekto Incorporated\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"719\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Vishal\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Jain\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"info@innekto.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-26 05:04:41\",\n            \"dateupdated\": \"2020-03-06 16:16:47\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"697\",\n            \"defaultcommoid\": \"2416\",\n            \"defaultaddressid\": \"739\",\n            \"shippingaddressid\": \"739\",\n            \"billingaddressid\": \"739\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3758\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Platinum Debt Services\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"718\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jae\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Park\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jae@fnaticmedia.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-26 04:34:34\",\n            \"dateupdated\": \"2019-11-05 00:34:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"696\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"738\",\n            \"shippingaddressid\": \"738\",\n            \"billingaddressid\": \"738\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3757\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3298\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Major League Credit Repair LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3298]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"717\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Chevon\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Patrick\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"chevonpatrick@majorleaguecr.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-26 03:42:59\",\n            \"dateupdated\": \"2020-08-02 22:40:01\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"699\",\n            \"defaultcommoid\": \"2415\",\n            \"defaultaddressid\": \"737\",\n            \"shippingaddressid\": \"737\",\n            \"billingaddressid\": \"737\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3756\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"CEAT Enterprises, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"716\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"63\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Chad\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ertel\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"certel@ceatenterprises.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-24 22:24:08\",\n            \"dateupdated\": \"2019-10-01 04:57:15\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"694\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"736\",\n            \"shippingaddressid\": \"736\",\n            \"billingaddressid\": \"736\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3755\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Charleston Capital Group\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"28\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"715\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Christopher\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ganahl\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"christopherganahl@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-24 22:02:19\",\n            \"dateupdated\": \"2020-08-02 22:40:07\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"693\",\n            \"defaultcommoid\": \"2414\",\n            \"defaultaddressid\": \"735\",\n            \"shippingaddressid\": \"735\",\n            \"billingaddressid\": \"735\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3754\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Globtier Infotech Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3297,3302,3110,3109]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"714\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Varun\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Gupta\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@globtierinc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-24 21:48:05\",\n            \"dateupdated\": \"2020-08-02 22:40:10\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"692\",\n            \"defaultcommoid\": \"2413\",\n            \"defaultaddressid\": \"734\",\n            \"shippingaddressid\": \"734\",\n            \"billingaddressid\": \"734\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3753\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"HomeJobsSeach Media LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3296,2945]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"713\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Dayna\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Brienza\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"help@homejobssearch.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-24 19:27:15\",\n            \"dateupdated\": \"2020-08-02 22:40:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"691\",\n            \"defaultcommoid\": \"2412\",\n            \"defaultaddressid\": \"733\",\n            \"shippingaddressid\": \"733\",\n            \"billingaddressid\": \"733\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3752\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Alliance Loan Support LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3295]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"712\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"65\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"John\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rafferty\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jack@allianceloansupport.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-20 17:46:27\",\n            \"dateupdated\": \"2020-08-13 08:45:50\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"689\",\n            \"defaultcommoid\": \"2411\",\n            \"defaultaddressid\": \"732\",\n            \"shippingaddressid\": \"732\",\n            \"billingaddressid\": \"732\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3751\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Rangers Marketing Group LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3025,3301]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"711\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jared\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Julian\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"rangersmarketinggroup@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-18 18:16:04\",\n            \"dateupdated\": \"2020-08-02 22:42:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"688\",\n            \"defaultcommoid\": \"2410\",\n            \"defaultaddressid\": \"731\",\n            \"shippingaddressid\": \"731\",\n            \"billingaddressid\": \"731\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3750\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Santav Solutions\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2706,3294]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"710\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Santiago\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Avalos\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"avalosan77@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-18 17:03:10\",\n            \"dateupdated\": \"2020-08-02 22:42:44\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"687\",\n            \"defaultcommoid\": \"2409\",\n            \"defaultaddressid\": \"730\",\n            \"shippingaddressid\": \"730\",\n            \"billingaddressid\": \"730\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3749\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"American Roaming Network, Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"709\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Steve\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Williams\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"melissaallison@americanroaming.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-18 15:44:31\",\n            \"dateupdated\": \"2020-08-02 22:43:09\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"702\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"729\",\n            \"shippingaddressid\": \"729\",\n            \"billingaddressid\": \"729\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3748\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Clockwork Fulfillment\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"708\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Arif\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Hossain\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"mail.cwf@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-16 18:43:06\",\n            \"dateupdated\": \"2020-08-02 22:43:19\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"685\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"728\",\n            \"shippingaddressid\": \"728\",\n            \"billingaddressid\": \"728\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3747\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Eram Enterprises Inc\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,3291,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"707\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Eram\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Saeed\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@fromheartachetojoy.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-16 18:14:22\",\n            \"dateupdated\": \"2020-08-02 22:43:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"684\",\n            \"defaultcommoid\": \"2408\",\n            \"defaultaddressid\": \"727\",\n            \"shippingaddressid\": \"727\",\n            \"billingaddressid\": \"727\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3746\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Diversified Debt Recovery\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"42\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3300,3290]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"706\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brandon\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Carr\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"diversifieddebtrecovery@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-16 17:15:57\",\n            \"dateupdated\": \"2020-08-02 22:43:41\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"683\",\n            \"defaultcommoid\": \"2407\",\n            \"defaultaddressid\": \"726\",\n            \"shippingaddressid\": \"726\",\n            \"billingaddressid\": \"726\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3745\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"OMNI- Artemida Inc\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kyrylo\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Shcherban\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-11 23:51:11\",\n            \"dateupdated\": \"2019-09-13 17:52:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"2406\",\n            \"defaultaddressid\": \"725\",\n            \"shippingaddressid\": \"725\",\n            \"billingaddressid\": \"725\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3744\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"PV Systems LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"42\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3289,3290]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"734\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Samuel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Tedesco\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"pvsystemsllc@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-09-06 19:05:32\",\n            \"dateupdated\": \"2020-08-02 22:51:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"681\",\n            \"defaultcommoid\": \"2405\",\n            \"defaultaddressid\": \"724\",\n            \"shippingaddressid\": \"724\",\n            \"billingaddressid\": \"750\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3743\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3549\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Zbest Payment HR Inc\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"702\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Alexson\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ye\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"alexson.y@zbestpayment.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-30 14:34:03\",\n            \"dateupdated\": \"2020-06-17 09:10:57\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"680\",\n            \"defaultcommoid\": \"2404\",\n            \"defaultaddressid\": \"723\",\n            \"shippingaddressid\": \"723\",\n            \"billingaddressid\": \"723\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3742\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"KCG Media LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3288,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"701\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Karyl\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Gaygay-ed\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"karylacg@yahoo.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-27 20:37:56\",\n            \"dateupdated\": \"2020-08-02 22:51:59\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"679\",\n            \"defaultcommoid\": \"2402\",\n            \"defaultaddressid\": \"722\",\n            \"shippingaddressid\": \"722\",\n            \"billingaddressid\": \"722\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3741\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3299\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Common Key LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3299,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"700\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Gavin\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Sullivan\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"julia@studentprepcenter.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-27 20:25:27\",\n            \"dateupdated\": \"2020-08-02 22:52:08\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"678\",\n            \"defaultcommoid\": \"2401\",\n            \"defaultaddressid\": \"721\",\n            \"shippingaddressid\": \"721\",\n            \"billingaddressid\": \"721\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3740\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Moneck Payments\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Baltazar\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rodriguez\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"br@moneck.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-27 16:18:20\",\n            \"dateupdated\": \"2019-08-27 16:24:10\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"677\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3739\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3283\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"eMarket Group\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3283]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"699\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jeff\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Entel\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jeff@ccs-webmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-20 21:27:48\",\n            \"dateupdated\": \"2020-09-02 06:00:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"675\",\n            \"defaultcommoid\": \"2400\",\n            \"defaultaddressid\": \"720\",\n            \"shippingaddressid\": \"720\",\n            \"billingaddressid\": \"720\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3738\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"CTW Investment Group LLLP\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"698\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ryan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rockwell\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"ryan@growyogabiz.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-20 21:07:36\",\n            \"dateupdated\": \"2019-10-01 05:18:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"674\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"719\",\n            \"shippingaddressid\": \"719\",\n            \"billingaddressid\": \"719\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3737\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3282\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"O'connor Corporation\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"42\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3282,3290]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"697\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Francesca\",\n            \"firstnamemain\": \"Terrance\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"Gidney\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"jerronbos@gmail.com\",\n            \"middlename\": \"\",\n            \"lastname\": \"Goodwin\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"katherinoconnor@oconnorcorp.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-20 20:40:15\",\n            \"dateupdated\": \"2020-08-02 22:52:24\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"682\",\n            \"defaultcommoid\": \"2399\",\n            \"defaultaddressid\": \"718\",\n            \"shippingaddressid\": \"718\",\n            \"billingaddressid\": \"718\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3736\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Magic World Club\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"40\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"696\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Reda\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Berrada\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"reda.berrada@getawayvacationclubs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-19 17:55:36\",\n            \"dateupdated\": \"2020-02-19 20:31:00\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"670\",\n            \"defaultcommoid\": \"2398\",\n            \"defaultaddressid\": \"717\",\n            \"shippingaddressid\": \"717\",\n            \"billingaddressid\": \"717\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3735\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Click2Convert LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3285,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"695\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Trevor\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Sinclair\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"hello@projectlvl.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-08 16:08:28\",\n            \"dateupdated\": \"2020-08-02 22:52:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"668\",\n            \"defaultcommoid\": \"2395\",\n            \"defaultaddressid\": \"716\",\n            \"shippingaddressid\": \"716\",\n            \"billingaddressid\": \"716\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3734\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Empress Financial, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3284]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"694\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Sydney\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Wilson\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"imanwilson95@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-02 17:38:56\",\n            \"dateupdated\": \"2020-08-02 22:52:58\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"667\",\n            \"defaultcommoid\": \"2394\",\n            \"defaultaddressid\": \"715\",\n            \"shippingaddressid\": \"715\",\n            \"billingaddressid\": \"715\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3733\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Interconnected\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3278,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"693\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"45\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Bill\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Dodge\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"bill@well.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-02 17:33:03\",\n            \"dateupdated\": \"2020-08-02 22:53:05\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"666\",\n            \"defaultcommoid\": \"2393\",\n            \"defaultaddressid\": \"714\",\n            \"shippingaddressid\": \"714\",\n            \"billingaddressid\": \"714\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3732\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"2655\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"TestCo\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2655]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jeremiah\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Barrett\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"greenleaf.budsman@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-08-01 08:19:32\",\n            \"dateupdated\": \"2020-08-02 22:53:25\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"665\",\n            \"defaultcommoid\": \"2392\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3730\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Tactical Galaxy Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3287]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"692\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Shannon\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Nylund\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"shannon@tacticalgalaxy.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-31 15:56:39\",\n            \"dateupdated\": \"2020-08-02 22:53:14\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"663\",\n            \"defaultcommoid\": \"2390\",\n            \"defaultaddressid\": \"712\",\n            \"shippingaddressid\": \"712\",\n            \"billingaddressid\": \"712\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3729\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"FitTech\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3279,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"691\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Mitchell\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Fortner\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"mitchfortner21@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-30 07:10:33\",\n            \"dateupdated\": \"2020-08-02 22:53:39\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"662\",\n            \"defaultcommoid\": \"2389\",\n            \"defaultaddressid\": \"711\",\n            \"shippingaddressid\": \"711\",\n            \"billingaddressid\": \"711\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3728\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"WLDeal Ventures, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3110,3109,3280]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"690\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"William\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Deal\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"dealbill38@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-30 06:59:17\",\n            \"dateupdated\": \"2020-08-02 22:53:48\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"660\",\n            \"defaultcommoid\": \"2388\",\n            \"defaultaddressid\": \"710\",\n            \"shippingaddressid\": \"710\",\n            \"billingaddressid\": \"710\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3727\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"USCheapticket Corp\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"689\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Manik\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Malhotra\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"bd@uscheapticket.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-30 06:35:43\",\n            \"dateupdated\": \"2019-09-04 21:22:59\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"659\",\n            \"defaultcommoid\": \"2387\",\n            \"defaultaddressid\": \"709\",\n            \"shippingaddressid\": \"709\",\n            \"billingaddressid\": \"709\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3726\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3277\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Clear Start Today\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3277,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"688\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jarren\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Clores\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"jarren@clearstarttoday.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-30 06:10:34\",\n            \"dateupdated\": \"2020-08-02 22:53:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"657\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"708\",\n            \"shippingaddressid\": \"708\",\n            \"billingaddressid\": \"708\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3725\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3276\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Capital Liberty\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3276]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"687\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Nitzan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Cohen\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"accounting@capitalliberty.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-30 05:59:40\",\n            \"dateupdated\": \"2020-08-02 22:53:58\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"765\",\n            \"defaultcommoid\": \"2396\",\n            \"defaultaddressid\": \"707\",\n            \"shippingaddressid\": \"707\",\n            \"billingaddressid\": \"707\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3724\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3272\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Carters Amazing Products LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3272,3110,3109]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"684\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-2510171\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Torri\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"L\",\n            \"lastname\": \"Carter\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"shylamay77@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-12 07:44:05\",\n            \"dateupdated\": \"2019-08-21 04:55:56\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"653\",\n            \"defaultcommoid\": \"2386\",\n            \"defaultaddressid\": \"706\",\n            \"shippingaddressid\": \"706\",\n            \"billingaddressid\": \"706\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"CBD managed chargebacks\\nMerchant managed alerts\\n\\nCC docs@moneck.com on all email communication\\n\\nPlease verify with the merchant their percentage of MOTO vs eCOMM\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3723\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"43\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Gerrit\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Preston\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"gerrit.preston@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-11 22:48:02\",\n            \"dateupdated\": \"2020-02-05 22:56:28\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"652\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"705\",\n            \"shippingaddressid\": \"705\",\n            \"billingaddressid\": \"705\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3717\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3267\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Nour Trade LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2706,3267]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"681\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-2582122\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matt\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Squillace\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"Owner\",\n            \"email\": \"msquill3@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-03 01:11:42\",\n            \"dateupdated\": \"2020-08-02 22:58:51\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"642\",\n            \"defaultcommoid\": \"2375\",\n            \"defaultaddressid\": \"698\",\n            \"shippingaddressid\": \"698\",\n            \"billingaddressid\": \"698\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Nour Atta is a co-owner, but Matt Squillace is the main point of contact, (or Merch Pros).\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3713\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"OMNI-Res Fusion\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-07-02 20:35:34\",\n            \"dateupdated\": \"2019-07-02 21:14:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3712\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3238\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - VP Image\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3238,3392]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"680\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Perian\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Vandagriff\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:48:35\",\n            \"dateupdated\": \"2020-08-02 22:55:14\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"633\",\n            \"defaultcommoid\": \"2367\",\n            \"defaultaddressid\": \"686\",\n            \"shippingaddressid\": \"686\",\n            \"billingaddressid\": \"687\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3711\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3239\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Stick Media\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3239,3419]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"679\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Nicole\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Vink\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:41:02\",\n            \"dateupdated\": \"2020-08-02 22:55:01\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"628\",\n            \"defaultcommoid\": \"2366\",\n            \"defaultaddressid\": \"685\",\n            \"shippingaddressid\": \"685\",\n            \"billingaddressid\": \"688\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3710\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3240\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Savvy Gram\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3240,3442]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"678\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Nadiezda\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Scherban\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:36:01\",\n            \"dateupdated\": \"2020-08-02 22:55:28\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"627\",\n            \"defaultcommoid\": \"2365\",\n            \"defaultaddressid\": \"684\",\n            \"shippingaddressid\": \"684\",\n            \"billingaddressid\": \"689\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3709\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3241\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Ryso Media\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3241,3386]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"677\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Ryan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Sousa\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:30:03\",\n            \"dateupdated\": \"2020-08-02 22:55:37\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"626\",\n            \"defaultcommoid\": \"2364\",\n            \"defaultaddressid\": \"683\",\n            \"shippingaddressid\": \"683\",\n            \"billingaddressid\": \"690\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3708\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3242\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Kingsley Collective\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3440,3242]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"675\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kelly\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Vink\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:14:32\",\n            \"dateupdated\": \"2020-08-02 22:55:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"625\",\n            \"defaultcommoid\": \"2363\",\n            \"defaultaddressid\": \"682\",\n            \"shippingaddressid\": \"682\",\n            \"billingaddressid\": \"691\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3707\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3243\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Karma Ventures\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,3219,3408,3243]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"674\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Stephanie\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Johns\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 04:06:31\",\n            \"dateupdated\": \"2020-03-17 20:48:32\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"624\",\n            \"defaultcommoid\": \"2362\",\n            \"defaultaddressid\": \"681\",\n            \"shippingaddressid\": \"681\",\n            \"billingaddressid\": \"692\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3706\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3244\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - J Rock\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3376,3244]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"673\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Justin\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rios\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 03:55:46\",\n            \"dateupdated\": \"2020-08-02 22:56:21\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"623\",\n            \"defaultcommoid\": \"2361\",\n            \"defaultaddressid\": \"680\",\n            \"shippingaddressid\": \"680\",\n            \"billingaddressid\": \"693\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3705\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3245\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Bella Mar\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3437,3245]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"672\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Martha\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Mares\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"galina@sapphireeqs.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-25 01:38:14\",\n            \"dateupdated\": \"2020-08-02 22:56:32\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"622\",\n            \"defaultcommoid\": \"2360\",\n            \"defaultaddressid\": \"679\",\n            \"shippingaddressid\": \"679\",\n            \"billingaddressid\": \"694\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3704\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3235\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Lucky Duck Media LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3235,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"671\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matthew\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"LaMarr\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"President\",\n            \"email\": \"support@vapeacademy.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-18 23:26:40\",\n            \"dateupdated\": \"2020-08-02 22:56:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"621\",\n            \"defaultcommoid\": \"2358\",\n            \"defaultaddressid\": \"677\",\n            \"shippingaddressid\": \"677\",\n            \"billingaddressid\": \"677\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Matthew also manages Bango.\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3703\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3229\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Empire 10X\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3229,2706]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"668\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"832547416\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Sandra\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Gonzalez\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"Owner\",\n            \"email\": \"hcsful2020@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-11 23:01:46\",\n            \"dateupdated\": \"2020-08-02 22:57:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"620\",\n            \"defaultcommoid\": \"2355\",\n            \"defaultaddressid\": \"675\",\n            \"shippingaddressid\": \"675\",\n            \"billingaddressid\": \"675\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3702\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3223\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Doc Prep Select\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3223,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"666\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"37-1939347\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Tim\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Allen\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"tim@docprepselect.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-07 22:24:19\",\n            \"dateupdated\": \"2020-08-02 23:01:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"614\",\n            \"defaultcommoid\": \"2352\",\n            \"defaultaddressid\": \"673\",\n            \"shippingaddressid\": \"673\",\n            \"billingaddressid\": \"673\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3701\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3225\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Gunspring LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3225,3110,3109]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"757\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Dennis\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"K\",\n            \"lastname\": \"Wilson\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"Owner\",\n            \"email\": \"dennis@gunspring.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-06 23:41:11\",\n            \"dateupdated\": \"2020-08-02 23:01:09\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"616\",\n            \"defaultcommoid\": \"2351\",\n            \"defaultaddressid\": \"672\",\n            \"shippingaddressid\": \"672\",\n            \"billingaddressid\": \"672\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3700\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3224\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Doc Prep Solutions\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3224,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"667\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Tim\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Allen\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"tim@docprepsolutions.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-06 22:30:27\",\n            \"dateupdated\": \"2020-08-02 23:01:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"611\",\n            \"defaultcommoid\": \"2349\",\n            \"defaultaddressid\": \"671\",\n            \"shippingaddressid\": \"671\",\n            \"billingaddressid\": \"671\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Lauren Bolen co-owner\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3699\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Offerspace\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Genevieve\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Johnson\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"genevieve@offerspace.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-06-04 17:03:20\",\n            \"dateupdated\": \"2019-06-08 04:29:57\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"2348\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Offer Space LLC (3021) already exists\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3697\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3219\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Omni Ventures - Omni\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3219,3383]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"676\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Galina\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Polyakova\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"defaultemail@checkemailtab.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-29 19:17:51\",\n            \"dateupdated\": \"2020-08-13 02:45:28\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"768\",\n            \"defaultcommoid\": \"2344\",\n            \"defaultaddressid\": \"669\",\n            \"shippingaddressid\": \"669\",\n            \"billingaddressid\": \"669\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Skype - galinapolyakova12\\nMegan Cerovich megan@sapphireeqs.com\\nAlexandria Roemer alexandria@sapphireeqs.com\\n\\nreferred by Richard Chiang at Mediatoo\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3696\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3222\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Edapt USA Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3222,3025]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"777\",\n            \"defaultfaxid\": \"2341\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matt\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Sidrak\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"Owner/Certified Student Loan Professional\",\n            \"email\": \"matthew@edaptusa.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-23 18:11:34\",\n            \"dateupdated\": \"2020-08-02 23:02:13\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3696-1558635346-1029563236-492043580.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"596\",\n            \"defaultcommoid\": \"2339\",\n            \"defaultaddressid\": \"667\",\n            \"shippingaddressid\": \"667\",\n            \"billingaddressid\": \"667\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3694\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3215\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Editors Readers Service\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2024,3215]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"660\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Dennis\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Durante\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"CEO\",\n            \"email\": \"durante.dennis@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-13 19:26:08\",\n            \"dateupdated\": \"2020-08-02 23:02:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"591\",\n            \"defaultcommoid\": \"2335\",\n            \"defaultaddressid\": \"666\",\n            \"shippingaddressid\": \"666\",\n            \"billingaddressid\": \"666\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Referred by Dennis Krenzik, who is an Andrew Saka referral.\\n\\nMerchant uploads their own docs to Warplite.\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3693\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3192\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Blvck Pods LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3192,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"657\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-4342178\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Angel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Gonzalez\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"izaiahgonzalez@icloud.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-08 00:52:23\",\n            \"dateupdated\": \"2020-08-02 23:02:44\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3693-1557334855-1317333261-853354596.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"590\",\n            \"defaultcommoid\": \"2332\",\n            \"defaultaddressid\": \"663\",\n            \"shippingaddressid\": \"663\",\n            \"billingaddressid\": \"663\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Nickname: Azel\\n\\nAccount is closed- waiting to verify with Client what he wants to do. 7/8/19 l/m and email\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3692\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3216\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Xyzen Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3216]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"661\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ramkumar\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Renkemani\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"President\",\n            \"email\": \"ram@xyzeninc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-07 23:58:19\",\n            \"dateupdated\": \"2020-08-02 23:02:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3692-1557274015-1325027522-380867834.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"588\",\n            \"defaultcommoid\": \"2331\",\n            \"defaultaddressid\": \"662\",\n            \"shippingaddressid\": \"662\",\n            \"billingaddressid\": \"662\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Referred by Jordan Rivera at PayKings\\n\\nhttps://thepurplegeeks.com\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3691\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3218\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Vitality One\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3218]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"664\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Christine\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Naud\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"CEO\",\n            \"email\": \"billing@directmediasales.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-04 01:53:55\",\n            \"dateupdated\": \"2020-05-05 21:07:05\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"757\",\n            \"defaultcommoid\": \"2330\",\n            \"defaultaddressid\": \"659\",\n            \"shippingaddressid\": \"659\",\n            \"billingaddressid\": \"659\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Contact Joe Wanamaker or Christine Naud\\n\\nSEND ALERT NOTIFICATIONS TO: christine@urmediagroup.com\\n\\nRon Thomas, Vitality CEO\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3690\",\n            \"adminid\": \"13226\",\n            \"companygroupid\": \"3189\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"CheckPeople, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3189]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"703\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Bryan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Suarez\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"finance@checkpeople.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-03 04:21:05\",\n            \"dateupdated\": \"2020-08-07 02:22:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"854\",\n            \"defaultcommoid\": \"2328\",\n            \"defaultaddressid\": \"657\",\n            \"shippingaddressid\": \"657\",\n            \"billingaddressid\": \"657\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"https://api.chargebackdefense.com/webhooks/listener\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3689\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3188\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"RIISK PMT Inc.\",\n            \"campaignid\": \"4\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3188]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Philip\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Santagata\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"philip@riiskpmt.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-05-03 01:09:08\",\n            \"dateupdated\": \"2020-08-02 23:04:10\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"585\",\n            \"defaultcommoid\": \"2327\",\n            \"defaultaddressid\": \"656\",\n            \"shippingaddressid\": \"656\",\n            \"billingaddressid\": \"656\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3688\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3184\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Start Fresh Processing\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3025,3184]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"646\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-3364967\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Danielle\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Glen\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"billing@performly.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-17 22:07:27\",\n            \"dateupdated\": \"2020-08-02 23:04:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"630\",\n            \"defaultcommoid\": \"2319\",\n            \"defaultaddressid\": \"654\",\n            \"shippingaddressid\": \"654\",\n            \"billingaddressid\": \"654\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3687\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3183\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"National Timeshare Broker LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3183,3066]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"645\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Jennifer\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Hardy\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"J.D.\",\n            \"email\": \"jennifer@ntsbroker.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-16 02:57:40\",\n            \"dateupdated\": \"2020-08-02 23:04:29\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"579\",\n            \"defaultcommoid\": \"2318\",\n            \"defaultaddressid\": \"653\",\n            \"shippingaddressid\": \"653\",\n            \"billingaddressid\": \"653\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"For questions about this account, call the referring agent: \\nKelli Beltran\\nO:844-4Hi-Risk\\nC: 843-446-0257\\nSkype: live:kelli.beltran\\nKelli@theHiRiskProcessor.com\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3686\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3182\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"VSA Holdings Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3066,3182]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"644\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Susan\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Cruise\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"susan@vacationware.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-16 02:31:42\",\n            \"dateupdated\": \"2020-08-02 23:04:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"578\",\n            \"defaultcommoid\": \"2317\",\n            \"defaultaddressid\": \"652\",\n            \"shippingaddressid\": \"652\",\n            \"billingaddressid\": \"652\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"For questions about this account, call the referring agent: \\nKelli Beltran\\nO:844-4Hi-Risk\\nC: 843-446-0257\\nSkype: live:kelli.beltran\\nKelli@theHiRiskProcessor.com\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3685\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3181\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Wholesale Services of America LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3066,3181]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"643\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matthew\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Anderson\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@wsamembers.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-16 01:44:50\",\n            \"dateupdated\": \"2020-08-02 23:04:44\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"577\",\n            \"defaultcommoid\": \"2316\",\n            \"defaultaddressid\": \"651\",\n            \"shippingaddressid\": \"651\",\n            \"billingaddressid\": \"651\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"For questions about this account, call the referring agent: \\nKelli Beltran\\nO:844-4Hi-Risk\\nC: 843-446-0257\\nSkype: live:kelli.beltran\\nKelli@theHiRiskProcessor.com\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3682\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3190\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Capital IT Solutions, LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"19\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3190]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"649\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Manhar\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Singh\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"capitalitsolutionsllc@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-15 21:36:31\",\n            \"dateupdated\": \"2020-08-02 23:04:54\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"655\",\n            \"defaultcommoid\": \"2334\",\n            \"defaultaddressid\": \"658\",\n            \"shippingaddressid\": \"658\",\n            \"billingaddressid\": \"658\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Referred by Jordan Rivera\\n\\ninfo@capitalitsolutions.us--> email for alerts\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3680\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3187\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Novice Document Preparation\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3025,3187]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"647\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Mario\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Ornelas\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"mario@novicedocprep.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-15 21:29:50\",\n            \"dateupdated\": \"2020-08-02 23:05:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"572\",\n            \"defaultcommoid\": \"2312\",\n            \"defaultaddressid\": \"655\",\n            \"shippingaddressid\": \"655\",\n            \"billingaddressid\": \"655\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3679\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3173\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Ociac Group, Inc\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3025,3173]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"806\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-1858553\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Joseph\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Caico\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"joseph@natdocexperts.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-12 23:24:14\",\n            \"dateupdated\": \"2020-08-02 23:05:46\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"568\",\n            \"defaultcommoid\": \"2308\",\n            \"defaultaddressid\": \"650\",\n            \"shippingaddressid\": \"650\",\n            \"billingaddressid\": \"650\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3678\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3167\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Response Media Group, Inc\",\n            \"campaignid\": \"4\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Michael\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Brooks\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"mbrooks@responsecrm.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-10 21:46:27\",\n            \"dateupdated\": \"2019-07-10 11:09:01\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"565\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"649\",\n            \"shippingaddressid\": \"649\",\n            \"billingaddressid\": \"649\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"White Label Partner\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3677\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3165\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Amp Mobile Inc\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3165,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"641\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"83-1166709\",\n            \"companysite\": \"\",\n            \"ssn\": \"342-86-2041\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Daniel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Wetherald\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"dan.wetherald@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-03 23:35:32\",\n            \"dateupdated\": \"2020-08-02 23:06:28\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3677-1554405224-166030136-1406303460.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"564\",\n            \"defaultcommoid\": \"2305\",\n            \"defaultaddressid\": \"664\",\n            \"shippingaddressid\": \"648\",\n            \"billingaddressid\": \"648\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3676\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3166\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Frank\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Francisco\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Vigil\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"executiveofficer@protonmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-03 17:57:30\",\n            \"dateupdated\": \"2019-04-26 20:11:03\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"563\",\n            \"defaultcommoid\": \"2322\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3675\",\n            \"adminid\": \"13035\",\n            \"companygroupid\": \"3163\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Webtronix Club\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3163]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"640\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Courtney\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Burns\",\n            \"customertitle\": \"2\",\n            \"credentials\": \"\",\n            \"email\": \"webtronixclub@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-04-02 01:31:06\",\n            \"dateupdated\": \"2020-08-02 23:06:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"cuspic-3675-1554171116-587635204-1667341433.png\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"562\",\n            \"defaultcommoid\": \"2304\",\n            \"defaultaddressid\": \"647\",\n            \"shippingaddressid\": \"647\",\n            \"billingaddressid\": \"647\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Andrew Nelson 253-202-4882\\n(Courtney's husband)\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3674\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3168\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Cool Trending Club LLC\",\n            \"campaignid\": \"1\",\n            \"groupid\": \"14\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3168,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"639\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"62\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Carlos\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Portal\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"carlosportal@bellsouth.net\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-29 04:13:29\",\n            \"dateupdated\": \"2020-08-02 23:06:38\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"561\",\n            \"defaultcommoid\": \"2303\",\n            \"defaultaddressid\": \"645\",\n            \"shippingaddressid\": \"645\",\n            \"billingaddressid\": \"645\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3673\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3164\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"2Lit Trends\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3164,2706]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"638\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Terrell\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Adams\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"terrellmarketing405@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-28 23:14:43\",\n            \"dateupdated\": \"2020-08-02 23:06:49\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"560\",\n            \"defaultcommoid\": \"2302\",\n            \"defaultaddressid\": \"644\",\n            \"shippingaddressid\": \"644\",\n            \"billingaddressid\": \"644\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"1\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3672\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"The Perfect Sculpt\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"4\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,1702]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"635\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Daniel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Snow\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"dan@socialcadre.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-28 01:53:49\",\n            \"dateupdated\": \"2020-08-02 23:06:57\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"559\",\n            \"defaultcommoid\": \"2301\",\n            \"defaultaddressid\": \"643\",\n            \"shippingaddressid\": \"643\",\n            \"billingaddressid\": \"643\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3671\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Fit Choice\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"4\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"634\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Daniel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Snow\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"dan@socialcadre.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-28 01:45:18\",\n            \"dateupdated\": \"2020-08-02 23:07:10\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"558\",\n            \"defaultcommoid\": \"2300\",\n            \"defaultaddressid\": \"642\",\n            \"shippingaddressid\": \"642\",\n            \"billingaddressid\": \"642\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3670\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3172\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"R&S Liquor\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3110,3109,3172]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"633\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Carlos\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Valenzuela\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"cvs.carlos@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-27 18:00:09\",\n            \"dateupdated\": \"2020-08-02 23:07:13\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"557\",\n            \"defaultcommoid\": \"2299\",\n            \"defaultaddressid\": \"641\",\n            \"shippingaddressid\": \"641\",\n            \"billingaddressid\": \"641\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3669\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"The Merchant Hub\",\n            \"campaignid\": \"5\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jason\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Michaels\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"hrmerchanthub@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-27 07:17:21\",\n            \"dateupdated\": \"2019-04-14 17:33:13\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"555\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"805-285-2527\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3668\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3161\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Platinum Holdings Group LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3161]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"632\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Chris\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Fileti\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"chris.fileti@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-26 05:15:13\",\n            \"dateupdated\": \"2020-08-02 23:07:38\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"556\",\n            \"defaultcommoid\": \"2298\",\n            \"defaultaddressid\": \"640\",\n            \"shippingaddressid\": \"640\",\n            \"billingaddressid\": \"640\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"631-526-2774 cell Chris Fileti\\n\\nReferred by Dennis from Buffalo.\\n\\nAlso use Brett's email: support@platinumpro.co for alert notifications.\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3667\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Sculpt Sweat\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"4\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"21\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"631\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Daniel\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Snow\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"dan@socialcadre.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-23 04:35:07\",\n            \"dateupdated\": \"2020-08-02 23:07:42\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"551\",\n            \"defaultcommoid\": \"2297\",\n            \"defaultaddressid\": \"639\",\n            \"shippingaddressid\": \"639\",\n            \"billingaddressid\": \"639\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3666\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3160\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"US Financial LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,3025,3160]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"630\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Shayne\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bresette\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"s.bresette@usfin.org\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-22 19:35:18\",\n            \"dateupdated\": \"2020-08-02 23:07:55\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"550\",\n            \"defaultcommoid\": \"2296\",\n            \"defaultaddressid\": \"695\",\n            \"shippingaddressid\": \"695\",\n            \"billingaddressid\": \"695\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3665\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Sono Poder\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"63\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Santiago\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Trejo\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-19 22:25:54\",\n            \"dateupdated\": \"2019-04-23 20:13:31\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"638\",\n            \"shippingaddressid\": \"638\",\n            \"billingaddressid\": \"638\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3664\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"JKH Marketing LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"4\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,1702,3155,3066]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"629\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jason\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Hefner\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jkhmarketingllc@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-19 16:55:32\",\n            \"dateupdated\": \"2020-08-02 23:08:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"549\",\n            \"defaultcommoid\": \"2295\",\n            \"defaultaddressid\": \"637\",\n            \"shippingaddressid\": \"637\",\n            \"billingaddressid\": \"637\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3663\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3157\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Inetcom LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3157,2945]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"628\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Peter\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Brozowitz\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"pbrozowitz@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-18 23:20:02\",\n            \"dateupdated\": \"2020-08-02 23:08:10\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"548\",\n            \"defaultcommoid\": \"2294\",\n            \"defaultaddressid\": \"636\",\n            \"shippingaddressid\": \"636\",\n            \"billingaddressid\": \"636\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3662\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3153\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Resort Options International LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"626\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"44\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Colin\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Asinari\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"colinasinari@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-14 19:31:25\",\n            \"dateupdated\": \"2019-04-14 18:16:02\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"547\",\n            \"defaultcommoid\": \"2293\",\n            \"defaultaddressid\": \"635\",\n            \"shippingaddressid\": \"635\",\n            \"billingaddressid\": \"635\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3661\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3153\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Resort Options International, LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3110,3109,3153]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"648\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"82-2787541\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Colin\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Asinari\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"colinasinari@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-14 19:17:06\",\n            \"dateupdated\": \"2020-08-02 23:08:18\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"546\",\n            \"defaultcommoid\": \"2292\",\n            \"defaultaddressid\": \"634\",\n            \"shippingaddressid\": \"634\",\n            \"billingaddressid\": \"634\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"1\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3660\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3154\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Jaar Legacy Holdings (JLH)\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,1702,3154]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"655\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Larry Scott\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Rogers\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"scott@scott-rogers.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-14 06:50:17\",\n            \"dateupdated\": \"2020-08-02 23:08:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"545\",\n            \"defaultcommoid\": \"2291\",\n            \"defaultaddressid\": \"633\",\n            \"shippingaddressid\": \"633\",\n            \"billingaddressid\": \"660\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3659\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3162\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Response Marketing Group\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3162]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matt\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Lewis\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"mlewis@response.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-14 06:41:43\",\n            \"dateupdated\": \"2020-08-02 23:08:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"544\",\n            \"defaultcommoid\": \"2310\",\n            \"defaultaddressid\": \"632\",\n            \"shippingaddressid\": \"632\",\n            \"billingaddressid\": \"840\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3658\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3152\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Travel Transparency of AZ LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"4\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,3066,3152]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"623\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"62\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Donna\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Dufresne\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"ddufresne@traveltransparency.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-14 04:08:45\",\n            \"dateupdated\": \"2020-08-02 23:08:47\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"543\",\n            \"defaultcommoid\": \"2290\",\n            \"defaultaddressid\": \"631\",\n            \"shippingaddressid\": \"631\",\n            \"billingaddressid\": \"631\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3657\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3159\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Joy Travels LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,1702,3159]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"621\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Tatiana\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Bukhanova\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"joytravels2020@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-11 16:17:43\",\n            \"dateupdated\": \"2020-08-02 23:09:30\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"542\",\n            \"defaultcommoid\": \"2289\",\n            \"defaultaddressid\": \"630\",\n            \"shippingaddressid\": \"630\",\n            \"billingaddressid\": \"630\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"1\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3656\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"3144\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Egosi Enterprises\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,3144]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"663\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Noam\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Egosi\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"melissa.rojas@gosimarketing.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-09 01:31:45\",\n            \"dateupdated\": \"2020-08-02 23:09:18\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"850\",\n            \"defaultcommoid\": \"2311\",\n            \"defaultaddressid\": \"668\",\n            \"shippingaddressid\": \"668\",\n            \"billingaddressid\": \"668\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"Melissa Rojas\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3655\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Discount Engine LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Eric\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Deroche\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"engines@integra.net\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-08 21:12:44\",\n            \"dateupdated\": \"2020-05-05 03:38:34\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"541\",\n            \"defaultcommoid\": \"2288\",\n            \"defaultaddressid\": \"629\",\n            \"shippingaddressid\": \"629\",\n            \"billingaddressid\": \"629\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3654\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3175\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Hannah Financial LLC\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3175,3025]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"619\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Irene\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Prewitt\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"contact@hannahfinancial.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-07 06:08:33\",\n            \"dateupdated\": \"2019-07-31 17:01:47\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"539\",\n            \"defaultcommoid\": \"2287\",\n            \"defaultaddressid\": \"628\",\n            \"shippingaddressid\": \"628\",\n            \"billingaddressid\": \"628\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"1\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3653\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3145\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Start Fresh Now\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"36\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[3228,2168,2670,1700,3025,3145]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"618\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Krystal\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Means\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"krystal@startfreshnow.net\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-04 05:53:23\",\n            \"dateupdated\": \"2020-08-02 23:09:48\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"566\",\n            \"defaultcommoid\": \"2286\",\n            \"defaultaddressid\": \"627\",\n            \"shippingaddressid\": \"627\",\n            \"billingaddressid\": \"627\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3652\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Testing Account\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2672]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-02 18:47:18\",\n            \"dateupdated\": \"2020-08-02 23:10:26\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3651\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Payment Management Services\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2670]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"John\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Chebat\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-03-01 00:48:55\",\n            \"dateupdated\": \"2020-08-02 23:10:30\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3650\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"CCS Services\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"63\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Ted\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Jackson\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"tedjacksonsccs@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-28 19:54:55\",\n            \"dateupdated\": \"2019-04-23 01:37:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"536\",\n            \"defaultcommoid\": \"2284\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3649\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3142\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Unity Asset Management\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,2945,3142]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"627\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Joe\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Agate\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"unityassetmanagementllc@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-27 20:47:49\",\n            \"dateupdated\": \"2020-08-02 23:10:45\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"540\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"626\",\n            \"shippingaddressid\": \"626\",\n            \"billingaddressid\": \"626\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3648\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3140\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"HA-Ha Info LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"41\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,1700,3093,3158,3140,3110]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"616\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kezia\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kalapala\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"info@hahainfo.us\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-27 19:58:00\",\n            \"dateupdated\": \"2020-08-03 03:49:35\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"537\",\n            \"defaultcommoid\": \"2285\",\n            \"defaultaddressid\": \"625\",\n            \"shippingaddressid\": \"625\",\n            \"billingaddressid\": \"625\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3647\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3174\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"StewCo Property Solutions LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3174,3066]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"656\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"82-1972287\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Cameron\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Stewart\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"cameron@allaccessplus.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-27 18:32:25\",\n            \"dateupdated\": \"2020-08-02 23:11:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"535\",\n            \"defaultcommoid\": \"2283\",\n            \"defaultaddressid\": \"624\",\n            \"shippingaddressid\": \"624\",\n            \"billingaddressid\": \"624\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"CARD PRESENT TRAVEL CLUB- TERMINAL ONLY- NO GATEWAY OR CRM\\n\\nCameron Stewart\\nw/ The AmeriCo Group\\nAmeriCo Travel\\nManaging Member-Owner\\n(210) 901-5638 Office\\n(833) 688-2739 Toll Free\\nwww.theAmericoGroup.com\",\n            \"_tmp_cf1\": \"1\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3646\",\n            \"adminid\": \"9370\",\n            \"companygroupid\": \"3138\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"GreenBox\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3093,3138]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"682\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"1\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Kenneth\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Haller\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"itamar@greenboxpos.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-27 03:47:52\",\n            \"dateupdated\": \"2020-08-02 23:11:36\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"808\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"699\",\n            \"shippingaddressid\": \"699\",\n            \"billingaddressid\": \"699\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3645\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3191\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Travel Services International\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"39\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3066,3191]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"611\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Matthew\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Anderson\",\n            \"customertitle\": \"1\",\n            \"credentials\": \"\",\n            \"email\": \"support@wsamembers.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-02-08 19:05:29\",\n            \"dateupdated\": \"2020-08-02 23:11:44\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"532\",\n            \"defaultcommoid\": \"2275\",\n            \"defaultaddressid\": \"623\",\n            \"shippingaddressid\": \"623\",\n            \"billingaddressid\": \"623\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3643\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3136\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Vue Point Solutions LLC\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"40\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3136]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"612\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Ketrennia\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Anthony\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"vpsolutions2018@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-31 04:44:11\",\n            \"dateupdated\": \"2020-08-02 23:12:21\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"530\",\n            \"defaultcommoid\": \"2333\",\n            \"defaultaddressid\": \"622\",\n            \"shippingaddressid\": \"622\",\n            \"billingaddressid\": \"622\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3642\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3226\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Stark Communications\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3226]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"607\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Juquetta\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Duggans\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jmduggans@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-30 20:17:54\",\n            \"dateupdated\": \"2020-08-02 23:12:43\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"529\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"621\",\n            \"shippingaddressid\": \"621\",\n            \"billingaddressid\": \"621\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3641\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"CDove Healthcare\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"606\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"45\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Cassedy\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kendall\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"maggie@mtnmarketingcorp.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-30 18:34:28\",\n            \"dateupdated\": \"2019-04-19 19:19:22\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"528\",\n            \"defaultcommoid\": \"2273\",\n            \"defaultaddressid\": \"620\",\n            \"shippingaddressid\": \"620\",\n            \"billingaddressid\": \"620\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3640\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3137\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Brian Poe & Associates\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"40\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,3137]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"604\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Brian\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Poe\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"tiffanym.thrasher@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-25 00:52:30\",\n            \"dateupdated\": \"2020-08-02 23:13:00\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"553\",\n            \"defaultcommoid\": \"2272\",\n            \"defaultaddressid\": \"619\",\n            \"shippingaddressid\": \"619\",\n            \"billingaddressid\": \"619\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3639\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"0\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Adept Payments\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"602\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"42\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Eric\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kellogg\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"eric@adeptpayments.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-21 16:54:01\",\n            \"dateupdated\": \"2020-01-17 01:24:31\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"524\",\n            \"defaultcommoid\": \"2271\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"office 805.728.9053\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3638\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"3113\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Superior Payment Solutions, Inc\",\n            \"campaignid\": \"2\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"22\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2704,2168,2670,1700,3093,1702]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"601\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"29\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"f\",\n            \"firstname\": \"Michelle\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Kowalick\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"makowalick@superiorpaymentsinc.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2019-01-21 15:56:48\",\n            \"dateupdated\": \"2020-08-02 23:13:20\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"523\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"617\",\n            \"shippingaddressid\": \"617\",\n            \"billingaddressid\": \"617\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        }\n    ]\n}"},{"id":"ecd5481f-8da4-4bfe-9905-a849ca11a786","name":"companygroupid filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/customers?companygroupid[in]=2168,2670,1700,2634,2114,3610","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","customers"],"query":[{"key":"companygroupid[in]","value":"2168,2670,1700,2634,2114,3610"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 17:09:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1371"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/customers.json"},{"key":"x-query_total","value":"733"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"3965\",\n        \"minid\": \"2518\",\n        \"total_records\": \"733\",\n        \"response_total\": \"4\",\n        \"query_total\": \"4\",\n        \"query_admin\": {\n            \"qrecords\": \"733\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `4tbl_customers` WHERE 1 AND `companygroupid` IN(2168,2670,1700,2634,2114,3610) ORDER BY `customerid` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `4tbl_customers` WHERE 1 AND `companygroupid` IN(2168,2670,1700,2634,2114,3610) ORDER BY `customerid` DESC  LIMIT 200\"\n        ],\n        \"request\": [\n            {\n                \"time\": \"1604509762\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/customers?companygroupid[in]=2168,2670,1700,2634,2114,3610\",\n                \"query\": {\n                    \"companygroupid\": {\n                        \"in\": \"2168,2670,1700,2634,2114,3610\"\n                    }\n                }\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3955\",\n            \"adminid\": \"13712\",\n            \"companygroupid\": \"3610\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"New Customer CompanyName\",\n            \"campaignid\": \"0\",\n            \"groupid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"0\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2634,2114,3610]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"0\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"0\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"0\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"1\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Jeremiah\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Barrett2\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"jeremiah_me@hotmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-11-03 20:46:36\",\n            \"dateupdated\": \"2020-11-04 00:13:29\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"0\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"0\",\n            \"shippingaddressid\": \"0\",\n            \"billingaddressid\": \"0\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3863\",\n            \"adminid\": \"9366\",\n            \"companygroupid\": \"2634\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Next Level Ads\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"44\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[1700,3462,2168,2670,2634]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"825\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"21\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"0000-00-00\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Fariborz\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Daemi\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"support@transactclear.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2020-05-01 21:02:18\",\n            \"dateupdated\": \"2020-10-02 01:11:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"836\",\n            \"defaultcommoid\": \"0\",\n            \"defaultaddressid\": \"835\",\n            \"shippingaddressid\": \"835\",\n            \"billingaddressid\": \"835\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3432\",\n            \"adminid\": \"9415\",\n            \"companygroupid\": \"2670\",\n            \"partnerid\": \"30687\",\n            \"companyname\": \"Chargeback Defense - CBD TEAM\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"1\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"15\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2670]\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"0\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"0\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"1\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"0\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"0\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2020-01-01\",\n            \"companytaxid\": \"\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Scott\",\n            \"firstnamemain\": \"Test\",\n            \"middlenamemain\": \"test@ewmail.com\",\n            \"lastnamemain\": \"Test\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Creasey\",\n            \"customertitle\": \"0\",\n            \"credentials\": \"\",\n            \"email\": \"creaseyscott@gmail.com\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2017-08-23 17:00:45\",\n            \"dateupdated\": \"2020-10-30 14:40:33\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"393\",\n            \"defaultcommoid\": \"2167\",\n            \"defaultaddressid\": \"418\",\n            \"shippingaddressid\": \"418\",\n            \"billingaddressid\": \"418\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"0\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"adminid\": \"11433\",\n            \"companygroupid\": \"2634\",\n            \"partnerid\": \"56305\",\n            \"companyname\": \"Database Safe\",\n            \"campaignid\": \"3\",\n            \"groupid\": \"2\",\n            \"usergroupid\": \"0\",\n            \"sourceid\": \"46\",\n            \"whitelabelpartner\": \"0\",\n            \"merchantownersid\": \"[2168,2670,1700,2634,1700,2114]\\n\",\n            \"customerrecordtype\": \"A\",\n            \"group_default\": \"1\",\n            \"customerownersid\": \"\",\n            \"accountmanagerid\": \"0\",\n            \"defaultppid\": \"824\",\n            \"defaultfaxid\": \"0\",\n            \"customeronoff\": \"0\",\n            \"customerstatus\": \"22\",\n            \"savesettings\": \"1\",\n            \"customerflagged\": \"0\",\n            \"welcomeflag\": \"1\",\n            \"trainingflag\": \"0\",\n            \"billingflag\": \"1\",\n            \"contractflag\": \"1\",\n            \"customerlocked\": \"0\",\n            \"customertype\": \"2\",\n            \"dob\": \"0000-00-00\",\n            \"datetraining\": \"2019-04-01\",\n            \"companytaxid\": \"68-0562007\",\n            \"companysite\": \"\",\n            \"ssn\": \"\",\n            \"dlnumber\": \"\",\n            \"dlstate\": \"\",\n            \"gender\": \"m\",\n            \"firstname\": \"Teresa\",\n            \"firstnamemain\": \"\",\n            \"middlenamemain\": \"\",\n            \"lastnamemain\": \"\",\n            \"customertitlemain\": \"0\",\n            \"credentialsmain\": \"\",\n            \"middlename\": \"\",\n            \"lastname\": \"Garrow\",\n            \"customertitle\": \"3\",\n            \"credentials\": \"\",\n            \"email\": \"invoices@tecc.io\",\n            \"emailmain\": \"\",\n            \"datecreated\": \"2017-02-10 07:13:42\",\n            \"dateupdated\": \"2020-10-02 01:11:12\",\n            \"datestatuschange\": \"0000-00-00 00:00:00\",\n            \"pic\": \"\",\n            \"maritalstatus\": \"0\",\n            \"spouse\": \"\",\n            \"ethnicity\": \"0\",\n            \"defaultemailid\": \"676\",\n            \"defaultcommoid\": \"2092\",\n            \"defaultaddressid\": \"305\",\n            \"shippingaddressid\": \"305\",\n            \"billingaddressid\": \"305\",\n            \"outsidecustomernumber\": \"\",\n            \"ipaddress\": \"\",\n            \"affid\": \"0\",\n            \"subaffid1\": \"0\",\n            \"subaffid2\": \"0\",\n            \"cusdesc\": \"\",\n            \"_tmp_cf1\": \"0\",\n            \"_tmp_cf2\": \"1\",\n            \"alert_webhook\": \"\",\n            \"chargeback_webhook\": \"\"\n        }\n    ]\n}"}],"_postman_id":"fd150da7-ece0-4fb6-911c-160e30eab21b"},{"name":"Create Customer","id":"0cc26632-de2e-4401-a515-5cc0ca96ab35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyname\": \"test\",\r\n    \"firstname\": \"test\",\r\n    \"lastname\": \"Created\",\r\n    \"email\": \"test\",\r\n    \"customerstatus\": \"65\",\r\n    \"adminid\": \"13683\",\r\n    \"companygroupid\": \"3604\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/customers","urlObject":{"protocol":"https","path":["v2","customers"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"b18cf592-68a5-400e-a0a6-09a903843911","name":"POST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyname\": \"test\",\r\n    \"firstname\": \"test\",\r\n    \"lastname\": \"Created\",\r\n    \"email\": \"test\",\r\n    \"customerstatus\": \"65\",\r\n    \"adminid\": \"13683\",\r\n    \"companygroupid\": \"3604\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/customers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Oct 2020 16:32:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/customers.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `4tbl_customers` (companyname,firstname,lastname,email,customerstatus,adminid,companygroupid,`datecreated`) VALUES ('test','test','Created','test',65,13683,3604,NOW())\"\n        ],\n        \"message\": {\n            \"count\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1604075551\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/customers\"\n        },\n        \"data\": [\n            3925\n        ]\n    }\n}"}],"_postman_id":"0cc26632-de2e-4401-a515-5cc0ca96ab35"}],"id":"56090351-34dd-4487-82ac-67574fded4f4","description":"<p>White labeling for Partners is available as well as umbrella display views for each child entity.</p>\n","_postman_id":"56090351-34dd-4487-82ac-67574fded4f4"},{"name":"/merchants","item":[{"name":"GET Merchant","id":"04708516-5d25-44f0-8ec2-297ba1fb528d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/merchants","urlObject":{"protocol":"https","path":["v2","merchants"],"host":["api","chargebackdefense","com"],"query":[{"disabled":true,"key":"test","value":"true"}],"variable":[]}},"response":[{"id":"942f6ef5-6738-448e-bc31-8adb33a9416d","name":"GET Merchant","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/merchants/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 20:23:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3453"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"},{"key":"x-query_total","value":"3736"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"5106\",\n        \"minid\": \"40\",\n        \"total_records\": \"3736\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"query_admin\": {\n            \"qrecords\": \"3736\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_merchants` WHERE 1 AND `merchantid` = 1234 ORDER BY `merchantid` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `5tbl_merchants` WHERE 1 AND `merchantid` = 1234 ORDER BY `merchantid` DESC LIMIT 1\"\n        ],\n        \"request\": [\n            {\n                \"time\": \"1604002988\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/merchants/1234\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"merchantid\": \"1234\",\n            \"customerid\": \"3368\",\n            \"companyname\": \"\",\n            \"merchantdba\": \"Inmatetalks.com\",\n            \"merchantnumber\": \"565500000327953\",\n            \"merchantname\": \"Interactive Media Technologies\",\n            \"merchantdescriptor\": \"INMATETALKS.COM\",\n            \"merchantclientid\": \"2702\",\n            \"merchanturl\": \"https://www.inmatetalks.com/\",\n            \"processorid\": \"3\",\n            \"usergroupid\": \"2702\",\n            \"campaignid\": \"0\",\n            \"iso\": \"\",\n            \"tppid\": \"0\",\n            \"merchantvndid\": \"42566\",\n            \"ethocamemberid\": \"38493\",\n            \"verifimemberid\": \"459413\",\n            \"merchantownersid\": \"[2672,2704,2168,2670,2702,1700]\",\n            \"merchantownershipoverride\": \"0\",\n            \"merchantprocessor\": \"IMT10\",\n            \"merchantportalscnt\": \"3\",\n            \"merchantapiscnt\": \"1\",\n            \"merchantonoff\": \"1\",\n            \"merchanttypeid\": \"1\",\n            \"merchantgwid\": \"\",\n            \"merchantlive\": \"0\",\n            \"lockedonoff\": \"0\",\n            \"whitelabel\": \"0\",\n            \"merchantdatecreated\": \"0000-00-00 00:00:00\",\n            \"merchantdatemodified\": \"2020-10-29 20:21:50\",\n            \"merchantflag\": \"0\",\n            \"merchantprogress\": \"100\",\n            \"merchantmanagedby\": \"0\",\n            \"mcc\": \"0\",\n            \"dbathreshold\": \"0.00\",\n            \"dbaproduct1\": \"\",\n            \"dbasaletype\": \"\",\n            \"dbastatus\": \"\",\n            \"productstep\": \"\",\n            \"alertprovider\": \"0\",\n            \"dateapproved\": \"0000-00-00\",\n            \"merchantalias\": \"\",\n            \"gwprocessorid\": \"\",\n            \"merchantmonthlycap\": \"\",\n            \"merchantlastcbdate\": \"2019-05-04\",\n            \"merchantlatestcbid\": \"384044\",\n            \"merchantcolor\": \"#000\",\n            \"merchantbold\": \"0\",\n            \"merchantlogourl\": \"\",\n            \"merchantdesc\": \"\",\n            \"merchanttermdesc\": \"I accept and understand that by purchasing this Plan, I authorize inmatetalks.com to charge my card monthly until I cancel my plan by sending an email to Support@inmatetalks.com or by logging to my account with my User Name and Password and accessing and the sites Cancellation section and correctly selecting the cancel account option.The sales price of this service is $29.99 for a three month plan. We do not offer a plan for a shorter term. Due to the high cost of provisioning a Special Connect Jail Phone Number.\",\n            \"merchantrefdesc\": \"If for any reason you are unsatisfied with our service, please login to your account and follow the easy directions to cancel. the maximum amount of any approved refunds is $9.99 on Subscriptions of $29.99. Any postcard subscriptions of $9.99 are refunded $5.00.\",\n            \"merchantcancdesc\": \"We don’t penalize you for cancelling because we want you to have the best experience possible when using our calling service. Inmate Talk Service was built on foundations of honest business practices and we work hard to win over every customer that chooses to save money on long distance jail calls with us.\",\n            \"merchantdelivdesc\": \"The standard ground mail service is shipped via United States Postal Service First Class Mail. Packages will arrive within 3-5 business days. Please be advised that shipments are not sent out on Saturdays, Sundays, or any Holidays. We do not guarantee arrival dates or times.\",\n            \"recurringdesc\": \"I certify that I am 18 years of age or older and agree to the Terms & Conditions. Charges on your card will appear as: [[PROCESSORDESCRIPTOR]]. For specific product questions or concerns please call our 24/7/365 day Customer Care at [[MERCHANTPHONE]] or email [[MERCHANTEMAIL]].\",\n            \"merchanttermsurl\": \"https://www.inmatetalks.com/terms-conditions.aspx\",\n            \"merchantcancurl\": \"https://www.inmatetalks.com/local-connect-faq.aspx#\",\n            \"merchantcontacturl\": \"https://www.inmatetalks.com/support.aspx\",\n            \"merchantrefundurl\": \"https://www.inmatetalks.com/local-connect-faq.aspx#\",\n            \"merchantphone\": \"(561) 963-0025\",\n            \"merchantemail\": \"Support@inmatetalks.com\",\n            \"merchantaddr\": \"7117 OLD ORCHARD WAY BOYNTON BEACH FL 334369431\",\n            \"merchantugroupids\": \"\",\n            \"merchantprocessorpoc\": \"\",\n            \"merchantprocessorpocphone\": \"\",\n            \"merchantprocessorpocemail\": \"\",\n            \"merchantprocessorfax\": \"12165249833@faxage.com\",\n            \"statusid3\": \"69\",\n            \"merchantprocessorurl\": \"https://www.emsdata.net\",\n            \"merchantprocessoruser\": \"565500000327953\",\n            \"merchantprocessorpass\": \"Gtel0609#\",\n            \"merchantnmionoff\": \"1\",\n            \"merchantnmidownload\": \"2018-12-11\",\n            \"merchantnmithrottle\": \"1\",\n            \"merchantnmiavgtrans\": \"0\",\n            \"merchantnmiuser\": \"InmateTalkSvc-EMS2\",\n            \"merchantnmipass\": \"Gtel7999#\",\n            \"merchantnmidelimiter\": \"inmatetalksvcems\",\n            \"merchantprocessornotes\": \"\",\n            \"merchantcsvselections\": \"{\\\"E\\\":\\\"cbdateorder\\\",\\\"G\\\":\\\"cbcasenumber\\\",\\\"I\\\":\\\"cbamount\\\",\\\"H\\\":\\\"cbreasonmsg\\\"}\",\n            \"merchantsort\": \"1\",\n            \"alerteronoff\": \"0\",\n            \"senderid\": \"976\",\n            \"alerteremails\": \"\",\n            \"alertersubject\": \"MID Health Notification ({{MERCHANT_PROCESSOR}})\",\n            \"alertermessage\": \"<strong><img src=\\\"http://www.chargebackdefensesolutions.com/wp-content/uploads/2015/11/Chargeback-Defense-Logo-01sm.jpg\\\" alt=\\\"Chargeback Defense Logo\\\" width=\\\"215\\\" height=\\\"80\\\" /><br /></strong><hr /><strong><br />Chargeback Defense Solutions&nbsp;<br /></strong>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div>MID Health Notification for Merchant Processor: {{MERCHANT_PROCESSOR}}<br /><br />Hello,</div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<p>The Merchant Account {{MERCHANT_ACCOUNT}} requires your attention.<br /><br />Month-to-Date Ratios:<br />- Chargeback Ratio is: &nbsp;<strong>{{CB_RATIO_BY_COUNT}} %</strong>&nbsp;<br />- Chargeback Amounts Ratio is: &nbsp;<strong>{{CB_RATIO_BY_AMOUNT}} %</strong>&nbsp;<br /><br /> Month-to-Date&nbsp;Count:<br /> - Visa: &nbsp;<strong>{{CB_COUNT_VI}}</strong> &nbsp;<br />- Mastercard:&nbsp;&nbsp;<strong>{{CB_COUNT_MC}}</strong>&nbsp;<br />- Discover:&nbsp;&nbsp;<strong>{{CB_COUNT_DI}}</strong>&nbsp;<br />- Amex:&nbsp;&nbsp;<strong>{{CB_COUNT_AM}}</strong>&nbsp;</p>\\n\\t\\t\\t\\t\\t\\t\\t\\t<p>Month to date Volume<br /> - {{MONTH_TO_DATE_PROCESSED}} Processed Month to Date<br /> - {{MONTHLY_CAP}} Monthly</p>\\n\\t\\t\\t\\t\\t\\t\\t\\t</div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div><br />Please&nbsp;<a title=\\\"Chargeback Defense Log in Portal\\\" href=\\\"https://cbd.warplite.com/\\\" target=\\\"_blank\\\"><strong>login</strong></a>&nbsp;to the&nbsp;Chargeback Defense Solutions and run the Mid Health Analysis to review this information at your earliest convenience. &nbsp;</div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div><span>&nbsp;</span></div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div>Thanks!&nbsp;<br /><br /></div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div>Chargeback Defense Alert Team<br />&nbsp;<br /><hr /><strong>&nbsp;</strong><br /><strong>Please do not reply to this email as this mailbox is not monitored. If you have any questions or concerns, please feel free to contact Customer Service at alerts@chargebackdefensesolutions.com&nbsp;</strong></div>\\n\\t\\t\\t\\t\\t\\t\\t\\t</div>\",\n            \"alerteronoff2\": \"0\",\n            \"senderid2\": \"976\",\n            \"alerteremails2\": \"jb@chargebackdefense.com\",\n            \"alerterrecipients2\": \"[\\\"11548\\\",\\\"11564\\\",\\\"11595\\\",\\\"11596\\\",\\\"11597\\\",\\\"12155\\\"]\",\n            \"alertersubject2\": \"A New Chargeback was Inserted\",\n            \"alertermessage2\": \"<strong><img src=\\\"https://www.chargebackdefense.com/wp-content/uploads/2017/12/cbdlogo.jpg\\\" alt=\\\"Chargeback Defense\\\" width=\\\"211\\\" height=\\\"59\\\" /><br /></strong><hr /><strong><br />Chargeback Defense Solutions&nbsp;<br /></strong>\\r\\n<div>\\r\\n<div>Chargeback Summary for Merchant: {{MERCHANT_PROCESSOR}}<br /><br />Hello,</div>\\r\\n<div>The Merchant Account {{MERCHANT_ACCOUNT}} requires your attention.<br /><br /><strong>{{TOTAL_CBS_NEW}}</strong> New Chargebacks have been detected in your account since your last notification.<br /><br />Your Month-to-Date Totals:<br />{{GROUPBY_CBTYPES}}<br /><br /><br />Previous Month Totals:<br />{{GROUPBY_CBTYPES_LASTMONTH}}<br /><hr />Month-to-Date&nbsp;Count:<br /> - Visa: &nbsp;<strong>{{CB_COUNT_VI}}</strong> &nbsp;<br />- Mastercard:&nbsp;&nbsp;<strong>{{CB_COUNT_MC}}</strong>&nbsp;<br />- Discover:&nbsp;&nbsp;<strong>{{CB_COUNT_DI}}</strong>&nbsp;<br />- Amex:&nbsp;&nbsp;<strong>{{CB_COUNT_AM}}</strong>&nbsp;</div>\\r\\n<div>- Pending: <strong>{{CB_COUNT_TBD}}</strong><br /><br />\\r\\n<div>Previous Month&nbsp;Count:<br />- Visa: &nbsp;<strong>{{CB_COUNT_VI_LASTMONTH}}</strong>&nbsp;&nbsp;<br />- Mastercard:&nbsp;&nbsp;<strong>{{CB_COUNT_MC_LASTMONTH}}</strong>&nbsp;<br />- Discover:&nbsp;&nbsp;<strong>{{CB_COUNT_DI_LASTMONTH}}</strong>&nbsp;<br />- Amex:&nbsp;&nbsp;<strong>{{CB_COUNT_AM_LASTMONTH}}</strong>&nbsp;</div>\\r\\n<div>- Pending: <strong>{{CB_COUNT_TBD_LASTMONTH}}</strong>&nbsp;</div>\\r\\n<br /><hr />Please&nbsp;<a title=\\\"Chargeback Defense Log in Portal\\\" href=\\\"https://cbd.warplite.com/\\\" target=\\\"_blank\\\"><strong>login</strong></a>&nbsp;to the&nbsp;Chargeback Defense Solutions and run the Mid Health Analysis to review this information at your earliest convenience. &nbsp;</div>\\r\\n<div><span data-mce-mark=\\\"1\\\">&nbsp;</span></div>\\r\\n<div>Thanks!&nbsp;<br /><br /></div>\\r\\n<div>Chargeback Defense Alert Team<br />&nbsp;<br /><hr /><strong>Please do not reply to this email as this mailbox is not monitored. If you have any questions or concerns, please feel free to contact Customer Service at alerts@chargebackdefensesolutions.com&nbsp;</strong></div>\\r\\n</div>\",\n            \"alerteronoff3\": \"0\",\n            \"senderid3\": \"923\",\n            \"alerteremails3\": \"\",\n            \"alerterrecipients3\": \"[\\\"13544\\\",\\\"13545\\\",\\\"13549\\\"]\",\n            \"alertersubject3\": \"CBID: {{cbid}} New Chargeback Inserted\",\n            \"alertermessage3\": \"<strong><strong><img src=\\\"https://www.chargebackdefense.com/wp-content/uploads/2017/12/cbdlogo.jpg\\\" alt=\\\"\\\" width=\\\"211\\\" height=\\\"59\\\" /></strong><br /></strong><hr /><strong><br />Please click the Chargeback record link below and attach additional supporting documents.<br /><br />Chargeback Details<br /></strong>\\r\\n<div>\\r\\n<div><br />{{cbcasenumber}}<br />{{merchantdba}}<br />{{cbdateorder}}<br />{{cbamount}}<br />{{cbcardnumber}}&nbsp;<br /><br /></div>\\r\\n<div><br />Click Here to see the Chargeback Record:<br />CB Record: {{CB_HYPERLINK}}<br /><hr /><br />Supporting Documents Needed<br />{{DYNO_LIST_DOCS}}<br />&nbsp;<br /><hr /><strong>&nbsp;<strong>Please do not reply to this email as this mailbox is not monitored. If you have any questions or concerns, please feel free to contact Customer Service at&nbsp;Support@chargebackdefensesolutions.com</strong></strong></div>\\r\\n</div>\",\n            \"webhookonoff\": \"0\",\n            \"webhookurl\": \"\",\n            \"tmpflagger\": \"0\",\n            \"tmpflaggerdate\": \"0000-00-00\",\n            \"merchantimg1\": \"\",\n            \"merchantimg2\": \"\",\n            \"merchantimg3\": \"\",\n            \"merchantimg4\": \"\",\n            \"mtdcbtotal\": \"1\",\n            \"mtdalerttotal\": \"0\",\n            \"mtdsalestotal\": \"0\",\n            \"descriptorvariations\": \"[variation1,variation2,variation3]\"\n        }\n    ]\n}"}],"_postman_id":"04708516-5d25-44f0-8ec2-297ba1fb528d"},{"name":"Create a Merchant","id":"1bddcb76-62f2-4df1-a73c-0ee14aa85aa2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchantnumber\": \"0s237777775401\",\r\n    \"merchantname\": \"trogla\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants","urlObject":{"protocol":"https","path":["v2","merchants"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"69b49227-38a1-47fc-a0f1-4d35f159f6c6","name":"https://api.chargebackdefense.com/v2/merchants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"merchantnumber\": \"32432432432423423\",\r\n    \"merchantname\": \"trogladyte; is what you are\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Aug 2020 05:17:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"message\": \"1 Records Created\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants\"\n        },\n        \"payload\": {\n            \"merchantnumber\": \"32432432432423423\",\n            \"merchantname\": \"trogladyte; is what you are\"\n        }\n    },\n    \"data\": {\n        \"merchantid\": [\n            4373\n        ]\n    }\n}"}],"_postman_id":"1bddcb76-62f2-4df1-a73c-0ee14aa85aa2"},{"name":"Update Merchant","id":"843b2f3f-8c46-40ce-adf8-dd7b458fe5ff","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"descriptorvariations\": \"[variation1,variation2,variation3]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/1234","urlObject":{"protocol":"https","path":["v2","merchants","1234"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"9024bec4-23d0-4122-932d-2561d5bf8a18","name":"Update Merchant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"descriptorvariations\": \"[variation1,variation2,variation3]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 20:25:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": [\n                \"Success\",\n                \"1 value(s) updated\"\n            ]\n        },\n        \"request\": {\n            \"time\": \"1604003113\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants/1234\"\n        },\n        \"data\": {\n            \"descriptorvariations\": \"[variation1,variation2,variation3]\"\n        }\n    }\n}"},{"id":"d13084ca-79fe-44d5-b195-080eb9384d35","name":"https://api.chargebackdefense.com/v2/merchants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"merchantnumber\": \"32432432432423423\",\r\n    \"merchantname\": \"trogladyte; is what you are\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Aug 2020 05:17:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"message\": \"1 Records Created\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants\"\n        },\n        \"payload\": {\n            \"merchantnumber\": \"32432432432423423\",\n            \"merchantname\": \"trogladyte; is what you are\"\n        }\n    },\n    \"data\": {\n        \"merchantid\": [\n            4373\n        ]\n    }\n}"}],"_postman_id":"843b2f3f-8c46-40ce-adf8-dd7b458fe5ff"},{"name":"Enroll Ethoca Alerts","id":"d8d43110-ca39-4b21-89ad-813d364246fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/42?action=ethocaenroll","urlObject":{"protocol":"https","path":["v2","merchants","42"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"ethocaenroll"}],"variable":[]}},"response":[{"id":"d44e7b69-7847-4bac-90b4-c3bfefc5711d","name":"Enroll Ethoca Alerts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchants/42?action=ethocaenroll","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchants","42"],"query":[{"key":"action","value":"ethocaenroll"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Apr 2021 16:36:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Success\",\n        \"request\": {\n            \"time\": \"1618850196\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants/42?action=ethocaenroll\",\n            \"query\": {\n                \"action\": \"ethocaenroll\"\n            }\n        }\n    },\n    \"data\": [\n        \"Ethoca Merchant Name: 3432-085037 SKINTASTIC ASSOCIATES OF FLORIDA LLC\"\n    ]\n}"}],"_postman_id":"d8d43110-ca39-4b21-89ad-813d364246fa"},{"name":"Merchant Queue Insert","id":"8c238c6e-022b-4ded-aafb-c3e47eb74bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"formid\": 53523}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants?action=merchantinsert","urlObject":{"protocol":"https","path":["v2","merchants"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"merchantinsert"}],"variable":[]}},"response":[{"id":"516594e9-74ee-4d22-8647-60bf2df303ef","name":"Merchant Queue Insert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"formid\": 53523\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchants?action=merchantinsert","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchants"],"query":[{"key":"action","value":"merchantinsert"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Apr 2021 19:40:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 0,\n        \"message\": \"Merchant number already exists\",\n        \"request\": {\n            \"time\": \"1618861224\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants?action=merchantinsert\",\n            \"query\": {\n                \"action\": \"merchantinsert\"\n            }\n        }\n    },\n    \"data\": []\n}"}],"_postman_id":"8c238c6e-022b-4ded-aafb-c3e47eb74bb1"}],"id":"beddaa91-e81a-4b8c-8ed4-f4c9fb80c47b","_postman_id":"beddaa91-e81a-4b8c-8ed4-f4c9fb80c47b","description":""},{"name":"/merchantapis","item":[{"name":"/connections","item":[{"name":"MxMerchant","id":"bea8e76b-e485-4ab9-a144-d9166cd24881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 38,\r\n    \"apiuser\": \"dGTmxxGPLoDOtqpToTE2cAGM\",\r\n    \"apipass\": \"EP3gkZvjz8esgNFf7M986cGOpbg=\",\r\n    \"mxmerchant\": \"418362110\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis","urlObject":{"protocol":"https","path":["v2","testmerchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"c4f91539-9a22-4796-b8a9-58b22fdbcf7f","name":"MxMerchant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 38,\r\n    \"apiuser\": \"dGTmxxGPLoDOtqpToTE2cAGM\",\r\n    \"apipass\": \"EP3gkZvjz8esgNFf7M986cGOpbg=\",\r\n    \"mxmerchant\": \"418362110\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Oct 2020 01:49:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1603158566\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            \"SUCCESS\"\n        ]\n    ]\n}"}],"_postman_id":"bea8e76b-e485-4ab9-a144-d9166cd24881"},{"name":"NMI","id":"7f6e6233-c38c-4b99-a4b4-acea2159437a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 1,\r\n    \"apiuser\": \"JearsSuperFleerEMS\",\r\n    \"apipass\": \"bmabmp1717!\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis","description":"<p>Payment Gateway</p>\n","urlObject":{"protocol":"https","path":["v2","testmerchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"25a26cee-6a37-4d36-8408-5aeeaf37f043","name":"NMI (invalid)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 1,\r\n    \"apiuser\": \"JearsSuperFleerEMS\",\r\n    \"apipass\": \"bmabmp1717!\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Oct 2020 01:51:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1603158706\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            200,\n            \"Invalid Username/Password REFID:111477305\"\n        ]\n    ]\n}"}],"_postman_id":"7f6e6233-c38c-4b99-a4b4-acea2159437a"},{"name":"Limelight","id":"f042895f-a7c3-4559-82f1-bb6d6289d36f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"apiuser\": \"cb_defense\",\r\n    \"apipass\": \"p5HE8x7zZJkwmP\",\r\n    \"apiurl\": \"https://worldwidemediaoffers.sticky.io\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis","description":"<p>Customer Service Management </p>\n","urlObject":{"protocol":"https","path":["v2","testmerchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"8a1792b3-8e14-46af-94c9-29451a850bb2","name":"Limelight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"apiuser\": \"cb_defense\",\r\n    \"apipass\": \"p5HE8x7zZJkwmP\",\r\n    \"apiurl\": \"https://worldwidemediaoffers.sticky.io\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Nov 2020 14:36:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1606314966\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            200,\n            \"SUCCESS\"\n        ]\n    ]\n}"}],"_postman_id":"f042895f-a7c3-4559-82f1-bb6d6289d36f"},{"name":"ResponseCRM","id":"33460bea-c1ce-473d-914b-b408514c503a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 20,\r\n    \"apikey\": \"515a79bba8cc4058aee990d6faa64372\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis","urlObject":{"protocol":"https","path":["v2","testmerchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"40005e47-9466-4acd-9447-af8d59659029","name":"Limelight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"apiuser\": \"cb_defense\",\r\n    \"apipass\": \"p5HE8x7zZJkwmP\",\r\n    \"apiurl\": \"https://worldwidemediaoffers.sticky.io\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Nov 2020 14:36:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1606314966\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            200,\n            \"SUCCESS\"\n        ]\n    ]\n}"},{"id":"4aa6fa95-35b1-48a3-ba13-d2b65a08956f","name":"NMI (invalid)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 1,\r\n    \"apiuser\": \"JearsSuperFleerEMS\",\r\n    \"apipass\": \"bmabmp1717!\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Oct 2020 01:51:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1603158706\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            200,\n            \"Invalid Username/Password REFID:111477305\"\n        ]\n    ]\n}"},{"id":"69dce887-9fcf-4765-935b-586ac5dff7a3","name":"ResponseCRM","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 20,\r\n    \"apikey\": \"515a79bba8cc4058aee990d6faa64372\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Dec 2020 15:47:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/testmerchantapis.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1608220023\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/testmerchantapis\"\n        }\n    },\n    \"data\": [\n        [\n            200,\n            {\n                \"Status\": 0,\n                \"ClientID\": 1062,\n                \"CompanyName\": \"Pure Ratios\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"33460bea-c1ce-473d-914b-b408514c503a"}],"id":"57c387f2-a8a6-4458-915b-3fffe0725a58","description":"<p>Connections are our integrated 3rd party(vendor) API source data.\nSome of our existing connections include:</p>\n<ul>\n<li>Konnektive</li>\n<li>Limelight</li>\n<li>NMI</li>\n<li>ResponseCRM</li>\n<li>Authorize.net</li>\n<li>MXMerchant</li>\n</ul>\n<p>Please submit an inquiry to <a href=\"mailto:jb@chargebackdefense.com\">jb@chargebackdefense.com</a> for a completed list of connections.</p>\n","event":[{"listen":"prerequest","script":{"id":"e21caee7-6651-4edb-94c2-a770dd38e5de","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b713db3-7eaa-4536-b321-a260dc72d433","type":"text/javascript","exec":[""]}}],"_postman_id":"57c387f2-a8a6-4458-915b-3fffe0725a58"},{"name":"payarc","id":"be41f2a9-032c-448c-acdd-2269feb99acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 39,\r\n    \"AccessToken\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjljOGFkOGM2Mzc3MDRhYjQyYjYzN2EwM2U5YTQ3ZDkzYzQ2OTQ1YjFiNjAxMzdjODVhMDM1YjBlNzFjZDg4MTRkNGE5N2Q4ZjY2NTgyZWZiIn0\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/testmerchantapis","urlObject":{"protocol":"https","path":["v2","testmerchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"be41f2a9-032c-448c-acdd-2269feb99acf"},{"name":"Create, Update API  Connections","id":"8fc9b3d0-21d0-4b6f-8a22-9a763006ce49","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"connid\": 4,\r\n    \"merchantid\": 1,\r\n    \"apionoff\": 1,\r\n    \"apidefault\": 1,\r\n    \"apistatusid\": 1,\r\n    \"statusid\": 255,\r\n    \"apialias\": \"Limelight\",\r\n    \"apitype\": 3,\r\n    \"apirules\": {\"f1\":{\"nickname\":\"API URL\",\"required\":\"yes\",\"fieldname\":\"apiurl\",\"value\":\"https://worldwidemediaoffers.sticky.io/api/v1/\",\"desc\":\"\"},\"f2\":{\"nickname\":\"API User Name\",\"required\":\"yes\",\"fieldname\":\"loginId\",\"value\":\"cb_defense\",\"desc\":\"\"},\"f3\":{\"nickname\":\"API Password\",\"required\":\"yes\",\"fieldname\":\"password\",\"value\":\"p5HE8x7zZJkwmP\",\"desc\":\"\"},\"f4\":{\"nickname\":\"Gateway ID\",\"required\":\"no\",\"fieldname\":\"\",\"value\":\"\",\"desc\":\"\"}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchantapis","description":"<h6 id=\"required-fields\">Required Fields</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>vendorid</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apialias</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>merchantid</td>\n<td><code>integar</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","merchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"36db285d-a66a-48ce-b4b2-868131a70473","name":"Limelight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"connid\": 4,\r\n    \"merchantid\": 1,\r\n    \"apionoff\": 1,\r\n    \"apidefault\": 1,\r\n    \"apistatusid\": 1,\r\n    \"statusid\": 255,\r\n    \"apialias\": \"Limelight\",\r\n    \"apitype\": 3,\r\n    \"apirules\": {\"f1\":{\"nickname\":\"API URL\",\"required\":\"yes\",\"fieldname\":\"apiurl\",\"value\":\"https://worldwidemediaoffers.sticky.io\",\"desc\":\"\"},\"f2\":{\"nickname\":\"API User Name\",\"required\":\"yes\",\"fieldname\":\"loginId\",\"value\":\"cb_defense\",\"desc\":\"\"},\"f3\":{\"nickname\":\"API Password\",\"required\":\"yes\",\"fieldname\":\"password\",\"value\":\"p5HE8x7zZJkwmP\",\"desc\":\"\"},\"f4\":{\"nickname\":\"Gateway ID\",\"required\":\"no\",\"fieldname\":\"\",\"value\":\"\",\"desc\":\"\"}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchantapis"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 01:05:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchantapis.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin\": [\n            {\n                \"vendorid\": 4,\n                \"connid\": 4,\n                \"merchantid\": 1,\n                \"apionoff\": 1,\n                \"apidefault\": 1,\n                \"apistatusid\": 1,\n                \"statusid\": 255,\n                \"apialias\": \"Limelight\",\n                \"apitype\": 3\n            }\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1610067906\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchantapis\"\n        },\n        \"count\": \"Boo Yah! 1 Record Created\"\n    },\n    \"data\": [\n        7314\n    ]\n}"},{"id":"92bb9263-746d-43fd-9707-fb09224d02bd","name":"NMI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 1,\r\n    \"connid\": 1,\r\n    \"merchantid\": 3823,\r\n    \"apionoff\": 1,\r\n    \"apidefault\": 1,\r\n    \"apistatusid\": 1,\r\n    \"statusid\": 255,\r\n    \"apialias\": \"nmi (DOW)\",\r\n    \"apitype\": 1,\r\n    \"apirules\": {\r\n        \"f1\": {\r\n            \"nickname\": \"API URL\",\r\n            \"fieldname\": \"apiurl\",\r\n            \"required\": \"yes\",\r\n            \"value\": \"https://secure.nmi.com/api/query.php\",\r\n            \"desc\": \"\"\r\n        },\r\n        \"f2\": {\r\n            \"nickname\": \"API User Name\",\r\n            \"fieldname\": \"apiuser\",\r\n            \"required\": \"yes\",\r\n            \"value\": \"GEMINIDIRECT\",\r\n            \"desc\": \"\"\r\n        },\r\n        \"f3\": {\r\n            \"nickname\": \"API Password\",\r\n            \"fieldname\": \"apipass\",\r\n            \"required\": \"yes\",\r\n            \"value\": \"PlusOne123\",\r\n            \"desc\": \"\"\r\n        },\r\n        \"f4\": {\r\n            \"nickname\": \"processor_id\",\r\n            \"fieldname\": \"processor_id\",\r\n            \"required\": \"no\",\r\n            \"value\": \"\",\r\n            \"desc\": \"\"\r\n        },\r\n        \"f5\": {\r\n            \"nickname\": \"condition\",\r\n            \"fieldname\": \"condition\",\r\n            \"required\": \"no\",\r\n            \"value\": \"complete\",\r\n            \"desc\": \"\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchantapis?=Chargebacks20!API","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchantapis"],"query":[{"key":null,"value":"Chargebacks20!API","type":"text"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2021 16:12:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchantapis.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin\": [\n            \"INSERT INTO `5tbl_merchants_apis` (vendorid,connid,merchantid,apionoff,apidefault,apistatusid,statusid,apialias,apitype,apirules) VALUES ('1', '1', '3823', '1', '1', '1', '255', 'nmi (DOW)', '1', '{\\\"f1\\\":{\\\"nickname\\\":\\\"API URL\\\",\\\"fieldname\\\":\\\"apiurl\\\",\\\"required\\\":\\\"yes\\\",\\\"value\\\":\\\"https://secure.nmi.com/api/query.php\\\",\\\"desc\\\":\\\"\\\"},\\\"f2\\\":{\\\"nickname\\\":\\\"API User Name\\\",\\\"fieldname\\\":\\\"apiuser\\\",\\\"required\\\":\\\"yes\\\",\\\"value\\\":\\\"GEMINIDIRECT\\\",\\\"desc\\\":\\\"\\\"},\\\"f3\\\":{\\\"nickname\\\":\\\"API Password\\\",\\\"fieldname\\\":\\\"apipass\\\",\\\"required\\\":\\\"yes\\\",\\\"value\\\":\\\"PlusOne123\\\",\\\"desc\\\":\\\"\\\"},\\\"f4\\\":{\\\"nickname\\\":\\\"processor_id\\\",\\\"fieldname\\\":\\\"processor_id\\\",\\\"required\\\":\\\"no\\\",\\\"value\\\":\\\"\\\",\\\"desc\\\":\\\"\\\"},\\\"f5\\\":{\\\"nickname\\\":\\\"condition\\\",\\\"fieldname\\\":\\\"condition\\\",\\\"required\\\":\\\"no\\\",\\\"value\\\":\\\"complete\\\",\\\"desc\\\":\\\"\\\"}}')\"\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1615911141\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchantapis\"\n        },\n        \"count\": \"Boo Yah! 1 Record Created\"\n    },\n    \"data\": [\n        8255\n    ]\n}"}],"_postman_id":"8fc9b3d0-21d0-4b6f-8a22-9a763006ce49"},{"name":"Retrieve Record","id":"42eee4b2-6829-4470-b855-cb09fb0ee5a0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"vendorid\": 4,\r\n\t\"connid\": 4,\r\n\t\"merchantid\": 4374,\r\n\t\"apionoff\": 1,\r\n\t\"apidefault\": 1,\r\n\t\"apistatusid\": 1,\r\n\t\"apialias\": \"Limelight\",\r\n\t\"apinotes\": \"\",\r\n\t\"apirules\": {\r\n\t\t\"f1\": {\r\n\t\t\t\"nickname\": \"API URL\",\r\n\t\t\t\"required\": \"yes\",\r\n\t\t\t\"fieldname\": \"apiurl\",\r\n\t\t\t\"value\": \"https://securedpaycard.limelightcrm.com\"\r\n\t\t},\r\n\t\t\"f2\": {\r\n\t\t\t\"nickname\": \"API User Name\",\r\n\t\t\t\"required\": \"yes\",\r\n\t\t\t\"fieldname\": \"apiuser\",\r\n\t\t\t\"value\": \"ChargebackDefenceTECC-Sun\"\r\n\t\t},\r\n\t\t\"f3\": {\r\n\t\t\t\"nickname\": \"API Password\",\r\n\t\t\t\"required\": \"yes\",\r\n\t\t\t\"fieldname\": \"apipass\",\r\n\t\t\t\"value\": \"yTMPfMUsbjRram\"\r\n\t\t},\r\n\t\t\"f4\": {\r\n\t\t\t\"nickname\": \"Gateway ID\",\r\n\t\t\t\"required\": \"no\",\r\n\t\t\t\"fieldname\": \"gwid\",\r\n\t\t\t\"value\": \"\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchantapis","description":"<h6 id=\"required-fields\">Required Fields</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>vendorid</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apialias</td>\n<td><code>integar</code></td>\n</tr>\n<tr>\n<td>apiurl</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>merchantid</td>\n<td><code>integar</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v2","merchantapis"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42eee4b2-6829-4470-b855-cb09fb0ee5a0"}],"id":"7a24bce0-be0c-4f95-b1ee-90b82161e608","description":"<p>Merchantapis are the merchant configs for the 3rd party(vendor) integrated connections. </p>\n","_postman_id":"7a24bce0-be0c-4f95-b1ee-90b82161e608"},{"name":"/cbalerts","item":[{"name":"/alertsrefund","item":[{"name":"Konektive","id":"09833a6a-a0e7-4ffe-b0af-79436270e9bf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 5,\r\n    \"mainrecordid\": \"14288830\",\r\n    \"apiuser\": \"amycbdapi\",\r\n    \"apipass\": \"PvK228v2N7dOoYiOYikC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund","description":"<p>Konnektive</p>\n","urlObject":{"protocol":"https","path":["v2","cbalertsrefund"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"a9a86b7f-08f3-4ecf-b7bd-562a82b5ba33","name":"https://api.chargebackdefense.com/v2/cbalertsrefund","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"mainrecordid\": \"14288830\",\r\n    \"apiuser\": \"amycbdapi\",\r\n    \"apipass\": \"PvK228v2N7dOoYiOYikC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Oct 2020 20:43:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalertsrefund.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1602880986\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalertsrefund\"\n        }\n    },\n    \"data\": [\n        {\n            \"result\": \"ERROR\",\n            \"message\": \"Could not issue refund. transaction is already refunded.\"\n        }\n    ]\n}"}],"_postman_id":"09833a6a-a0e7-4ffe-b0af-79436270e9bf"},{"name":"Limelight","id":"cc3804b8-d209-4c9d-8a88-77d790cc84e0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"mainrecordid\": \"18286225\",\r\n    \"apiuser\": \"cb_defense\",\r\n    \"apipass\": \"p5HE8x7zZJkwmP\",\r\n    \"apiurl\":\"https://worldwidemediaoffers.sticky.io\",\r\n    \"apiamount\": \"39.74\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund","description":"<p>Limelight</p>\n","urlObject":{"protocol":"https","path":["v2","cbalertsrefund"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"574b37ba-1969-4b4f-a16e-445e1e975f97","name":"https://api.chargebackdefense.com/v2/cbalertsrefund","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"mainrecordid\": \"14288830\",\r\n    \"apiuser\": \"amycbdapi\",\r\n    \"apipass\": \"PvK228v2N7dOoYiOYikC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Oct 2020 20:43:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalertsrefund.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1602880986\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalertsrefund\"\n        }\n    },\n    \"data\": [\n        {\n            \"result\": \"ERROR\",\n            \"message\": \"Could not issue refund. transaction is already refunded.\"\n        }\n    ]\n}"}],"_postman_id":"cc3804b8-d209-4c9d-8a88-77d790cc84e0"},{"name":"ResponseCRM","id":"a1c0a259-1db4-4ba3-9b5c-e40aa13c726c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 20,\r\n    \"mainrecordid\": \"18394670\",\r\n    \"apiuser\": \"e0347184d7a14420936e1ca0c538e0fa\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund","description":"<p>CustomRelay</p>\n","urlObject":{"protocol":"https","path":["v2","cbalertsrefund"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"eecd4c7d-a485-422f-a274-66613afd085f","name":"https://api.chargebackdefense.com/v2/cbalertsrefund","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"mainrecordid\": \"14288830\",\r\n    \"apiuser\": \"amycbdapi\",\r\n    \"apipass\": \"PvK228v2N7dOoYiOYikC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Oct 2020 20:43:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalertsrefund.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1602880986\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalertsrefund\"\n        }\n    },\n    \"data\": [\n        {\n            \"result\": \"ERROR\",\n            \"message\": \"Could not issue refund. transaction is already refunded.\"\n        }\n    ]\n}"}],"_postman_id":"a1c0a259-1db4-4ba3-9b5c-e40aa13c726c"},{"name":"NMI","id":"fc24551f-4fdc-4a8a-ac9c-f40c7aa772b6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 18,\r\n    \"mainrecordid\": \"18216911\",\r\n    \"apikey\": \"2SjdI932jnd93mHdncTL0@jdn$p\",\r\n    \"apiamount\": 49.99\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund","description":"<p>CustomRelay</p>\n","urlObject":{"protocol":"https","path":["v2","cbalertsrefund"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"71b71c87-940d-4dad-8a4f-15d961fe20a0","name":"https://api.chargebackdefense.com/v2/cbalertsrefund","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 4,\r\n    \"mainrecordid\": \"14288830\",\r\n    \"apiuser\": \"amycbdapi\",\r\n    \"apipass\": \"PvK228v2N7dOoYiOYikC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Oct 2020 20:43:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalertsrefund.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1602880986\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalertsrefund\"\n        }\n    },\n    \"data\": [\n        {\n            \"result\": \"ERROR\",\n            \"message\": \"Could not issue refund. transaction is already refunded.\"\n        }\n    ]\n}"},{"id":"8c63fbd6-824e-45a4-943e-9f3cab09fcc9","name":"vendorid:18","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"vendorid\": 18,\r\n    \"mainrecordid\": \"18216911\",\r\n    \"apikey\": \"2SjdI932jnd93mHdncTL0@jdn$p\",\r\n    \"apiamount\": 49.99\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalertsrefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Dec 2020 16:56:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalertsrefund.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1608742616\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalertsrefund\",\n            \"payload\": {\n                \"vendorid\": 18,\n                \"mainrecordid\": \"18216911\",\n                \"apikey\": \"2SjdI932jnd93mHdncTL0@jdn$p\",\n                \"apiamount\": 49.99,\n                \"f2\": {\n                    \"value\": \"2SjdI932jnd93mHdncTL0@jdn$p\"\n                }\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"result\": \"ERROR\",\n            \"message\": \"Unsuccessful Refund\"\n        }\n    ]\n}"}],"_postman_id":"fc24551f-4fdc-4a8a-ac9c-f40c7aa772b6"}],"id":"113e73cf-6219-4cd2-9362-00a3f1da8899","description":"<p>Initiate a refund from a vendor connection.</p>\n","_postman_id":"113e73cf-6219-4cd2-9362-00a3f1da8899"},{"name":"/alertnotes","item":[{"name":"Get Note Record","id":"8adf02ce-947a-4df4-9466-104028d2d313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/alertnotes?alertid=5022197","urlObject":{"protocol":"https","path":["v2","alertnotes"],"host":["api","chargebackdefense","com"],"query":[{"key":"alertid","value":"5022197"}],"variable":[]}},"response":[{"id":"2d08dc7e-ecb7-48ec-876f-0b445a447520","name":"Read","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/cbalerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 12:03:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14352"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"response_total\": 200,\n        \"query_total\": \"213\",\n        \"request\": {\n            \"method\": \"GET\",\n            \"uri\": \"/v2/cbalerts\",\n            \"query\": []\n        }\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018931\",\n            \"apidate\": \"2020-08-25 17:09:15\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"850740\",\n            \"apitransactiondate\": \"2020-08-24 02:58:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"528546\",\n            \"cclast4\": \"5065\",\n            \"apicard\": \"528546******5065\",\n            \"apialerterid\": \"AJSLMNF82OIX3ZSCLXPWKIGPW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"554135021303821\",\n            \"merchantname\": \"Blue Lake Media Group, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS 8332780\",\n            \"merchantdescriptor\": \"SAVEPASS 8332780\",\n            \"issuername\": \"Citi US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018901\",\n            \"apidate\": \"2020-08-25 14:41:11\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"59048Z\",\n            \"apitransactiondate\": \"2020-07-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"0704\",\n            \"apicard\": \"512230******0704\",\n            \"apialerterid\": \"6DYDXIPQPPEZC1WV5C740T97B\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018864\",\n            \"apidate\": \"2020-08-25 12:08:26\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"31.79\",\n            \"apiauthcode\": \"06439G\",\n            \"apitransactiondate\": \"2020-08-07 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552851\",\n            \"cclast4\": \"2873\",\n            \"apicard\": \"552851******2873\",\n            \"apialerterid\": \"7ZWT68933U1MUBMYYP3PKYVNA\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"OXFORD LEATHER\",\n            \"merchantdescriptor\": \"OXFORD LEATHER\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018837\",\n            \"apidate\": \"2020-08-25 12:05:11\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"05742P\",\n            \"apitransactiondate\": \"2020-07-28 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"EIQUC6V3M84TC1PQBW98T9NEQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018836\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"09090P\",\n            \"apitransactiondate\": \"2020-04-20 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"8VV9Z5A7GC9BHLP0GTT5ZN3Z4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018835\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"01125P\",\n            \"apitransactiondate\": \"2020-05-20 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"9LH310BY5JK6M2U6VPSZ36YM5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018834\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"08540P\",\n            \"apitransactiondate\": \"2020-03-26 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"22Z5V3EVJYYXYZ4WU6GCJVKQI\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018787\",\n            \"apidate\": \"2020-08-25 08:32:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"184736\",\n            \"apitransactiondate\": \"2020-08-17 08:43:30\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"411774\",\n            \"cclast4\": \"8583\",\n            \"apicard\": \"411774******8583\",\n            \"apialerterid\": \"4WNU4DX09Q4NWH1H46WLO03W1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS833608\",\n            \"merchantdescriptor\": \"TRAVELPLUS833608\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018767\",\n            \"apidate\": \"2020-08-25 07:51:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"127.66\",\n            \"apiauthcode\": \"05665S\",\n            \"apitransactiondate\": \"2020-06-22 17:54:16\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"552489\",\n            \"cclast4\": \"7165\",\n            \"apicard\": \"552489******7165\",\n            \"apialerterid\": \"46TQLGPTVH1NJ3XKOL6HDBJY0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT\",\n            \"merchantdescriptor\": \"MAUI SHIRT\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018763\",\n            \"apidate\": \"2020-08-25 07:11:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"98270Z\",\n            \"apitransactiondate\": \"2020-07-31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"3537\",\n            \"apicard\": \"512230******3537\",\n            \"apialerterid\": \"CAT885AYP8FMY3A20MQNG53UX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018679\",\n            \"apidate\": \"2020-08-24 15:11:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"53504Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"5511\",\n            \"apicard\": \"512230******5511\",\n            \"apialerterid\": \"CT59XOEZBM0B2WZEECD3AGBPB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018661\",\n            \"apidate\": \"2020-08-24 13:42:44\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"02213Z\",\n            \"apitransactiondate\": \"2020-08-22 02:29:11\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540656\",\n            \"cclast4\": \"0514\",\n            \"apicard\": \"540656******0514\",\n            \"apialerterid\": \"DHV8QZ5Z3C03BWYIII00K8CTK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"SECURITY SERVICE F.C.U.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018659\",\n            \"apidate\": \"2020-08-24 13:41:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"33027Z\",\n            \"apitransactiondate\": \"2020-07-31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"7897\",\n            \"apicard\": \"512230******7897\",\n            \"apialerterid\": \"08PQ56EVDL78RLDRY04MUHICO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018654\",\n            \"apidate\": \"2020-08-24 13:27:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"023049\",\n            \"apitransactiondate\": \"2020-07-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"AJEJWUHGD8AOU0TNL3GJMBZLU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVER8338002001\",\n            \"merchantdescriptor\": \"TRAVELSAVER8338002001\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018653\",\n            \"apidate\": \"2020-08-24 13:27:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"016396\",\n            \"apitransactiondate\": \"2020-07-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"6IJAKA3P7Q2GJORI9G2VNTIMY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018652\",\n            \"apidate\": \"2020-08-24 13:27:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"016288\",\n            \"apitransactiondate\": \"2020-06-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"EN6L0BZSRC0EP9RM8BNRSR87U\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVER8338002001\",\n            \"merchantdescriptor\": \"TRAVELSAVER8338002001\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018651\",\n            \"apidate\": \"2020-08-24 13:27:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"007240\",\n            \"apitransactiondate\": \"2020-06-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"0MFMY1YYBN3GKJ8EN49KGROU5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018610\",\n            \"apidate\": \"2020-08-24 08:55:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"03132B\",\n            \"apitransactiondate\": \"2020-08-18 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"0835\",\n            \"apicard\": \"540801******0835\",\n            \"apialerterid\": \"A8ZB77YWRCHEWNS59A5XPK8Z3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018605\",\n            \"apidate\": \"2020-08-24 08:53:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.90\",\n            \"apiauthcode\": \"09221Z\",\n            \"apitransactiondate\": \"2020-08-06 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"6378\",\n            \"apicard\": \"517805******6378\",\n            \"apialerterid\": \"DHQYD1CAA71QZ58CLYPWPBXGC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018604\",\n            \"apidate\": \"2020-08-24 08:53:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.90\",\n            \"apiauthcode\": \"02724Z\",\n            \"apitransactiondate\": \"2020-07-07 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"6378\",\n            \"apicard\": \"517805******6378\",\n            \"apialerterid\": \"7LU61W6KYCXEWA9R8Q8SIWK7K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018599\",\n            \"apidate\": \"2020-08-24 08:49:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"02157Z\",\n            \"apitransactiondate\": \"2020-08-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"8OEN3J3636SKB592W7UNQAYB4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018598\",\n            \"apidate\": \"2020-08-24 08:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"08298Z\",\n            \"apitransactiondate\": \"2020-07-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"D6Y8JTK3EG4OF0PPY7V1PZJEN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018597\",\n            \"apidate\": \"2020-08-24 08:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"07078Z\",\n            \"apitransactiondate\": \"2020-06-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"0FQZSECLLCEL2OD81E9RR22A2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018583\",\n            \"apidate\": \"2020-08-24 08:37:47\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"182188\",\n            \"apitransactiondate\": \"2020-08-20 08:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474478\",\n            \"cclast4\": \"2537\",\n            \"apicard\": \"474478******2537\",\n            \"apialerterid\": \"1VKL892WQSWZWALD5RX4K157Z\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS83348\",\n            \"merchantdescriptor\": \"DISCNTPERKS83348\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018579\",\n            \"apidate\": \"2020-08-24 08:24:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"01266W\",\n            \"apitransactiondate\": \"2020-08-13 21:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"433477\",\n            \"cclast4\": \"5872\",\n            \"apicard\": \"433477******5872\",\n            \"apialerterid\": \"5KV7BYAQR975N8V83S2H7B7FG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"First Citizens Bank - Debit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018550\",\n            \"apidate\": \"2020-08-24 07:31:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"000796\",\n            \"apitransactiondate\": \"2020-08-09 23:54:10\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485804\",\n            \"cclast4\": \"4204\",\n            \"apicard\": \"485804******4204\",\n            \"apialerterid\": \"3842BK0838QLQ9P4Y7VPFPTWQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"182260520\",\n            \"merchantname\": \"GigaForm LLC - 49069\",\n            \"desctext\": \"CHANGE ADDRESS ONLINE    855-8095098  US\",\n            \"merchantdescriptor\": \"CHANGE ADDRESS ONLINE    855-8095098  US\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018495\",\n            \"apidate\": \"2020-08-23 19:58:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"69.75\",\n            \"apiauthcode\": \"08833F\",\n            \"apitransactiondate\": \"2020-07-07 12:26:27\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"2LNH128XOO9S2DVOROP7P58A0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018494\",\n            \"apidate\": \"2020-08-23 19:57:42\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"00436F\",\n            \"apitransactiondate\": \"2020-08-06 14:23:47\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"5QPDJPP1M7328LZ3IRNEVZQAQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018493\",\n            \"apidate\": \"2020-08-23 19:56:41\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"04151F\",\n            \"apitransactiondate\": \"2020-08-23 18:01:38\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"8UP7GTREV5OD8AJP65YSLELRG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018409\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-06-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"9GJ4OV19DGWH0ZTIJQNE0TGWY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018408\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-07-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"AXVASMOSPK35D6QA4T5HG2QKN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018407\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-08-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"CE6DIY6V6Y19B2UYMD5YJN8UW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018354\",\n            \"apidate\": \"2020-08-22 11:31:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.00\",\n            \"apiauthcode\": \"000019\",\n            \"apitransactiondate\": \"2020-08-20 05:16:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"519325\",\n            \"cclast4\": \"4111\",\n            \"apicard\": \"519325******4111\",\n            \"apialerterid\": \"15L03GDGOHY7O6RUPP4DU96QU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"005583-CM-FCD - 30687\",\n            \"desctext\": \"FAMILY COURT DIRECT    8002741440     CA\",\n            \"merchantdescriptor\": \"FAMILY COURT DIRECT    8002741440     CA\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018353\",\n            \"apidate\": \"2020-08-22 11:19:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"009632\",\n            \"apitransactiondate\": \"2020-08-14 23:48:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514230\",\n            \"cclast4\": \"4137\",\n            \"apicard\": \"514230******4137\",\n            \"apialerterid\": \"3Y9FGHD5J7DM78A0LS0PI7AWR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Woodforest\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018345\",\n            \"apidate\": \"2020-08-22 08:38:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"184.65\",\n            \"apiauthcode\": \"104514\",\n            \"apitransactiondate\": \"2020-06-22 14:41:55\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"481582\",\n            \"cclast4\": \"1036\",\n            \"apicard\": \"481582******1036\",\n            \"apialerterid\": \"3YSJASYY9MDAO68IL58ENVT6R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"737211657884\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018344\",\n            \"apidate\": \"2020-08-22 08:38:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"184.65\",\n            \"apiauthcode\": \"163385\",\n            \"apitransactiondate\": \"2020-07-22 15:38:30\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"481582\",\n            \"cclast4\": \"1036\",\n            \"apicard\": \"481582******1036\",\n            \"apialerterid\": \"3L0WKJDT1U4PINZ361PC9CYOP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"737211657884\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018342\",\n            \"apidate\": \"2020-08-22 08:37:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"134918\",\n            \"apitransactiondate\": \"2020-08-17 08:41:47\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474488\",\n            \"cclast4\": \"2540\",\n            \"apicard\": \"474488******2540\",\n            \"apialerterid\": \"7ICQF1Z8L7M07F8VXHS2UI88N\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018321\",\n            \"apidate\": \"2020-08-22 03:26:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"018776\",\n            \"apitransactiondate\": \"2020-08-18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"8826\",\n            \"apicard\": \"427082******8826\",\n            \"apialerterid\": \"269BTSCPDN0TVOIJCGGL50P2G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018185\",\n            \"apidate\": \"2020-08-21 17:10:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"751980\",\n            \"apitransactiondate\": \"2020-08-18 01:07:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"441251\",\n            \"cclast4\": \"9361\",\n            \"apicard\": \"441251******9361\",\n            \"apialerterid\": \"D8FL4BJYWZL0KMGN33J4KB3RZ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"KEYMAGAZINE8773500570\",\n            \"merchantdescriptor\": \"KEYMAGAZINE8773500570\",\n            \"issuername\": \"Commerce Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018172\",\n            \"apidate\": \"2020-08-21 14:51:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"559906\",\n            \"apitransactiondate\": \"2020-08-18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"8826\",\n            \"apicard\": \"427082******8826\",\n            \"apialerterid\": \"2N6GI20NQQI9M34PYXGUU6VMU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175     833-327-0175 NV\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175     833-327-0175 NV\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018153\",\n            \"apidate\": \"2020-08-21 13:59:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"01786Z\",\n            \"apitransactiondate\": \"2020-07-02 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"8630\",\n            \"apicard\": \"546325******8630\",\n            \"apialerterid\": \"8QPNJ1FO77TPX2RM02FMMUGBH\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018152\",\n            \"apidate\": \"2020-08-21 13:59:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"09799Z\",\n            \"apitransactiondate\": \"2020-07-25 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"8630\",\n            \"apicard\": \"546325******8630\",\n            \"apialerterid\": \"DS2Q2O0QSPTP8TSMPFLBPWAPG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018148\",\n            \"apidate\": \"2020-08-21 12:56:11\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"471710\",\n            \"apitransactiondate\": \"2020-05-23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515034\",\n            \"cclast4\": \"0810\",\n            \"apicard\": \"515034******0810\",\n            \"apialerterid\": \"5BBJSQB12L9HNC2X7XO1IJ2JE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"DATA CENTER INCORPORATED\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018118\",\n            \"apidate\": \"2020-08-21 10:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"112884\",\n            \"apitransactiondate\": \"2020-08-19 02:34:38\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"551729\",\n            \"cclast4\": \"3758\",\n            \"apicard\": \"551729******3758\",\n            \"apialerterid\": \"ENZVGU67DGFR909MP160SV2FB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"Mid-Missouri Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018083\",\n            \"apidate\": \"2020-08-21 08:53:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"06297Z\",\n            \"apitransactiondate\": \"2020-03-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"8Y2JP2AIAJVZIK5BRO9TXY6GO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018082\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"07240Z\",\n            \"apitransactiondate\": \"2020-04-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"BBNEFGL0CS1Z0Z933H6OMNH64\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018081\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"00298Z\",\n            \"apitransactiondate\": \"2020-05-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"25MS9W8G0J3JKUGL6DNDUFTM6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018080\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"00864Z\",\n            \"apitransactiondate\": \"2020-06-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"COYZH3GV4SMIOUELKN67SLSGR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018079\",\n            \"apidate\": \"2020-08-21 08:53:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"02503S\",\n            \"apitransactiondate\": \"2020-07-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"CC40VTZX8HI1DXI57VOVM6T6M\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018037\",\n            \"apidate\": \"2020-08-21 08:20:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"29.99\",\n            \"apiauthcode\": \"07107W\",\n            \"apitransactiondate\": \"2020-07-12 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"537802\",\n            \"cclast4\": \"1877\",\n            \"apicard\": \"537802******1877\",\n            \"apialerterid\": \"2KK8J0B1MFGIM1QG277QGJ2LT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT COMPANY\",\n            \"merchantdescriptor\": \"MAUI SHIRT COMPANY\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018025\",\n            \"apidate\": \"2020-08-21 08:07:36\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"630031\",\n            \"apitransactiondate\": \"2020-07-28 03:02:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"511752\",\n            \"cclast4\": \"5497\",\n            \"apicard\": \"511752******5497\",\n            \"apialerterid\": \"9ULXZV8NACMDEDFJT94SD418G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018024\",\n            \"apidate\": \"2020-08-21 08:07:15\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"89.97\",\n            \"apiauthcode\": \"670849\",\n            \"apitransactiondate\": \"2020-07-28 02:57:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"511752\",\n            \"cclast4\": \"5497\",\n            \"apicard\": \"511752******5497\",\n            \"apialerterid\": \"5RDZ1HW2XK46JM9LYPUAAYO9G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017989\",\n            \"apidate\": \"2020-08-21 07:35:08\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"58634Z\",\n            \"apitransactiondate\": \"2020-05-19 17:07:20\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552379\",\n            \"cclast4\": \"8227\",\n            \"apicard\": \"552379******8227\",\n            \"apialerterid\": \"1JRI16UC2CFFKZXSAHPTSK6DK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Blue Lake Media Group, Inc. - 49069\",\n            \"desctext\": \"MAGPERKZ 8336379453\",\n            \"merchantdescriptor\": \"MAGPERKZ 8336379453\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017928\",\n            \"apidate\": \"2020-08-21 03:05:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"92416A\",\n            \"apitransactiondate\": \"2020-08-11 23:39:24\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"410892\",\n            \"cclast4\": \"7072\",\n            \"apicard\": \"410892******7072\",\n            \"apialerterid\": \"4LJF6ISFH5EAP8C67GK8AMGT1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017915\",\n            \"apidate\": \"2020-08-20 13:11:35\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"95092Z\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"8620\",\n            \"apicard\": \"512230******8620\",\n            \"apialerterid\": \"9F53R22MOA6NDDR4FCLH0L03X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017821\",\n            \"apidate\": \"2020-08-20 08:28:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.94\",\n            \"apiauthcode\": \"07646P\",\n            \"apitransactiondate\": \"2020-08-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"4395\",\n            \"apicard\": \"552433******4395\",\n            \"apialerterid\": \"5UJLUY3LRE03LRE7QJVJHX7L8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"500000468419\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017814\",\n            \"apidate\": \"2020-08-20 08:16:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"676.00\",\n            \"apiauthcode\": \"811201\",\n            \"apitransactiondate\": \"2020-07-21 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403784\",\n            \"cclast4\": \"5604\",\n            \"apicard\": \"403784******5604\",\n            \"apialerterid\": \"2YPNMSAC213RI1EXKCNN0DY61\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017791\",\n            \"apidate\": \"2020-08-20 07:53:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05386Z\",\n            \"apitransactiondate\": \"2020-06-19 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552318\",\n            \"cclast4\": \"2180\",\n            \"apicard\": \"552318******2180\",\n            \"apialerterid\": \"5STI41NPSY62HUTQHF70GEK9X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017789\",\n            \"apidate\": \"2020-08-20 07:53:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"01893Z\",\n            \"apitransactiondate\": \"2020-07-19 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552318\",\n            \"cclast4\": \"2180\",\n            \"apicard\": \"552318******2180\",\n            \"apialerterid\": \"49W3S237EEH9BBN0H51P9T70G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017543\",\n            \"apidate\": \"2020-08-20 02:16:18\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001089\",\n            \"apitransactiondate\": \"2020-06-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"8NDU7RBPJ7VE60FBB1O0115FR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017542\",\n            \"apidate\": \"2020-08-20 02:16:17\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001089\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"BORBGXEXZU4EYXEKO4IIZFI1K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017515\",\n            \"apidate\": \"2020-08-19 16:11:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03566C\",\n            \"apitransactiondate\": \"2020-06-29 23:20:35\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"405372\",\n            \"cclast4\": \"0360\",\n            \"apicard\": \"405372******0360\",\n            \"apialerterid\": \"D5FWP9M6RTKYVKUU2FB42GZZ6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017514\",\n            \"apidate\": \"2020-08-19 16:11:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"70895C\",\n            \"apitransactiondate\": \"2020-07-29 23:17:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"405372\",\n            \"cclast4\": \"0360\",\n            \"apicard\": \"405372******0360\",\n            \"apialerterid\": \"A0CN88QIKMSDIK0B67OYVYQCP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017513\",\n            \"apidate\": \"2020-08-19 16:11:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"86232Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"9356\",\n            \"apicard\": \"512230******9356\",\n            \"apialerterid\": \"8Q055C4COLBDGMJVWFBDPVVB0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017442\",\n            \"apidate\": \"2020-08-19 10:25:43\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"004454\",\n            \"apitransactiondate\": \"2020-08-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536013\",\n            \"cclast4\": \"9508\",\n            \"apicard\": \"536013******9508\",\n            \"apialerterid\": \"F3KYMXEIDJWEJCBTMKHDS02BK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 833215468\",\n            \"merchantdescriptor\": \"SAVEPLUS 833215468\",\n            \"issuername\": \"VIRGINIA CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017441\",\n            \"apidate\": \"2020-08-19 10:25:43\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"004454\",\n            \"apitransactiondate\": \"2020-08-14 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536013\",\n            \"cclast4\": \"9508\",\n            \"apicard\": \"536013******9508\",\n            \"apialerterid\": \"6A6KEYYBQW5M0V0NH243RZ0Y8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154\",\n            \"issuername\": \"VIRGINIA CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017398\",\n            \"apidate\": \"2020-08-19 08:37:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"142777\",\n            \"apitransactiondate\": \"2020-06-18 08:27:46\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"6107\",\n            \"apicard\": \"474476******6107\",\n            \"apialerterid\": \"AQTZQ7DK1IMQCC8GTAQQ3YRB9\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017397\",\n            \"apidate\": \"2020-08-19 08:37:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"191490\",\n            \"apitransactiondate\": \"2020-07-18 08:19:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"6107\",\n            \"apicard\": \"474476******6107\",\n            \"apialerterid\": \"5NBSCAJFRWMBQQ547GLMJ8O9V\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017384\",\n            \"apidate\": \"2020-08-19 07:01:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"191E5J\",\n            \"apitransactiondate\": \"2020-08-15 18:29:44\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515241\",\n            \"cclast4\": \"9789\",\n            \"apicard\": \"515241******9789\",\n            \"apialerterid\": \"E67IMTQSN1Q88Q3RU0EAONWLZ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017373\",\n            \"apidate\": \"2020-08-19 06:41:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"802574\",\n            \"apitransactiondate\": \"2020-06-11 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512992\",\n            \"cclast4\": \"7661\",\n            \"apicard\": \"512992******7661\",\n            \"apialerterid\": \"DM2JF3U9N9F1T2A158IA2UM8Z\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"SANTANDER BANK, NA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017371\",\n            \"apidate\": \"2020-08-19 06:41:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"173288\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512992\",\n            \"cclast4\": \"7661\",\n            \"apicard\": \"512992******7661\",\n            \"apialerterid\": \"99HQWEAPEH8YQQMPCUODDNM0P\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"SANTANDER BANK, NA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017357\",\n            \"apidate\": \"2020-08-19 05:28:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002326\",\n            \"apitransactiondate\": \"2020-08-10 23:51:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"EXLJEH0QVH7XQLZXY4QXOR3A8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017356\",\n            \"apidate\": \"2020-08-19 05:28:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"005048\",\n            \"apitransactiondate\": \"2020-07-10 23:30:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"2LDPEX2ZNTQ0WTAQO87ZUXJAF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017355\",\n            \"apidate\": \"2020-08-19 05:28:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"006343\",\n            \"apitransactiondate\": \"2020-07-13 23:53:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"0HFYEOPT1GCXL23Y86GWOX4NO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017354\",\n            \"apidate\": \"2020-08-19 05:28:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002273\",\n            \"apitransactiondate\": \"2020-08-13 23:39:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"0I7HBIHDXHPHA0ZBHTK3LSRKW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017351\",\n            \"apidate\": \"2020-08-19 04:08:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"006783\",\n            \"apitransactiondate\": \"2020-05-28 23:45:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"408037\",\n            \"cclast4\": \"5678\",\n            \"apicard\": \"408037******5678\",\n            \"apialerterid\": \"94KGTB0U82THSAL32MIVJ4DT5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017293\",\n            \"apidate\": \"2020-08-18 22:31:18\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"397.00\",\n            \"apiauthcode\": \"111042\",\n            \"apitransactiondate\": \"2020-07-20 13:37:40\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"468013\",\n            \"cclast4\": \"6103\",\n            \"apicard\": \"468013******6103\",\n            \"apialerterid\": \"BOZ0DKVOJ46841TCAAMFIOI44\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017136\",\n            \"apidate\": \"2020-08-18 09:11:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"021860\",\n            \"apitransactiondate\": \"2020-07-21 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"416907\",\n            \"cclast4\": \"5964\",\n            \"apicard\": \"416907******5964\",\n            \"apialerterid\": \"E3HA2Z1N4484QX2CYX3Z59IS2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"KEYMAGAZINE8773500570\",\n            \"merchantdescriptor\": \"KEYMAGAZINE8773500570\",\n            \"issuername\": \"NICOLET NATIONAL BANK\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017124\",\n            \"apidate\": \"2020-08-18 08:42:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"94.85\",\n            \"apiauthcode\": \"151280\",\n            \"apitransactiondate\": \"2020-08-17 10:18:41\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517572\",\n            \"cclast4\": \"2975\",\n            \"apicard\": \"517572******2975\",\n            \"apialerterid\": \"81Q1V66VR5L2G022Y32FM53N6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"565500000457040\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017110\",\n            \"apidate\": \"2020-08-18 08:35:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"08791C\",\n            \"apitransactiondate\": \"2020-07-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"440066\",\n            \"cclast4\": \"3153\",\n            \"apicard\": \"440066******3153\",\n            \"apialerterid\": \"4OAEOHKUWIKPCNBJXDA1LZP9V\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900024557\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017109\",\n            \"apidate\": \"2020-08-18 08:35:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03892C\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"440066\",\n            \"cclast4\": \"3153\",\n            \"apicard\": \"440066******3153\",\n            \"apialerterid\": \"78RU03G1WAODW0Y27FMW01QLO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900024557\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017098\",\n            \"apidate\": \"2020-08-18 08:17:10\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"297.00\",\n            \"apiauthcode\": \"116225\",\n            \"apitransactiondate\": \"2020-07-26 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414776\",\n            \"cclast4\": \"3834\",\n            \"apicard\": \"414776******3834\",\n            \"apialerterid\": \"9T92HYIUFRXDXJ39EAWU640N1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017089\",\n            \"apidate\": \"2020-08-18 08:15:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"204231\",\n            \"apitransactiondate\": \"2020-02-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403784\",\n            \"cclast4\": \"2602\",\n            \"apicard\": \"403784******2602\",\n            \"apialerterid\": \"1Y1DO1I69UOFBWHAO3WGCJAPT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVINGSPLUS.COM  833-6228008  CA\",\n            \"merchantdescriptor\": \"TRAVELSAVINGSPLUS.COM  833-6228008  CA\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017088\",\n            \"apidate\": \"2020-08-18 08:15:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"005979\",\n            \"apitransactiondate\": \"2020-07-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"4DMWX6UHQ3X3W5763O4INZP3I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017087\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"016305\",\n            \"apitransactiondate\": \"2020-08-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"DSJL1AJVWHVSBL2QP95LOAM5R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017086\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"018726\",\n            \"apitransactiondate\": \"2020-07-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"4H189Q2VDU2YOORQCV5K6IU0H\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017085\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"011075\",\n            \"apitransactiondate\": \"2020-06-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"171LVOHOSB8M914X8NMFZPCDM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017084\",\n            \"apidate\": \"2020-08-18 08:15:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"022776\",\n            \"apitransactiondate\": \"2020-07-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"94DTRO75LM9J2BSYFZTVHZ9KY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017083\",\n            \"apidate\": \"2020-08-18 08:15:29\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"019174\",\n            \"apitransactiondate\": \"2020-06-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"DGI6LEBQ73J29WGVNR9QQXAKF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017082\",\n            \"apidate\": \"2020-08-18 08:15:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004653\",\n            \"apitransactiondate\": \"2020-05-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"88PZ08ATHV3LSS37N422UIX2C\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017057\",\n            \"apidate\": \"2020-08-18 03:46:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"027519\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"CR9F1RFJEVHQZUV1UEUA4KOB5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230405516\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017056\",\n            \"apidate\": \"2020-08-18 03:46:26\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"027293\",\n            \"apitransactiondate\": \"2020-06-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"25EB21EKHS1P2MSCO4RHH7D5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230405516\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017048\",\n            \"apidate\": \"2020-08-18 03:11:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"09432C\",\n            \"apitransactiondate\": \"2020-07-13 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"406041\",\n            \"cclast4\": \"4248\",\n            \"apicard\": \"406041******4248\",\n            \"apialerterid\": \"ETMKR5CWJCSDUIXG78R1DLRDT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT COMPANY\",\n            \"merchantdescriptor\": \"MAUI SHIRT COMPANY\",\n            \"issuername\": \"Navy Federal\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017008\",\n            \"apidate\": \"2020-08-17 15:05:09\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"143515\",\n            \"apitransactiondate\": \"2020-07-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540324\",\n            \"cclast4\": \"5651\",\n            \"apicard\": \"540324******5651\",\n            \"apialerterid\": \"2FJK9PFIHJORLFI727LX7SFQ4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"GigaForm LLC - 49069\",\n            \"desctext\": \"CHANGE ADDRESS ONLINE 855\",\n            \"merchantdescriptor\": \"CHANGE ADDRESS ONLINE 855\",\n            \"issuername\": \"Bank of the West\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016933\",\n            \"apidate\": \"2020-08-17 11:20:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"29.90\",\n            \"apiauthcode\": \"01040B\",\n            \"apitransactiondate\": \"2020-07-12 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469596\",\n            \"cclast4\": \"3583\",\n            \"apicard\": \"469596******3583\",\n            \"apialerterid\": \"B1VGU06WM5NNL5ZILT9A70P9M\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8739294125300025\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"POABA COLLECTION\",\n            \"merchantdescriptor\": \"POABA COLLECTION\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016902\",\n            \"apidate\": \"2020-08-17 10:26:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"09535Z\",\n            \"apitransactiondate\": \"2020-07-13 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517669\",\n            \"cclast4\": \"8510\",\n            \"apicard\": \"517669******8510\",\n            \"apialerterid\": \"5KSQ2I1BGHG7YZEVG0QURH6TS\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"TRAVELPERKS 8332280641\",\n            \"merchantdescriptor\": \"TRAVELPERKS 8332280641\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016895\",\n            \"apidate\": \"2020-08-17 10:25:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"09173Z\",\n            \"apitransactiondate\": \"2020-08-10 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"7777\",\n            \"apicard\": \"540801******7777\",\n            \"apialerterid\": \"BVWRYSKCAUBTUGZA7SKE4077A\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016892\",\n            \"apidate\": \"2020-08-17 10:25:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"00952Z\",\n            \"apitransactiondate\": \"2020-08-02 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"7777\",\n            \"apicard\": \"540801******7777\",\n            \"apialerterid\": \"24I2ARAEWC1IODW7D3NPVTL3J\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016833\",\n            \"apidate\": \"2020-08-17 09:18:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"03648Z\",\n            \"apitransactiondate\": \"2020-08-14 12:21:21\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"2836\",\n            \"apicard\": \"517805******2836\",\n            \"apialerterid\": \"7UOKUC4QMBQPNDQPID44Y7XY7\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8739294125300025\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016765\",\n            \"apidate\": \"2020-08-17 05:41:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"93959Z\",\n            \"apitransactiondate\": \"2020-07-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"2065\",\n            \"apicard\": \"512230******2065\",\n            \"apialerterid\": \"7NKBXWSZ5OG3QDSB1DVIRGZIX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445036436873\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016743\",\n            \"apidate\": \"2020-08-16 13:12:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"38TRF\",\n            \"apitransactiondate\": \"2020-03-15 18:16:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"AEVXXS36EISHP1U28DAVWI97R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016742\",\n            \"apidate\": \"2020-08-16 13:08:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"678HSX\",\n            \"apitransactiondate\": \"2020-04-15 18:16:57\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"AV3B6FTAABAKLD53PQHSDBQJ6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016735\",\n            \"apidate\": \"2020-08-16 13:04:25\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"7K5NSW\",\n            \"apitransactiondate\": \"2020-05-15 18:12:43\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"1IBTDJ64X4U303ZFR7YF6S8B2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016734\",\n            \"apidate\": \"2020-08-16 13:00:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"YTFRI\",\n            \"apitransactiondate\": \"2020-06-15 18:13:21\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"9K4TM68I95J3OEYVCSOBU2IXK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016467\",\n            \"apidate\": \"2020-08-15 05:11:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-08-08 03:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"5J0V7HWPIXRRSJDXJFLPSKBEX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016466\",\n            \"apidate\": \"2020-08-15 05:11:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-07-08 03:30:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"CXVJRXWGHY6POZ6WLYY2HAMMT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016464\",\n            \"apidate\": \"2020-08-15 05:11:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-06-08 03:41:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"3XX5DZVSFHT8TYDIVPNI25BMC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016412\",\n            \"apidate\": \"2020-08-15 00:01:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"174.23\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-14 08:21:42\",\n            \"apicurrency\": \"AUD\",\n            \"ccbin6\": \"516361\",\n            \"cclast4\": \"7654\",\n            \"apicard\": \"516361******7654\",\n            \"apialerterid\": \"0GA62AKV53B3CJRFN89NPU0DT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"WestPac\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016373\",\n            \"apidate\": \"2020-08-14 16:16:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-10 15:43:56\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"7S1Q4IE0DFEBFXL7MO7PU5EU3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016372\",\n            \"apidate\": \"2020-08-14 16:16:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-08 03:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"98PPJPXBNRGUSO4H3FG4GAKVF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016371\",\n            \"apidate\": \"2020-08-14 16:16:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-08 03:27:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"BONG5BPTPPSOEUVHHOL2KB6NP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016370\",\n            \"apidate\": \"2020-08-14 16:16:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-07-08 03:30:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"2Z8LGK6OGVYAHW4FAWDW482YU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016369\",\n            \"apidate\": \"2020-08-14 16:16:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-07-08 03:30:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"EA10N23B78998DXN2B2FFH4BU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016368\",\n            \"apidate\": \"2020-08-14 16:15:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-08 03:41:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"74YCOGCRA3OZ0CG6Z87279XIK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016367\",\n            \"apidate\": \"2020-08-14 16:15:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-08 03:40:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"2GEHN5G3M6WKI9EKE4ZW6W4KE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016358\",\n            \"apidate\": \"2020-08-14 12:41:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"34.97\",\n            \"apiauthcode\": \"44045Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"2465\",\n            \"apicard\": \"512230******2465\",\n            \"apialerterid\": \"6C8OL9X5KCX7ZGMI3ANZOP54U\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016293\",\n            \"apidate\": \"2020-08-14 11:41:09\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"000126\",\n            \"apitransactiondate\": \"2020-07-30 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"415826\",\n            \"cclast4\": \"7203\",\n            \"apicard\": \"415826******7203\",\n            \"apialerterid\": \"7X7YVO65MYXOPYV00HZA9C23R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5179390303071440\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"MYSAVER8332998165 888-232-2141 MT\",\n            \"merchantdescriptor\": \"MYSAVER8332998165 888-232-2141 MT\",\n            \"issuername\": \"DAY AIR CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016286\",\n            \"apidate\": \"2020-08-14 11:21:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"597.00\",\n            \"apiauthcode\": \"812112\",\n            \"apitransactiondate\": \"2020-08-12 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"4212\",\n            \"apicard\": \"403766******4212\",\n            \"apialerterid\": \"BF48HQ5OZSYZZ0YKQYYTDPGAR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016283\",\n            \"apidate\": \"2020-08-14 11:20:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"119.96\",\n            \"apiauthcode\": \"04822Z\",\n            \"apitransactiondate\": \"2020-07-13 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"559591\",\n            \"cclast4\": \"4672\",\n            \"apicard\": \"559591******4672\",\n            \"apialerterid\": \"7JOB9C7IHECX026DOFQIRKD81\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016264\",\n            \"apidate\": \"2020-08-14 10:16:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"691804\",\n            \"apitransactiondate\": \"2020-07-20 21:09:17\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"409801\",\n            \"cclast4\": \"1478\",\n            \"apicard\": \"409801******1478\",\n            \"apialerterid\": \"5KNAP764CZRF9WZ9LKP6995S9\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230406019\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016223\",\n            \"apidate\": \"2020-08-14 08:21:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"65242Z\",\n            \"apitransactiondate\": \"2020-06-04 05:15:24\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542423\",\n            \"cclast4\": \"9585\",\n            \"apicard\": \"542423******9585\",\n            \"apialerterid\": \"0FFQEYUM7468LXRWU0RISNJNO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016222\",\n            \"apidate\": \"2020-08-14 08:20:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"67447Z\",\n            \"apitransactiondate\": \"2020-07-03 23:27:44\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542423\",\n            \"cclast4\": \"9585\",\n            \"apicard\": \"542423******9585\",\n            \"apialerterid\": \"AXYG8A8ZBA219IPERQD1FB2QV\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016206\",\n            \"apidate\": \"2020-08-14 06:46:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"34.97\",\n            \"apiauthcode\": \"000000\",\n            \"apitransactiondate\": \"2020-07-23 07:40:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"466189\",\n            \"cclast4\": \"7806\",\n            \"apicard\": \"466189******7806\",\n            \"apialerterid\": \"9MOVMHS6Z6PC1HOYCS5SI672N\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"Truist Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016093\",\n            \"apidate\": \"2020-08-13 23:56:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"240594\",\n            \"apitransactiondate\": \"2020-08-09 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"535470\",\n            \"cclast4\": \"4968\",\n            \"apicard\": \"535470******4968\",\n            \"apialerterid\": \"B8Y4GGRLTBQWIGX9J1SRX5POT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"POWSZECHNA KASA OSZCZEDNOSCI BANK POLSKI S.A. (PKO BANK POLSKI S.A.)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016088\",\n            \"apidate\": \"2020-08-13 22:11:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.98\",\n            \"apiauthcode\": \"KL046F\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"548190\",\n            \"cclast4\": \"5022\",\n            \"apicard\": \"548190******5022\",\n            \"apialerterid\": \"A3YVYZ37CNR492GJ7C9UE4F8S\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"KOKOTHEKAT\",\n            \"merchantdescriptor\": \"KOKOTHEKAT\",\n            \"issuername\": \"Truist Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015531\",\n            \"apidate\": \"2020-08-12 08:39:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.97\",\n            \"apiauthcode\": \"101824\",\n            \"apitransactiondate\": \"2020-08-06 08:12:23\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"8292\",\n            \"apicard\": \"474476******8292\",\n            \"apialerterid\": \"5HH0VA8FY0Z2223FRIEXEB73I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015492\",\n            \"apidate\": \"2020-08-12 07:06:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"2.89\",\n            \"apiauthcode\": \"543178\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515645\",\n            \"cclast4\": \"0508\",\n            \"apicard\": \"515645******0508\",\n            \"apialerterid\": \"DXUHNVDBAQBCOHMJ6U9VIKNEB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"GUARDIAN CREDIT UNION\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015449\",\n            \"apidate\": \"2020-08-12 05:20:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.97\",\n            \"apiauthcode\": \"03435B\",\n            \"apitransactiondate\": \"2020-07-19 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514021\",\n            \"cclast4\": \"9207\",\n            \"apicard\": \"514021******9207\",\n            \"apialerterid\": \"7RHVFLG8O417FCIKCSSL1RBS8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"9180000000042424\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015402\",\n            \"apidate\": \"2020-08-12 03:31:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"185.00\",\n            \"apiauthcode\": \"019455\",\n            \"apitransactiondate\": \"2020-05-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"0449\",\n            \"apicard\": \"427082******0449\",\n            \"apialerterid\": \"3BII56FO01NSIRRR5ZK8AJXI5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"950923-Supreme Alliance LLC-CSavvy\",\n            \"desctext\": \"CHS*GREAT CHANGE REVIVA\",\n            \"merchantdescriptor\": \"CHS*GREAT CHANGE REVIVA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015030\",\n            \"apidate\": \"2020-08-11 06:13:17\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"119.83\",\n            \"apiauthcode\": \"793688\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"400344\",\n            \"cclast4\": \"7939\",\n            \"apicard\": \"400344******7939\",\n            \"apialerterid\": \"5XKVOM1A9YLPD2W46OQ2SHEKE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900000250\",\n            \"merchantname\": \"Adcentric Enterprises - 30687\",\n            \"desctext\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"merchantdescriptor\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015029\",\n            \"apidate\": \"2020-08-11 06:13:16\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"37.89\",\n            \"apiauthcode\": \"793688\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"400344\",\n            \"cclast4\": \"7939\",\n            \"apicard\": \"400344******7939\",\n            \"apialerterid\": \"EZ805GDX0FJB81I8AB5NN2W5F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900000250\",\n            \"merchantname\": \"Adcentric Enterprises - 30687\",\n            \"desctext\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"merchantdescriptor\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158154\",\n            \"apidate\": \"2019-04-10 08:02:39\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"005406\",\n            \"apitransactiondate\": \"2019/03/05 21:15:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"432977\",\n            \"cclast4\": \"5401\",\n            \"apicard\": \"432977*****5401\",\n            \"apialerterid\": \"3WAI1HLRCRVX2MHMSXEWX4XGX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158153\",\n            \"apidate\": \"2019-04-10 08:02:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002454\",\n            \"apitransactiondate\": \"2019/03/24 00:30:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"432977\",\n            \"cclast4\": \"5401\",\n            \"apicard\": \"432977*****5401\",\n            \"apialerterid\": \"DIXL4TAFVSNX7STXHK80Q7CKD\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158152\",\n            \"apidate\": \"2019-04-09 10:03:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"52.50\",\n            \"apiauthcode\": \"111930\",\n            \"apitransactiondate\": \"2019/03/26 06:13:44\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"470144\",\n            \"cclast4\": \"2627\",\n            \"apicard\": \"470144*****2627\",\n            \"apialerterid\": \"9I21X308CRUZ98YUQRA75A2NN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158151\",\n            \"apidate\": \"2019-04-09 07:35:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06578C\",\n            \"apitransactiondate\": \"2019/04/04 01:35:52\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"430587\",\n            \"cclast4\": \"2182\",\n            \"apicard\": \"430587*****2182\",\n            \"apialerterid\": \"ATT5SC40G3HFCWDQANH9VKMUL\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"794\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158150\",\n            \"apidate\": \"2019-04-09 06:14:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"7092\",\n            \"apicard\": \"517805*****7092\",\n            \"apialerterid\": \"9EP2AJGYYJ7P844JXL4BF209O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158149\",\n            \"apidate\": \"2019-04-09 02:53:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"000000\",\n            \"apitransactiondate\": \"2019/04/07 20:58:40\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403664\",\n            \"cclast4\": \"0823\",\n            \"apicard\": \"403664*****0823\",\n            \"apialerterid\": \"1DDICKHYI6RYMRRAYSDHK45WY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"791\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158148\",\n            \"apidate\": \"2019-04-08 11:11:15\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"004380\",\n            \"apitransactiondate\": \"2019/04/04 00:13:05\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442868\",\n            \"cclast4\": \"5053\",\n            \"apicard\": \"442868*****5053\",\n            \"apialerterid\": \"DGZJ6J8TZ5RPGMEDYCVYI1W9F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"728\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Comerica Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158147\",\n            \"apidate\": \"2019-04-08 08:47:20\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002642\",\n            \"apitransactiondate\": \"2019/01/30 23:13:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"5CYPQ1NX5J3UWEPN12PFJNOZM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158146\",\n            \"apidate\": \"2019-04-08 08:47:08\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001650\",\n            \"apitransactiondate\": \"2019/02/28 00:14:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"56FH7PC6MTTGF6L7DRR1SNCIN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158145\",\n            \"apidate\": \"2019-04-08 08:46:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"006331\",\n            \"apitransactiondate\": \"2019/01/06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"064HH843LY6Z3F2OLF777TBH6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158144\",\n            \"apidate\": \"2019-04-08 08:46:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002678\",\n            \"apitransactiondate\": \"2019/03/28 00:11:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"61GIRCE7M1ENPLDAPM7I61MFV\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158143\",\n            \"apidate\": \"2019-04-07 06:12:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"466309\",\n            \"cclast4\": \"2432\",\n            \"apicard\": \"466309*****2432\",\n            \"apialerterid\": \"77296S713A10O3QDEZYQ4D1ED\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"794\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158142\",\n            \"apidate\": \"2019-04-07 06:10:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/29 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"1486\",\n            \"apicard\": \"517805*****1486\",\n            \"apialerterid\": \"D1V3OXVNWMJZI3YUZTXGZK43K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"798\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158141\",\n            \"apidate\": \"2019-04-07 04:11:29\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"15.21\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/04 02:10:28\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"456735\",\n            \"cclast4\": \"0029\",\n            \"apicard\": \"456735*****0029\",\n            \"apialerterid\": \"EUQYOT3M8UFEOBAM4SNGBXQIW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158140\",\n            \"apidate\": \"2019-04-06 06:13:42\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/11 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"4481\",\n            \"apicard\": \"517805*****4481\",\n            \"apialerterid\": \"D6NXBIPXH6K8ABKA5R1JG84ES\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158139\",\n            \"apidate\": \"2019-04-06 06:12:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"5791\",\n            \"apicard\": \"517805*****5791\",\n            \"apialerterid\": \"9MZD7M6DDUET46JMME4UG7UND\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158138\",\n            \"apidate\": \"2019-04-05 05:35:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"07190Z\",\n            \"apitransactiondate\": \"2019/03/17 22:12:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514736\",\n            \"cclast4\": \"7122\",\n            \"apicard\": \"514736*****7122\",\n            \"apialerterid\": \"7WXSH1SQXCSNKUK4FO6KGW2AX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"791\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157072\",\n            \"apidate\": \"2019-03-30 08:20:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05687S\",\n            \"apitransactiondate\": \"2019/03/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"CDKAYJXGIGLTVRPIY5FBX0I4Q\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157071\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03273S\",\n            \"apitransactiondate\": \"2019/02/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"4DD61T2NDPFKC9K9BS98KYUU8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157070\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03306S\",\n            \"apitransactiondate\": \"2019/01/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"5ZG3KTCR3N7N037HWC65V8CNO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157069\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05843S\",\n            \"apitransactiondate\": \"2018/12/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"3DU6CRLTUOM20J1RXA9CZ3T5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157068\",\n            \"apidate\": \"2019-03-30 08:20:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"09062S\",\n            \"apitransactiondate\": \"2018/11/22 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"69YIZBQTUYTA3RZK3MNK6DFFK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157067\",\n            \"apidate\": \"2019-04-02 05:36:41\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"725428\",\n            \"apitransactiondate\": \"2019/03/31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542179\",\n            \"cclast4\": \"6772\",\n            \"apicard\": \"542179*****6772\",\n            \"apialerterid\": \"3ETTCABHG0B4CAQAJ4QIKEQDG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Comerica Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157066\",\n            \"apidate\": \"2019-04-03 08:18:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06020S\",\n            \"apitransactiondate\": \"2019/01/07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"0226\",\n            \"apicard\": \"552433*****0226\",\n            \"apialerterid\": \"BLV2THY0JC4G1YSMA6RT4Q0V0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157065\",\n            \"apidate\": \"2019-04-04 06:11:11\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/30 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"8516\",\n            \"apicard\": \"517805*****8516\",\n            \"apialerterid\": \"55CI5VDXZROG6FD7407R9BLYU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157064\",\n            \"apidate\": \"2019-04-04 12:41:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/02/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"4589\",\n            \"apicard\": \"427082*****4589\",\n            \"apialerterid\": \"0P7VQ2QFNR08D31X5AY5ZAJ25\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157063\",\n            \"apidate\": \"2019-04-04 12:41:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/01/31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"4589\",\n            \"apicard\": \"427082*****4589\",\n            \"apialerterid\": \"3F9KHU6NRBC7HGLN15Y9Y4KF6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157062\",\n            \"apidate\": \"2019-03-30 07:31:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"09757C\",\n            \"apitransactiondate\": \"2019/03/26 01:26:58\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414720\",\n            \"cclast4\": \"1437\",\n            \"apicard\": \"414720*****1437\",\n            \"apialerterid\": \"A86AD3F6P8RJ97TMC9KDU007O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157061\",\n            \"apidate\": \"2019-04-02 08:55:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"023320\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"401741\",\n            \"cclast4\": \"5538\",\n            \"apicard\": \"401741*****5538\",\n            \"apialerterid\": \"9LSGXB9CZPRI3A2X8WQLC4O3J\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"PSCU\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157060\",\n            \"apidate\": \"2019-04-02 11:39:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"630011\",\n            \"apitransactiondate\": \"2019/03/28 00:12:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"0JHFDHZRIIQ6WJSGJ4RW4PHPC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157059\",\n            \"apidate\": \"2019-04-02 11:39:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"602642\",\n            \"apitransactiondate\": \"2019/01/27 23:30:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"8SNQEPB6EN4B7CX2QZWHG2L3I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157058\",\n            \"apidate\": \"2019-04-02 11:39:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"661229\",\n            \"apitransactiondate\": \"2019/02/28 00:16:12\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"AROQRQCRMTCPT1C0XJ259SJP2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157057\",\n            \"apidate\": \"2019-04-03 08:23:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"122006\",\n            \"apitransactiondate\": \"2019/03/02 10:20:53\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"0L7CM4HJ2LBXPC4ILFQ5G3CNM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157056\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"102030\",\n            \"apitransactiondate\": \"2019/02/02 10:23:23\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"B795UGJ0VHYKII5X92TWYNTCS\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157055\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"153435\",\n            \"apitransactiondate\": \"2019/01/02 10:33:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"1VJ5TLFOA8T3S6MDM2ACEWBQK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157054\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"165895\",\n            \"apitransactiondate\": \"2018/12/02 11:59:58\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"4H2CAS3BVT474YTDJ2TSOH61O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157053\",\n            \"apidate\": \"2019-04-03 08:23:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"164873\",\n            \"apitransactiondate\": \"2018/11/02 08:47:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"EOC69TB9K2X5TM4SUI9BGRP5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157052\",\n            \"apidate\": \"2019-04-04 12:16:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"004421\",\n            \"apitransactiondate\": \"2019/02/21 20:31:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438840\",\n            \"cclast4\": \"8667\",\n            \"apicard\": \"438840*****8667\",\n            \"apialerterid\": \"26MP0EA5NHF1NWQFVSJACB82X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157051\",\n            \"apidate\": \"2019-04-04 12:17:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"005653\",\n            \"apitransactiondate\": \"2019/03/18 23:40:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438840\",\n            \"cclast4\": \"8667\",\n            \"apicard\": \"438840*****8667\",\n            \"apialerterid\": \"1PAKVXCB7EUIC9U5EDWQ7R26S\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157050\",\n            \"apidate\": \"2019-04-04 03:06:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"91239D\",\n            \"apitransactiondate\": \"2019/03/27 22:59:12\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414724\",\n            \"cclast4\": \"4928\",\n            \"apicard\": \"414724*****4928\",\n            \"apialerterid\": \"BY9BMDJM17V3NCQ1TROSBCU60\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"728\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157049\",\n            \"apidate\": \"2019-03-31 08:30:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"000034\",\n            \"apitransactiondate\": \"2019/03/28 19:24:10\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529263\",\n            \"cclast4\": \"3075\",\n            \"apicard\": \"529263*****3075\",\n            \"apialerterid\": \"1Q1SO7A0MCS5A2N7IFLUTBHFJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157048\",\n            \"apidate\": \"2019-04-01 19:39:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"001677\",\n            \"apitransactiondate\": \"2019/03/14 20:41:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438809\",\n            \"cclast4\": \"5667\",\n            \"apicard\": \"438809*****5667\",\n            \"apialerterid\": \"7RNJKYBO6ULGWX1G8KWJD9V4T\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157047\",\n            \"apidate\": \"2019-04-02 08:39:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"303290\",\n            \"apitransactiondate\": \"2019/02/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"1712\",\n            \"apicard\": \"403766*****1712\",\n            \"apialerterid\": \"6BIZ5253CI492MCMIAE03DOSJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157046\",\n            \"apidate\": \"2019-04-03 07:50:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"09875B\",\n            \"apitransactiondate\": \"2019/03/29 03:03:29\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426684\",\n            \"cclast4\": \"7568\",\n            \"apicard\": \"426684*****7568\",\n            \"apialerterid\": \"AYOK99GGGAJ3QKJOI7032RQO0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157045\",\n            \"apidate\": \"2019-04-04 12:40:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"04938D\",\n            \"apitransactiondate\": \"2019/03/29 20:40:49\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414724\",\n            \"cclast4\": \"7424\",\n            \"apicard\": \"414724*****7424\",\n            \"apialerterid\": \"0P5OET5YLHXJZTSOXLKDLOYQ4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157044\",\n            \"apidate\": \"2019-04-03 07:45:44\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"91.17\",\n            \"apiauthcode\": \"01684Z\",\n            \"apitransactiondate\": \"2019/03/04 20:36:54\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"528061\",\n            \"cclast4\": \"3965\",\n            \"apicard\": \"528061*****3965\",\n            \"apialerterid\": \"2GQRMSG8R5Y6HUIOWKUOYBW42\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157043\",\n            \"apidate\": \"2019-04-04 10:53:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"153.00\",\n            \"apiauthcode\": \"023000\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"2354\",\n            \"apicard\": \"427082*****2354\",\n            \"apialerterid\": \"9ZTN4CACZ78IA74J96NZU7KDO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157042\",\n            \"apidate\": \"2019-04-04 10:54:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"153.00\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"2354\",\n            \"apicard\": \"427082*****2354\",\n            \"apialerterid\": \"109ICCCEKSSMX93D5HJ0U155L\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157041\",\n            \"apidate\": \"2019-04-03 06:11:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/09 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"8432\",\n            \"apicard\": \"517805*****8432\",\n            \"apialerterid\": \"D95V536MI54Y9C69H2OS9Y7A4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157040\",\n            \"apidate\": \"2019-04-04 06:12:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"9616\",\n            \"apicard\": \"517805*****9616\",\n            \"apialerterid\": \"CQMO1PKVADMXBX4UKWFQZ4Q5W\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157039\",\n            \"apidate\": \"2019-03-30 06:12:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"548042\",\n            \"cclast4\": \"5604\",\n            \"apicard\": \"548042*****5604\",\n            \"apialerterid\": \"4VPO0VLFQ58PVLTZZOFN6NBF8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157038\",\n            \"apidate\": \"2019-03-31 06:11:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529115\",\n            \"cclast4\": \"1813\",\n            \"apicard\": \"529115*****1813\",\n            \"apialerterid\": \"6CFK2KRCK0VATI9RS1G7IVUX2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157037\",\n            \"apidate\": \"2019-03-31 06:11:53\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529115\",\n            \"cclast4\": \"1813\",\n            \"apicard\": \"529115*****1813\",\n            \"apialerterid\": \"2J0KBMJMZB4U89QMAYG2Q4PVM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157036\",\n            \"apidate\": \"2019-04-01 19:39:24\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"003253\",\n            \"apitransactiondate\": \"2019/03/17 20:22:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438809\",\n            \"cclast4\": \"5667\",\n            \"apicard\": \"438809*****5667\",\n            \"apialerterid\": \"238BBWJK00OM1EPK1MQQ1R2UB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157035\",\n            \"apidate\": \"2019-04-02 06:12:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"5090\",\n            \"apicard\": \"517805*****5090\",\n            \"apialerterid\": \"9GEWHUXJPBLEOB5KQBEA1HHH4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157034\",\n            \"apidate\": \"2019-04-02 06:15:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"3139\",\n            \"apicard\": \"546325*****3139\",\n            \"apialerterid\": \"568YZBYJCORFZP26JZXHKXPVC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157033\",\n            \"apidate\": \"2019-04-02 07:31:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"02148B\",\n            \"apitransactiondate\": \"2019/03/28 00:34:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"407166\",\n            \"cclast4\": \"6675\",\n            \"apicard\": \"407166*****6675\",\n            \"apialerterid\": \"6VHMPCG8CZ7VFTHH2Q7VCFHCK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"730\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157032\",\n            \"apidate\": \"2019-04-02 10:00:48\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/02/09 03:21:02\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514752\",\n            \"cclast4\": \"0982\",\n            \"apicard\": \"514752*****0982\",\n            \"apialerterid\": \"0RMJIPR4EH5U7TUGXT14E8QJI\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"730\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Associated Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157031\",\n            \"apidate\": \"2019-04-02 06:13:20\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/10 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"419310\",\n            \"cclast4\": \"1658\",\n            \"apicard\": \"419310*****1658\",\n            \"apialerterid\": \"02QGYV0RM5XLIFNO7O6MG1FX3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157030\",\n            \"apidate\": \"2019-04-02 06:13:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/08 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"419310\",\n            \"cclast4\": \"1658\",\n            \"apicard\": \"419310*****1658\",\n            \"apialerterid\": \"4CKHZDPRY06X6WCHI8K5YKIEQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157029\",\n            \"apidate\": \"2019-04-02 08:39:24\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"206272\",\n            \"apitransactiondate\": \"2019/02/26 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"1712\",\n            \"apicard\": \"403766*****1712\",\n            \"apialerterid\": \"DZV6ZGUI7WVH3QFR881J4S33F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157028\",\n            \"apidate\": \"2019-04-03 06:14:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"7569\",\n            \"apicard\": \"517805*****7569\",\n            \"apialerterid\": \"BLHHIK2M7QBWPKYFHL1IGCHUM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157027\",\n            \"apidate\": \"2019-04-04 06:12:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426692\",\n            \"cclast4\": \"4199\",\n            \"apicard\": \"426692*****4199\",\n            \"apialerterid\": \"4WIONQ6N7D6XDFL23RB83WXI5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157026\",\n            \"apidate\": \"2019-04-04 06:13:19\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"0322\",\n            \"apicard\": \"517805*****0322\",\n            \"apialerterid\": \"2NTT5D40BRKV1BKUCPG1OZUBJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157025\",\n            \"apidate\": \"2019-04-04 11:25:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/03 00:40:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426684\",\n            \"cclast4\": \"1826\",\n            \"apicard\": \"426684*****1826\",\n            \"apialerterid\": \"BYFL1PZZXK6OTQC4CXZW4FJHX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157024\",\n            \"apidate\": \"2019-04-04 13:09:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06611C\",\n            \"apitransactiondate\": \"2019/03/26 20:55:53\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"486895\",\n            \"cclast4\": \"7572\",\n            \"apicard\": \"486895*****7572\",\n            \"apialerterid\": \"56P6JB342V0FWC1FBR3P9HPLQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157023\",\n            \"apidate\": \"2019-04-02 06:15:54\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515593\",\n            \"cclast4\": \"8461\",\n            \"apicard\": \"515593*****8461\",\n            \"apialerterid\": \"5G2AMYPD4VIUTA7NBCXDDCA3F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157022\",\n            \"apidate\": \"2019-04-02 08:55:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"020863\",\n            \"apitransactiondate\": \"2019/03/20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403297\",\n            \"cclast4\": \"4548\",\n            \"apicard\": \"403297*****4548\",\n            \"apialerterid\": \"AA2RFSK1X3H026WY1OJX6MMXY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"PSCU\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157021\",\n            \"apidate\": \"2019-04-04 06:12:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/22 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546641\",\n            \"cclast4\": \"0591\",\n            \"apicard\": \"546641*****0591\",\n            \"apialerterid\": \"7701IF749251R8EA1MVL2S5Z7\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        }\n    ]\n}"},{"id":"bc6a1d36-8f9f-48d3-b074-0c568efd8a49","name":"Record by {alertid}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/alertnotes?alertid=5022197","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","alertnotes"],"query":[{"key":"alertid","value":"5022197"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Sep 2020 00:04:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/alertnotes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": [\n            {\n                \"method\": \"GET\",\n                \"uri\": \"/v2/alertnotes?alertid=5022197\",\n                \"query\": {\n                    \"alertid\": \"5022197\"\n                }\n            }\n        ],\n        \"message\": {\n            \"results\": null,\n            \"fields\": [\n                \"5022197\"\n            ]\n        }\n    }\n}"}],"_postman_id":"8adf02ce-947a-4df4-9466-104028d2d313"},{"name":"Create Alert Note","id":"bf2745ad-045e-438c-accb-a9357f2d9a49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alertid\": \"5022197\",\r\n  \"adminid\": \"9366\",\r\n  \"noteonoff\": \"1\",\r\n  \"notetype\": \"1\",\r\n  \"notetext\": \"ffhis is an alertnote string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/alertnotes","description":"<h6 id=\"update-an-alert\">Update an Alert</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> { \"statusid: 1 }\n</code></pre><p><code>deprecated fieldname outcomeid</code></p>\n<table>\n  <tr>\n    <th>{statusid}</th>\n    <th>Name</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>1</td>\n    <td>Stopped/Refunded</td>\n    <td>successful refund on the disputed transaction</td>\n  </tr>\n  <tr>\n    <td>3</td>\n    <td>Accept/Chargeback</td>\n    <td>accept disputed transaction and resolve internally</td>\n  </tr>\n  <tr>\n    <td>8</td>\n    <td>Other</td>\n    <td>voided, declined/unsuccessful original transaction</td>\n   </tr>\n  <tr>\n    <td>12</td>\n    <td>Previously Cancelled</td>\n    <td>original transaction refunded prior to apidate</td>\n  </tr>\n  <tr>\n    <td>13</td>\n    <td>Too Late</td>\n    <td>alert not updated within provider guidelines</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v2","alertnotes"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"2fcbff7b-60c2-404c-a1dc-4f7456d241a3","name":"Update (successful)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 21\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5018931"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Aug 2020 02:28:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": [\n            \"previous: 20\"\n        ],\n        \"updated\": 1,\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts/5018931\",\n            \"query\": []\n        }\n    },\n    \"data\": {\n        \"alert\": \"successful update 5018931 | 21\"\n    }\n}"},{"id":"2fcdbac7-7e03-46b6-b2ab-083e0904a03f","name":"Update (duplicate)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 12\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5018931"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 20:30:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": [\n            {\n                \"statusid\": \"12\"\n            }\n        ],\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts/5018931\",\n            \"query\": []\n        }\n    },\n    \"data\": {\n        \"alert\": \"already equal\"\n    }\n}"},{"id":"5bda3814-8230-4c8c-aa9b-ccea41a07a62","name":"Insert Note","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alertid\": \"5022197\",\r\n  \"adminid\": \"9366\",\r\n  \"noteonoff\": \"1\",\r\n  \"notetype\": \"1\",\r\n  \"notetext\": \"ffhis is an alertnote string\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/alertnotes?alertid=5022197","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","alertnotes"],"query":[{"key":"alertid","value":"5022197"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Sep 2020 23:59:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"432"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/alertnotes.json"},{"key":"x-query_total","value":"169153"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"169153\",\n        \"minid\": \"1\",\n        \"total_records\": \"169153\",\n        \"response_total\": 4,\n        \"query_admin\": {\n            \"qrecords\": \"169153\"\n        },\n        \"query_total\": \"4\",\n        \"qrequest\": [\n            \"SELECT COUNT(*) as `qrecords` FROM `24tbl_alerts_notes` WHERE 1 \"\n        ],\n        \"request\": [\n            \"SELECT * FROM `24tbl_alerts_notes` WHERE 1 AND `alertid` = 5022197 ORDER BY `noteid` DESC  LIMIT 200\",\n            {\n                \"method\": \"GET\",\n                \"uri\": \"/v2/alertnotes?alertid=5022197\",\n                \"query\": {\n                    \"alertid\": \"5022197\"\n                }\n            }\n        ],\n        \"message\": {\n            \"results\": null,\n            \"fields\": [\n                \"5022197\"\n            ]\n        }\n    },\n    \"data\": [\n        {\n            \"noteid\": \"169153\",\n            \"alertid\": \"5022197\",\n            \"adminid\": \"9366\",\n            \"datecreated\": \"2020-09-09 23:48:22\",\n            \"noteonoff\": \"1\",\n            \"notetype\": \"1\",\n            \"notetext\": \"ffhis is an alertnote string\"\n        },\n        {\n            \"noteid\": \"169152\",\n            \"alertid\": \"5022197\",\n            \"adminid\": \"9366\",\n            \"datecreated\": \"2020-09-09 23:40:53\",\n            \"noteonoff\": \"1\",\n            \"notetype\": \"1\",\n            \"notetext\": \"ffhis is an alertnote string\"\n        },\n        {\n            \"noteid\": \"169151\",\n            \"alertid\": \"5022197\",\n            \"adminid\": \"9366\",\n            \"datecreated\": \"2020-06-20 18:34:26\",\n            \"noteonoff\": \"1\",\n            \"notetype\": \"1\",\n            \"notetext\": \"ffhis is an alertnote string\"\n        },\n        {\n            \"noteid\": \"169150\",\n            \"alertid\": \"5022197\",\n            \"adminid\": \"9370\",\n            \"datecreated\": \"2020-09-09 00:00:00\",\n            \"noteonoff\": \"1\",\n            \"notetype\": \"1\",\n            \"notetext\": \"ffhis is an alertnote string\"\n        }\n    ]\n}"}],"_postman_id":"bf2745ad-045e-438c-accb-a9357f2d9a49"}],"id":"8da55f3f-8514-4144-8e61-938d40102396","description":"<p>Add notation on alert records</p>\n","_postman_id":"8da55f3f-8514-4144-8e61-938d40102396"},{"name":"/alertsmatch","item":[{"name":"GET","id":"47a3256e-9826-4715-b25f-50c8636df3a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/alertsmatch?alertid=5018912","description":"<p>Get List</p>\n","urlObject":{"protocol":"https","path":["v2","alertsmatch"],"host":["api","chargebackdefense","com"],"query":[{"key":"alertid","value":"5018912"}],"variable":[]}},"response":[{"id":"77225201-7bcc-41a1-ba2b-e545beb1a4e7","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/alertsmatch?alertid=5018912","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","alertsmatch"],"query":[{"key":"alertid","value":"5018912"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 16:16:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/alertsmatch.json"},{"key":"x-query_total","value":"144237"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"147293\",\n        \"minid\": \"2\",\n        \"total_records\": \"144237\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"query_admin\": {\n            \"qrecords\": \"144237\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `24tbl_alerts_matching_trans` WHERE 1 AND `alertid` = 5018912 ORDER BY `id` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `24tbl_alerts_matching_trans` WHERE 1 AND `alertid` = 5018912 ORDER BY `id` DESC  LIMIT 200\"\n        ],\n        \"request\": [\n            {\n                \"time\": \"1602173787\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/alertsmatch?alertid=5018912\",\n                \"query\": {\n                    \"alertid\": \"5018912\"\n                }\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": \"147293\",\n            \"recordonoff\": \"1\",\n            \"alertid\": \"5018912\",\n            \"vendorid\": \"1\",\n            \"apiid5\": \"3171\",\n            \"dtcreated\": \"2020-09-10 19:19:16\",\n            \"validmatch\": \"1\",\n            \"validmatchtxt\": \"\",\n            \"mainrecordid\": \"5436403337\",\n            \"apifullresponse\": \"{\\\"transaction_id\\\":\\\"5436403337\\\",\\\"partial_payment_id\\\":[],\\\"partial_payment_balance\\\":[],\\\"platform_id\\\":[],\\\"transaction_type\\\":\\\"cc\\\",\\\"condition\\\":\\\"complete\\\",\\\"order_id\\\":[],\\\"authorization_code\\\":\\\"368952\\\",\\\"ponumber\\\":[],\\\"order_description\\\":[],\\\"first_name\\\":\\\"MAKENZI\\\",\\\"last_name\\\":\\\"JOHNSON\\\",\\\"address_1\\\":\\\"3616 BLUEBERRY WAY\\\",\\\"address_2\\\":[],\\\"company\\\":[],\\\"city\\\":\\\"JEFFERSONVILLE\\\",\\\"state\\\":\\\"IN\\\",\\\"postal_code\\\":\\\"47130\\\",\\\"country\\\":\\\"US\\\",\\\"email\\\":\\\"MAKENZI32.MJ@GMAIL.COM\\\",\\\"phone\\\":[],\\\"fax\\\":[],\\\"cell_phone\\\":[],\\\"customertaxid\\\":[],\\\"customerid\\\":[],\\\"website\\\":[],\\\"shipping_first_name\\\":[],\\\"shipping_last_name\\\":[],\\\"shipping_address_1\\\":[],\\\"shipping_address_2\\\":[],\\\"shipping_company\\\":[],\\\"shipping_city\\\":[],\\\"shipping_state\\\":[],\\\"shipping_postal_code\\\":[],\\\"shipping_country\\\":[],\\\"shipping_email\\\":[],\\\"shipping_carrier\\\":[],\\\"tracking_number\\\":[],\\\"shipping_date\\\":[],\\\"shipping\\\":\\\"0.00\\\",\\\"shipping_phone\\\":[],\\\"cc_number\\\":\\\"4xxxxxxxxxxx1597\\\",\\\"cc_hash\\\":\\\"80ce3d08e80df00c942dea6f5f1db274\\\",\\\"cc_exp\\\":\\\"0322\\\",\\\"cavv\\\":[],\\\"cavv_result\\\":[],\\\"xid\\\":[],\\\"eci\\\":[],\\\"directory_server_id\\\":[],\\\"three_ds_version\\\":[],\\\"avs_response\\\":\\\"Z\\\",\\\"csc_response\\\":\\\"M\\\",\\\"cardholder_auth\\\":[],\\\"cc_start_date\\\":[],\\\"cc_issue_number\\\":[],\\\"check_account\\\":[],\\\"check_hash\\\":[],\\\"check_aba\\\":[],\\\"check_name\\\":[],\\\"account_holder_type\\\":[],\\\"account_type\\\":[],\\\"sec_code\\\":[],\\\"drivers_license_number\\\":[],\\\"drivers_license_state\\\":[],\\\"drivers_license_dob\\\":[],\\\"social_security_number\\\":[],\\\"processor_id\\\":\\\"choice10\\\",\\\"tax\\\":\\\"0.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"surcharge\\\":[],\\\"tip\\\":[],\\\"card_balance\\\":[],\\\"card_available_balance\\\":[],\\\"entry_mode\\\":\\\"Keyed\\\",\\\"cc_bin\\\":\\\"443041\\\",\\\"cc_type\\\":\\\"Visa\\\",\\\"signature_image\\\":[],\\\"action\\\":[{\\\"amount\\\":\\\"199.80\\\",\\\"action_type\\\":\\\"sale\\\",\\\"date\\\":\\\"20200617102344\\\",\\\"success\\\":\\\"1\\\",\\\"ip_address\\\":\\\"50.31.165.22\\\",\\\"source\\\":\\\"api\\\",\\\"api_method\\\":\\\"direct_post\\\",\\\"username\\\":\\\"DPX-API\\\",\\\"response_text\\\":\\\"Approved\\\",\\\"batch_id\\\":\\\"0\\\",\\\"processor_batch_id\\\":[],\\\"response_code\\\":\\\"100\\\",\\\"processor_response_text\\\":\\\" ZIP  MATCH     \\\",\\\"processor_response_code\\\":\\\"00\\\",\\\"requested_amount\\\":\\\"199.80\\\",\\\"device_license_number\\\":[],\\\"device_nickname\\\":[]},{\\\"amount\\\":\\\"199.80\\\",\\\"action_type\\\":\\\"settle\\\",\\\"date\\\":\\\"20200618013838\\\",\\\"success\\\":\\\"1\\\",\\\"ip_address\\\":[],\\\"source\\\":\\\"internal\\\",\\\"api_method\\\":[],\\\"username\\\":[],\\\"response_text\\\":\\\" ACCEPTED\\\",\\\"batch_id\\\":\\\"429497541\\\",\\\"processor_batch_id\\\":\\\"178\\\",\\\"response_code\\\":\\\"100\\\",\\\"processor_response_text\\\":[],\\\"processor_response_code\\\":\\\"0000000000336687\\\",\\\"device_license_number\\\":[],\\\"device_nickname\\\":[]}],\\\"merchant_defined_field\\\":null}\",\n            \"apidatamatches\": \"{\\\"transaction_id\\\":\\\"5436403337\\\",\\\"partial_payment_id\\\":[],\\\"partial_payment_balance\\\":[],\\\"platform_id\\\":[],\\\"transaction_type\\\":\\\"cc\\\",\\\"condition\\\":\\\"complete\\\",\\\"order_id\\\":[],\\\"authorization_code\\\":\\\"368952\\\",\\\"ponumber\\\":[],\\\"order_description\\\":[],\\\"first_name\\\":\\\"MAKENZI\\\",\\\"last_name\\\":\\\"JOHNSON\\\",\\\"address_1\\\":\\\"3616 BLUEBERRY WAY\\\",\\\"address_2\\\":[],\\\"company\\\":[],\\\"city\\\":\\\"JEFFERSONVILLE\\\",\\\"state\\\":\\\"IN\\\",\\\"postal_code\\\":\\\"47130\\\",\\\"country\\\":\\\"US\\\",\\\"email\\\":\\\"MAKENZI32.MJ@GMAIL.COM\\\",\\\"phone\\\":[],\\\"fax\\\":[],\\\"cell_phone\\\":[],\\\"customertaxid\\\":[],\\\"customerid\\\":[],\\\"website\\\":[],\\\"shipping_first_name\\\":[],\\\"shipping_last_name\\\":[],\\\"shipping_address_1\\\":[],\\\"shipping_address_2\\\":[],\\\"shipping_company\\\":[],\\\"shipping_city\\\":[],\\\"shipping_state\\\":[],\\\"shipping_postal_code\\\":[],\\\"shipping_country\\\":[],\\\"shipping_email\\\":[],\\\"shipping_carrier\\\":[],\\\"tracking_number\\\":[],\\\"shipping_date\\\":[],\\\"shipping\\\":\\\"0.00\\\",\\\"shipping_phone\\\":[],\\\"cc_number\\\":\\\"4xxxxxxxxxxx1597\\\",\\\"cc_hash\\\":\\\"80ce3d08e80df00c942dea6f5f1db274\\\",\\\"cc_exp\\\":\\\"0322\\\",\\\"cavv\\\":[],\\\"cavv_result\\\":[],\\\"xid\\\":[],\\\"eci\\\":[],\\\"directory_server_id\\\":[],\\\"three_ds_version\\\":[],\\\"avs_response\\\":\\\"Z\\\",\\\"csc_response\\\":\\\"M\\\",\\\"cardholder_auth\\\":[],\\\"cc_start_date\\\":[],\\\"cc_issue_number\\\":[],\\\"check_account\\\":[],\\\"check_hash\\\":[],\\\"check_aba\\\":[],\\\"check_name\\\":[],\\\"account_holder_type\\\":[],\\\"account_type\\\":[],\\\"sec_code\\\":[],\\\"drivers_license_number\\\":[],\\\"drivers_license_state\\\":[],\\\"drivers_license_dob\\\":[],\\\"social_security_number\\\":[],\\\"processor_id\\\":\\\"choice10\\\",\\\"tax\\\":\\\"0.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"surcharge\\\":[],\\\"tip\\\":[],\\\"card_balance\\\":[],\\\"card_available_balance\\\":[],\\\"entry_mode\\\":\\\"Keyed\\\",\\\"cc_bin\\\":\\\"443041\\\",\\\"cc_type\\\":\\\"Visa\\\",\\\"signature_image\\\":[],\\\"action\\\":[{\\\"amount\\\":\\\"199.80\\\",\\\"action_type\\\":\\\"sale\\\",\\\"date\\\":\\\"20200617102344\\\",\\\"success\\\":\\\"1\\\",\\\"ip_address\\\":\\\"50.31.165.22\\\",\\\"source\\\":\\\"api\\\",\\\"api_method\\\":\\\"direct_post\\\",\\\"username\\\":\\\"DPX-API\\\",\\\"response_text\\\":\\\"Approved\\\",\\\"batch_id\\\":\\\"0\\\",\\\"processor_batch_id\\\":[],\\\"response_code\\\":\\\"100\\\",\\\"processor_response_text\\\":\\\" ZIP  MATCH     \\\",\\\"processor_response_code\\\":\\\"00\\\",\\\"requested_amount\\\":\\\"199.80\\\",\\\"device_license_number\\\":[],\\\"device_nickname\\\":[]},{\\\"amount\\\":\\\"199.80\\\",\\\"action_type\\\":\\\"settle\\\",\\\"date\\\":\\\"20200618013838\\\",\\\"success\\\":\\\"1\\\",\\\"ip_address\\\":[],\\\"source\\\":\\\"internal\\\",\\\"api_method\\\":[],\\\"username\\\":[],\\\"response_text\\\":\\\" ACCEPTED\\\",\\\"batch_id\\\":\\\"429497541\\\",\\\"processor_batch_id\\\":\\\"178\\\",\\\"response_code\\\":\\\"100\\\",\\\"processor_response_text\\\":[],\\\"processor_response_code\\\":\\\"0000000000336687\\\",\\\"device_license_number\\\":[],\\\"device_nickname\\\":[]}],\\\"merchant_defined_field\\\":null}\",\n            \"apirefundresults\": \"\"\n        }\n    ]\n}"}],"_postman_id":"47a3256e-9826-4715-b25f-50c8636df3a5"}],"id":"4c7fd4f2-6626-4801-a134-d950c08c59ac","description":"<p>Matching transactions from received chargeback alert notifications.</p>\n","_postman_id":"4c7fd4f2-6626-4801-a134-d950c08c59ac"},{"name":"/alertsblobs","item":[{"name":"GET","id":"b7a3f4cd-09f2-4674-a9fd-9369c3bc1ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.chargebackdefense.com/v2/alertsblobs","urlObject":{"protocol":"http","path":["v2","alertsblobs"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"bf25de5e-2411-45ca-a953-4effb4ed4c81","name":"GET","originalRequest":{"method":"GET","header":[],"url":"http://api.chargebackdefense.com/v2/alertsblobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 16:12:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18708"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/alertsblobs.json"},{"key":"x-query_total","value":"4970028"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"5029515\",\n        \"minid\": \"55891\",\n        \"total_records\": \"4970028\",\n        \"response_total\": \"200\",\n        \"query_total\": \"4970028\",\n        \"query_admin\": {\n            \"qrecords\": \"4970028\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `24tbl_alerts_blobs` WHERE 1 ORDER BY `apiID` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `24tbl_alerts_blobs` WHERE 1 ORDER BY `apiID` DESC  LIMIT 200\"\n        ],\n        \"request\": [\n            {\n                \"time\": \"1602173545\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/alertsblobs\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"apiID\": \"5029515\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AICRNRT9KS9HY2XDLMX8CC6YO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:11:33.414</AlertTimestamp><Age>136</Age><Issuer>Bank of America</Issuer><CardNumber>481582******6801</CardNumber><CardBIN>481582</CardBIN><CardLast4>6801</CardLast4><ARN>24183100278900016322474</ARN><TransactionTimestamp>2020-10-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>REAVANNSLIM</MerchantDescriptor><MemberID>56103</MemberID><MCC>5499</MCC><Amount>79.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>155718</AuthCode><MerchantMemberName>300391- Reavan Slim- Nicobarliving - 30687</MerchantMemberName><TransactionId>380277679098488</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 16:12:22\"\n        },\n        {\n            \"apiID\": \"5029514\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AAME4OMCJDK6CI2BQNT06JKIA</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:11:28.494</AlertTimestamp><Age>736</Age><Issuer>Bank of America</Issuer><CardNumber>411773******1928</CardNumber><CardBIN>411773</CardBIN><CardLast4>1928</CardLast4><ARN>24130990253900018504902</ARN><TransactionTimestamp>2020-09-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>151781</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>380252443018998</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 16:12:03\"\n        },\n        {\n            \"apiID\": \"5029513\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8PDMK4PF6GFJJNE32RNMHQJK3</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:11:23.762</AlertTimestamp><Age>544</Age><Issuer>Bank of America</Issuer><CardNumber>481582******6801</CardNumber><CardBIN>481582</CardBIN><CardLast4>6801</CardLast4><ARN>24183100260900014617289</ARN><TransactionTimestamp>2020-09-16T00:00:00.000</TransactionTimestamp><MerchantDescriptor>REAVANNSLIM</MerchantDescriptor><MemberID>56103</MemberID><MCC>5499</MCC><Amount>6.50</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>173436</AuthCode><MerchantMemberName>300391- Reavan Slim- Nicobarliving - 30687</MerchantMemberName><TransactionId>460260703811785</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 16:12:02\"\n        },\n        {\n            \"apiID\": \"5029512\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>463FIS8I40AJP2OYHES3QXBPF</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:11:18.058</AlertTimestamp><Age>1480</Age><Issuer>Bank of America</Issuer><CardNumber>411773******1928</CardNumber><CardBIN>411773</CardBIN><CardLast4>1928</CardLast4><ARN>24130990222900017800879</ARN><TransactionTimestamp>2020-08-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>162247</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>380219014816188</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 16:12:02\"\n        },\n        {\n            \"apiID\": \"5029511\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7G324EAGT1MKE7GOXMA4NSSBZ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:04:35.751</AlertTimestamp><Age>77</Age><Issuer>CreditShop</Issuer><CardNumber>523081******0117</CardNumber><CardBIN>523081</CardBIN><CardLast4>0117</CardLast4><ARN>05227020279300204685566</ARN><TransactionTimestamp>2020-10-05T03:58:14.000</TransactionTimestamp><MerchantDescriptor>TRAVELGROUP83322</MerchantDescriptor><MemberID>49072</MemberID><MCC>5968</MCC><Amount>24.89</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>04435Z</AuthCode><MerchantMemberName>Zone Marketing, Inc. - 49069</MerchantMemberName><TransactionId>MPL7QP0SV</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 16:05:01\"\n        },\n        {\n            \"apiID\": \"5029510\",\n            \"apidata\": \"{\\\"id\\\":666883,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291158058\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:57:54\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790190900012127700\\\",\\\"transactionTimestamp\\\":\\\"2020-07-09 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:57:54\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-09 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:58:02\"\n        },\n        {\n            \"apiID\": \"5029509\",\n            \"apidata\": \"{\\\"id\\\":666882,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291158093\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:57:52\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790252900018366240\\\",\\\"transactionTimestamp\\\":\\\"2020-09-09 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:57:52\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-09 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:58:02\"\n        },\n        {\n            \"apiID\": \"5029508\",\n            \"apidata\": \"{\\\"id\\\":666883,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291158058\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:57:54\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790190900012127700\\\",\\\"transactionTimestamp\\\":\\\"2020-07-09 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:57:54\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-09 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:58:02\"\n        },\n        {\n            \"apiID\": \"5029507\",\n            \"apidata\": \"{\\\"id\\\":666882,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291158093\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:57:52\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790252900018366240\\\",\\\"transactionTimestamp\\\":\\\"2020-09-09 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:57:52\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-09 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:58:02\"\n        },\n        {\n            \"apiID\": \"5029506\",\n            \"apidata\": \"{\\\"id\\\":666869,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291178993\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:54:33\\\",\\\"issuer\\\":\\\"NAVY F.C.U.\\\",\\\"cardNumber\\\":\\\"400022******8617\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24037610281900016594883\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBALTEL.NET\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:54:33\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":null,\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:55:02\"\n        },\n        {\n            \"apiID\": \"5029505\",\n            \"apidata\": \"{\\\"id\\\":666869,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291178993\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:54:33\\\",\\\"issuer\\\":\\\"NAVY F.C.U.\\\",\\\"cardNumber\\\":\\\"400022******8617\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24037610281900016594883\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBALTEL.NET\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:54:33\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":null,\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:55:02\"\n        },\n        {\n            \"apiID\": \"5029504\",\n            \"apidata\": \"{\\\"id\\\":666860,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291178538\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:52:53\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"459954******8746\\\",\\\"consumerName\\\":\\\"SHANARIKA LONON\\\",\\\"arn\\\":\\\"24039580280012449541822\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBAL-TEL.NET\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H05818\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:52:53\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:53:02\"\n        },\n        {\n            \"apiID\": \"5029503\",\n            \"apidata\": \"{\\\"id\\\":666857,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291148488\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:52:18\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790222900015262795\\\",\\\"transactionTimestamp\\\":\\\"2020-08-10 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:52:18\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-10 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:53:02\"\n        },\n        {\n            \"apiID\": \"5029502\",\n            \"apidata\": \"{\\\"id\\\":666860,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291178538\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:52:53\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"459954******8746\\\",\\\"consumerName\\\":\\\"SHANARIKA LONON\\\",\\\"arn\\\":\\\"24039580280012449541822\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBAL-TEL.NET\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H05818\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:52:53\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:53:02\"\n        },\n        {\n            \"apiID\": \"5029501\",\n            \"apidata\": \"{\\\"id\\\":666857,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291148488\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:52:18\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******3285\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24056790222900015262795\\\",\\\"transactionTimestamp\\\":\\\"2020-08-10 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:52:18\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-10 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"4422295480\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:53:02\"\n        },\n        {\n            \"apiID\": \"5029500\",\n            \"apidata\": \"{\\\"id\\\":666836,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291170148\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:45:16\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******7900\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24999890279900018322208\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBAL CIRCULATION INC\\\",\\\"merchantId\\\":\\\"459938\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"60.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:45:16\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"60.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8008800087\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:46:02\"\n        },\n        {\n            \"apiID\": \"5029499\",\n            \"apidata\": \"{\\\"id\\\":666836,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291170148\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:45:16\\\",\\\"issuer\\\":\\\"PNC BANK, N.A.\\\",\\\"cardNumber\\\":\\\"443044******7900\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24999890279900018322208\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"GLOBAL CIRCULATION INC\\\",\\\"merchantId\\\":\\\"459938\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"60.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:45:16\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"60.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8008800087\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:46:02\"\n        },\n        {\n            \"apiID\": \"5029498\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6JETQTJX4IQ2RI1VJKRTAXUDI</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:43:22.793</AlertTimestamp><Age>52</Age><Issuer>Woodforest</Issuer><CardNumber>514616******5382</CardNumber><CardBIN>514616</CardBIN><CardLast4>5382</CardLast4><TransactionTimestamp>2020-10-06T04:47:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:44:02\"\n        },\n        {\n            \"apiID\": \"5029497\",\n            \"apidata\": \"{\\\"id\\\":666826,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291134203\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:38:00\\\",\\\"issuer\\\":\\\"FIRST TENNESSEE BANK, N.A.\\\",\\\"cardNumber\\\":\\\"445102******8981\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24492150196637424274505\\\",\\\"transactionTimestamp\\\":\\\"2020-07-14 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"400.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"415046\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:38:00\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-14 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"400.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"TOPFLIGHTASSI\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:38:02\"\n        },\n        {\n            \"apiID\": \"5029496\",\n            \"apidata\": \"{\\\"id\\\":666826,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291134203\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 15:38:00\\\",\\\"issuer\\\":\\\"FIRST TENNESSEE BANK, N.A.\\\",\\\"cardNumber\\\":\\\"445102******8981\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24492150196637424274505\\\",\\\"transactionTimestamp\\\":\\\"2020-07-14 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTANCE\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"400.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"415046\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 15:38:00\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-14 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"400.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"TOPFLIGHTASSI\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:38:02\"\n        },\n        {\n            \"apiID\": \"5029495\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>C1P47R4FRT05A0S7SC9YXSAUA</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:29:41.202</AlertTimestamp><Age>121</Age><Issuer>Capital One W</Issuer><CardNumber>523914******8197</CardNumber><CardBIN>523914</CardBIN><CardLast4>8197</CardLast4><TransactionTimestamp>2020-10-03T07:53:06.000</TransactionTimestamp><MerchantDescriptor>SECURTEL.US</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>45.98</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>09192Z</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:31:02\"\n        },\n        {\n            \"apiID\": \"5029494\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0NCX3H3HJ6GSARGJ011T6Z8JK</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:29:23.676</AlertTimestamp><Age>70</Age><Issuer>Capital One W</Issuer><CardNumber>515676******8132</CardNumber><CardBIN>515676</CardBIN><CardLast4>8132</CardLast4><TransactionTimestamp>2020-10-05T10:31:02.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>03078Z</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:30:02\"\n        },\n        {\n            \"apiID\": \"5029493\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>DZEYD36O91TD2UDM0CSK2E3LI</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:29:23.799</AlertTimestamp><Age>71</Age><Issuer>Capital One W</Issuer><CardNumber>529115******4242</CardNumber><CardBIN>529115</CardBIN><CardLast4>4242</CardLast4><TransactionTimestamp>2020-10-05T09:14:38.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>03164Z</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:30:01\"\n        },\n        {\n            \"apiID\": \"5029492\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9AZO6IW0ARQFNXVGO6EGDXHM0</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:20:28.531</AlertTimestamp><Age>187</Age><Issuer>Barclaycard US</Issuer><CardNumber>537800******8019</CardNumber><CardBIN>537800</CardBIN><CardLast4>8019</CardLast4><ARN>85369270275980000444840</ARN><TransactionTimestamp>2020-09-30T13:00:00.000</TransactionTimestamp><MerchantDescriptor>HARBORHEALTHSHOP</MerchantDescriptor><MemberID>57043</MemberID><MCC>5999</MCC><Amount>42.48</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>04925Z</AuthCode><MerchantMemberName>Efortify - Harbor Health, LLC - 407348 - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:21:01\"\n        },\n        {\n            \"apiID\": \"5029491\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8O9PA7ZRFP355K70PD8AFQ72S</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:18:36.902</AlertTimestamp><Age>831</Age><Issuer>Bank of America</Issuer><CardNumber>414734******3442</CardNumber><CardBIN>414734</CardBIN><CardLast4>3442</CardLast4><ARN>24145720248900030935383</ARN><TransactionTimestamp>2020-09-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>HOLLYWOOD KETO FIT</MerchantDescriptor><MemberID>57098</MemberID><MCC>5499</MCC><Amount>9.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>05558C</AuthCode><MerchantMemberName>Efortify - Hollywood Beauty - 498531 - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:20:02\"\n        },\n        {\n            \"apiID\": \"5029490\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9J25O8Y5MSIJT9VEUQV36ZWCG</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:18:11.234</AlertTimestamp><Age>159</Age><Issuer>Bank of America</Issuer><CardNumber>552433******1624</CardNumber><CardBIN>552433</CardBIN><CardLast4>1624</CardLast4><TransactionTimestamp>2020-10-02T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>03672P</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:19:02\"\n        },\n        {\n            \"apiID\": \"5029489\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7E8KATVVZ7331883EM8PCYQUJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:17:37.339</AlertTimestamp><Age>783</Age><Issuer>Bank of America</Issuer><CardNumber>552433******5861</CardNumber><CardBIN>552433</CardBIN><CardLast4>5861</CardLast4><ARN>85369270250980000444872</ARN><TransactionTimestamp>2020-09-06T00:00:00.000</TransactionTimestamp><MerchantDescriptor>HARBORHEALTHSHOP</MerchantDescriptor><MemberID>57043</MemberID><MCC>5999</MCC><Amount>29.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>03699S</AuthCode><MerchantMemberName>Efortify - Harbor Health, LLC - 407348 - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:19:01\"\n        },\n        {\n            \"apiID\": \"5029488\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3A7XP9GKAE51LLPMS3DBL0HUE</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:17:08.952</AlertTimestamp><Age>1599</Age><Issuer>Bank of America</Issuer><CardNumber>552433******7140</CardNumber><CardBIN>552433</CardBIN><CardLast4>7140</CardLast4><ARN>85541350216700065189996</ARN><TransactionTimestamp>2020-08-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>06271P</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:18:23\"\n        },\n        {\n            \"apiID\": \"5029487\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>4TMXSRGIKFF070ZY7FNE8V1W9</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:17:08.255</AlertTimestamp><Age>855</Age><Issuer>Bank of America</Issuer><CardNumber>552433******7140</CardNumber><CardBIN>552433</CardBIN><CardLast4>7140</CardLast4><ARN>85541350247700065186938</ARN><TransactionTimestamp>2020-09-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>01025P</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:18:21\"\n        },\n        {\n            \"apiID\": \"5029486\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>DVOR7LWUU6PZ7LUZJ8CTSGTZI</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:17:07.594</AlertTimestamp><Age>135</Age><Issuer>Bank of America</Issuer><CardNumber>552433******7140</CardNumber><CardBIN>552433</CardBIN><CardLast4>7140</CardLast4><ARN>85541350278700065181451</ARN><TransactionTimestamp>2020-10-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>01210P</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:18:02\"\n        },\n        {\n            \"apiID\": \"5029485\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>43B7ODLWEF1MRVTPZBUA97K2X</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:16:29.464</AlertTimestamp><Age>39</Age><Issuer>Bank of America</Issuer><CardNumber>552433******3271</CardNumber><CardBIN>552433</CardBIN><CardLast4>3271</CardLast4><TransactionTimestamp>2020-10-07T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>00744Z</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:18:01\"\n        },\n        {\n            \"apiID\": \"5029484\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9LZL4GP5V668WKRREJ5HU40LP</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:16:20.250</AlertTimestamp><Age>471</Age><Issuer>Bank of America</Issuer><CardNumber>532901******0745</CardNumber><CardBIN>532901</CardBIN><CardLast4>0745</CardLast4><ARN>25125960264000000026701</ARN><TransactionTimestamp>2020-09-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>REAVAN SLIM</MerchantDescriptor><MemberID>56878</MemberID><MCC>5499</MCC><Amount>19.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>Issuer</Source><AuthCode>02848Z</AuthCode><MerchantMemberName>956143 - Reavan Slim - Nicobarliving - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:17:02\"\n        },\n        {\n            \"apiID\": \"5029483\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8IMZENW4Y9S5UPWF4FUNHOR4T</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:16:19.552</AlertTimestamp><Age>471</Age><Issuer>Bank of America</Issuer><CardNumber>532901******0745</CardNumber><CardBIN>532901</CardBIN><CardLast4>0745</CardLast4><ARN>25125960264000000026693</ARN><TransactionTimestamp>2020-09-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>REAVAN SLIM</MerchantDescriptor><MemberID>56878</MemberID><MCC>5499</MCC><Amount>6.50</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>Issuer</Source><AuthCode>00037Z</AuthCode><MerchantMemberName>956143 - Reavan Slim - Nicobarliving - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:17:01\"\n        },\n        {\n            \"apiID\": \"5029482\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>BS3ZOBIOJ2F0MAVWBFS1A2C6M</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T08:12:55.971</AlertTimestamp><Age>423</Age><Issuer>BANCORPSOUTH BANK</Issuer><CardNumber>545510******6864</CardNumber><CardBIN>545510</CardBIN><CardLast4>6864</CardLast4><ARN>75207970266012374474964</ARN><TransactionTimestamp>2020-09-21T00:00:00.000</TransactionTimestamp><MerchantDescriptor>DOCUPREP XPRESS</MerchantDescriptor><MemberID>53649</MemberID><MCC>7299</MCC><Amount>199.80</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>015972</AuthCode><MerchantMemberName>DocuPrep Xpress - 30687</MerchantMemberName><TransactionId>MDS1ZY35H</TransactionId><ChargebackReasonCode>4855</ChargebackReasonCode><ChargebackAmount>199.800</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:14:01\"\n        },\n        {\n            \"apiID\": \"5029481\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3WCSH7362E4262VC6VBSS2YNQ</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T08:12:12.668</AlertTimestamp><Age>63</Age><Issuer>Bank of America</Issuer><CardNumber>527516******0606</CardNumber><CardBIN>527516</CardBIN><CardLast4>0606</CardLast4><ARN>82301930279900019186516</ARN><TransactionTimestamp>2020-10-06T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBAL-TEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>153503</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MDJDG653X</TransactionId><ChargebackAmount>45.990</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:13:22\"\n        },\n        {\n            \"apiID\": \"5029480\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3R8QVBBHQY7EXAKBFL7PGKGJS</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T08:12:03.708</AlertTimestamp><Age>87</Age><Issuer>Bank of America</Issuer><CardNumber>481582******5266</CardNumber><CardBIN>481582</CardBIN><CardLast4>5266</CardLast4><ARN>24037610280900011744716</ARN><TransactionTimestamp>2020-10-05T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBAL-TEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>7299</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>171310</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName><ChargebackAmount>45.990</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:13:22\"\n        },\n        {\n            \"apiID\": \"5029479\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>60CQMNZK1S4G6X41VI2GJORA7</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:11:56.972</AlertTimestamp><Age>2223</Age><Issuer>Bank of America</Issuer><CardNumber>474475******5857</CardNumber><CardBIN>474475</CardBIN><CardLast4>5857</CardLast4><ARN>24130990191900016164076</ARN><TransactionTimestamp>2020-07-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>135453</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>380187501202685</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:13:02\"\n        },\n        {\n            \"apiID\": \"5029478\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8YWMV27MTDP0PSOA1OT5T4JFM</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:11:52.857</AlertTimestamp><Age>567</Age><Issuer>Bank of America</Issuer><CardNumber>556761******9454</CardNumber><CardBIN>556761</CardBIN><CardLast4>9454</CardLast4><TransactionTimestamp>2020-09-15T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:13:02\"\n        },\n        {\n            \"apiID\": \"5029477\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5AQDVSDPH1IAK96A7W3WX5AR6</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:01:18.533</AlertTimestamp><Age>87</Age><Issuer>USAA</Issuer><CardNumber>427082******3007</CardNumber><CardBIN>427082</CardBIN><CardLast4>3007</CardLast4><TransactionTimestamp>2020-10-05T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:02:02\"\n        },\n        {\n            \"apiID\": \"5029476\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3GB4FC8Y8IOK5OJW97VXI3R12</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:01:17.421</AlertTimestamp><Age>87</Age><Issuer>USAA</Issuer><CardNumber>427082******1797</CardNumber><CardBIN>427082</CardBIN><CardLast4>1797</CardLast4><TransactionTimestamp>2020-10-05T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 15:02:02\"\n        },\n        {\n            \"apiID\": \"5029475\",\n            \"apidata\": \"{\\\"id\\\":666752,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291122228\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 14:55:51\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"456367******6926\\\",\\\"consumerName\\\":\\\"MICHELLE STEPHENS\\\",\\\"arn\\\":\\\"24221080250900018506439\\\",\\\"transactionTimestamp\\\":\\\"2020-09-08 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"PETANCIA\\\",\\\"merchantId\\\":\\\"474181\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"19.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H12596\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 14:55:51\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-08 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"19.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":\\\"8889700793\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:56:02\"\n        },\n        {\n            \"apiID\": \"5029474\",\n            \"apidata\": \"{\\\"id\\\":666752,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291122228\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 14:55:51\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"456367******6926\\\",\\\"consumerName\\\":\\\"MICHELLE STEPHENS\\\",\\\"arn\\\":\\\"24221080250900018506439\\\",\\\"transactionTimestamp\\\":\\\"2020-09-08 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"PETANCIA\\\",\\\"merchantId\\\":\\\"474181\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"19.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H12596\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 14:55:51\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-08 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"19.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"30\\\",\\\"paymentDescriptorContact\\\":\\\"8889700793\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:56:02\"\n        },\n        {\n            \"apiID\": \"5029473\",\n            \"apidata\": \"{\\\"id\\\":666745,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291121088\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 14:51:41\\\",\\\"issuer\\\":\\\"CHASE BANK USA, N.A.\\\",\\\"cardNumber\\\":\\\"426690******1370\\\",\\\"consumerName\\\":null,\\\"arn\\\":\\\"24755420269262698855391\\\",\\\"transactionTimestamp\\\":\\\"2020-09-25 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"UPROMOTEZENTAP 8779593516\\\",\\\"merchantId\\\":\\\"460488\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"49.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 14:51:41\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-25 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"49.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"13\\\",\\\"paymentDescriptorContact\\\":\\\"8779593516\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:52:01\"\n        },\n        {\n            \"apiID\": \"5029472\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6T4BH1446TLDNZW9X4GZ2QU50</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:36:04.483</AlertTimestamp><Age>108</Age><Issuer>JP Morgan Chase Credit</Issuer><CardNumber>414720******5749</CardNumber><CardBIN>414720</CardBIN><CardLast4>5749</CardLast4><ARN>24247600278200056144562</ARN><TransactionTimestamp>2020-10-03T19:51:01.000</TransactionTimestamp><MerchantDescriptor>DRUMMAGAZINES LLC</MerchantDescriptor><MemberID>56853</MemberID><MCC></MCC><Amount>102.14</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>03037C</AuthCode><MerchantMemberName>Drum Magazine - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:37:02\"\n        },\n        {\n            \"apiID\": \"5029471\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>DGX7JU4EQAGJK2CCJWKUU5CWS</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:36:01.464</AlertTimestamp><Age>231</Age><Issuer>JP Morgan Chase Credit</Issuer><CardNumber>414740******1909</CardNumber><CardBIN>414740</CardBIN><CardLast4>1909</CardLast4><ARN>24037610278900011438453</ARN><TransactionTimestamp>2020-09-28T16:33:58.000</TransactionTimestamp><MerchantDescriptor>GLOBAL-TEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC></MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>00744D</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:37:02\"\n        },\n        {\n            \"apiID\": \"5029470\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9CEUBP1VXA0CPJP06OYNSXSXM</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:35:58.228</AlertTimestamp><Age>228</Age><Issuer>JP Morgan Chase Credit</Issuer><CardNumber>414720******3908</CardNumber><CardBIN>414720</CardBIN><CardLast4>3908</CardLast4><ARN>24039820278900014138012</ARN><TransactionTimestamp>2020-09-28T19:30:45.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC></MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>01360C</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:36:02\"\n        },\n        {\n            \"apiID\": \"5029469\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1REHQPVS486S9W46JZVPOJERS</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T07:30:57.572</AlertTimestamp><Age>28</Age><Issuer>Netspend</Issuer><CardNumber>403905******0072</CardNumber><CardBIN>403905</CardBIN><CardLast4>0072</CardLast4><ARN>24049550280900017386565</ARN><TransactionTimestamp>2020-10-07T03:33:18.000</TransactionTimestamp><MerchantDescriptor>INMATE TALK SERVICES     561-6090340  US</MerchantDescriptor><MemberID>38493</MemberID><MCC>5818</MCC><Amount>29.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>Issuer</Source><AuthCode>000067</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName><ChargebackAmount>29.990</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:31:02\"\n        },\n        {\n            \"apiID\": \"5029468\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>D0L09SUOWSIWRSGP0K0CYM7ZJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:26:39.707</AlertTimestamp><Age>422</Age><Issuer>BARCLAYS BANK DELAWARE</Issuer><CardNumber>559591******8018</CardNumber><CardBIN>559591</CardBIN><CardLast4>8018</CardLast4><ARN>05227020265300213158304</ARN><TransactionTimestamp>2020-09-21T00:00:00.000</TransactionTimestamp><MerchantDescriptor>DISCNTPERKS8334883400</MerchantDescriptor><MemberID>49140</MemberID><MCC></MCC><Amount>24.95</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>04236Z</AuthCode><MerchantMemberName>Boulevard Media Partners Inc. - 49069</MerchantMemberName><TransactionId>MCW01GFRI</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:28:01\"\n        },\n        {\n            \"apiID\": \"5029467\",\n            \"apidata\": \"{\\\"id\\\":666728,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291118093\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 14:20:24\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"459954******7594\\\",\\\"consumerName\\\":\\\"JAMES SPENCER\\\",\\\"arn\\\":\\\"24039580275012419180202\\\",\\\"transactionTimestamp\\\":\\\"2020-10-01 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"STUDENT PREP CENTER\\\",\\\"merchantId\\\":\\\"470548\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"180.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H73234\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 14:20:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-01 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"180.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"41\\\",\\\"paymentDescriptorContact\\\":\\\"8778212426\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:21:02\"\n        },\n        {\n            \"apiID\": \"5029466\",\n            \"apidata\": \"{\\\"id\\\":666728,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291118093\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 14:20:24\\\",\\\"issuer\\\":\\\"USAA\\\",\\\"cardNumber\\\":\\\"459954******7594\\\",\\\"consumerName\\\":\\\"JAMES SPENCER\\\",\\\"arn\\\":\\\"24039580275012419180202\\\",\\\"transactionTimestamp\\\":\\\"2020-10-01 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"STUDENT PREP CENTER\\\",\\\"merchantId\\\":\\\"470548\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"180.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"H73234\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 14:20:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-01 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"180.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"41\\\",\\\"paymentDescriptorContact\\\":\\\"8778212426\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:21:02\"\n        },\n        {\n            \"apiID\": \"5029465\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6JNS5J9WL87BK2Y1L7ESUC03B</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:11:11.349</AlertTimestamp><Age>1478</Age><Issuer>Bank of America</Issuer><CardNumber>474475******5857</CardNumber><CardBIN>474475</CardBIN><CardLast4>5857</CardLast4><ARN>24130990222900017851096</ARN><TransactionTimestamp>2020-08-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>181991</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>580221443672333</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:12:02\"\n        },\n        {\n            \"apiID\": \"5029464\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>4E2ZP7FUJG7X4QEGD25DZSPMT</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T07:11:10.968</AlertTimestamp><Age>734</Age><Issuer>Bank of America</Issuer><CardNumber>474475******5857</CardNumber><CardBIN>474475</CardBIN><CardLast4>5857</CardLast4><ARN>24130990253900018598821</ARN><TransactionTimestamp>2020-09-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>191029</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>580252439368083</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:12:02\"\n        },\n        {\n            \"apiID\": \"5029463\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>78N4ZJMDX0C92IKAIA6S6ICS0</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T07:10:58.686</AlertTimestamp><Age>2030</Age><Issuer>Bank of America</Issuer><CardNumber>474477******9275</CardNumber><CardBIN>474477</CardBIN><CardLast4>9275</CardLast4><ARN>24943810198900016585288</ARN><TransactionTimestamp>2020-07-16T00:00:00.000</TransactionTimestamp><MerchantDescriptor>MOBSTUB.COM</MerchantDescriptor><MemberID>39965</MemberID><MCC>5399</MCC><Amount>22.21</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>161646</AuthCode><MerchantMemberName>Mobstub Inc (JS&amp;JL)</MerchantMemberName><TransactionId>580198656813598</TransactionId><ChargebackAmount>22.210</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 14:11:02\"\n        },\n        {\n            \"apiID\": \"5029462\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AF822S496HEFJEV5XAZY2BU3S</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:57:21.486</AlertTimestamp><Age>250</Age><Issuer>First Citizens Bank - Debit</Issuer><CardNumber>433477******8184</CardNumber><CardBIN>433477</CardBIN><CardLast4>8184</CardLast4><TransactionTimestamp>2020-09-27T21:00:00.000</TransactionTimestamp><MerchantDescriptor>INMATETALKS.COM</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>29.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>055347</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName><ChargebackAmount>29.990</ChargebackAmount></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:58:02\"\n        },\n        {\n            \"apiID\": \"5029461\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9UGVFHTY2XVB60H3788YJN468</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:57:21.317</AlertTimestamp><Age>178</Age><Issuer>First Citizens Bank - Debit</Issuer><CardNumber>433477******8184</CardNumber><CardBIN>433477</CardBIN><CardLast4>8184</CardLast4><ARN>24145720275900018348738</ARN><TransactionTimestamp>2020-09-30T21:00:00.000</TransactionTimestamp><MerchantDescriptor>INMATETALKS.COM</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>9.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><ChargebackAmount>9.990</ChargebackAmount></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:58:02\"\n        },\n        {\n            \"apiID\": \"5029460\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>BQ1BRNBPQLJULYWZNTCQV6S8M</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:56:23.671</AlertTimestamp><Age>686</Age><Issuer>BARCLAYS BANK DELAWARE</Issuer><CardNumber>514887******3893</CardNumber><CardBIN>514887</CardBIN><CardLast4>3893</CardLast4><ARN>85369270254980000444829</ARN><TransactionTimestamp>2020-09-10T00:00:00.000</TransactionTimestamp><MerchantDescriptor>HARBORHEALTHSHOP</MerchantDescriptor><MemberID>57043</MemberID><MCC></MCC><Amount>29.95</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>03329P</AuthCode><MerchantMemberName>Efortify - Harbor Health, LLC - 407348 - 30687</MerchantMemberName><TransactionId>MCWF89PQZ</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:57:01\"\n        },\n        {\n            \"apiID\": \"5029459\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>2AE73NNNFJNZCVTX6D6ZIKAS4</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:53:56.232</AlertTimestamp><Age>146</Age><Issuer>Navy Federal</Issuer><CardNumber>406095******9085</CardNumber><CardBIN>406095</CardBIN><CardLast4>9085</CardLast4><ARN>24733340278017029039909</ARN><TransactionTimestamp>2020-10-02T05:05:05.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>05155D</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>380276435050035</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:54:01\"\n        },\n        {\n            \"apiID\": \"5029458\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>19C91OWBI4G9L7ZWBT6F6XUX8</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:48:19.388</AlertTimestamp><Age>395</Age><Issuer>Truist Bank</Issuer><CardNumber>454507******4288</CardNumber><CardBIN>454507</CardBIN><CardLast4>4288</CardLast4><TransactionTimestamp>2020-09-21T19:48:48.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:50:04\"\n        },\n        {\n            \"apiID\": \"5029457\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1I2CASNEUXZ1U5SRMBOP6YQUX</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:48:16.794</AlertTimestamp><Age>105</Age><Issuer>Truist Bank</Issuer><CardNumber>435142******6197</CardNumber><CardBIN>435142</CardBIN><CardLast4>6197</CardLast4><TransactionTimestamp>2020-10-03T21:32:04.000</TransactionTimestamp><MerchantDescriptor>LDITODAY.COM</MerchantDescriptor><MemberID>39238</MemberID><MCC>7299</MCC><Amount>99.00</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>LIFESTYLE DESIGN INTL - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:50:03\"\n        },\n        {\n            \"apiID\": \"5029456\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ECLJH004TPCVUGWTFJ4IR5YZV</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:48:01.893</AlertTimestamp><Age>188</Age><Issuer>Truist Bank</Issuer><CardNumber>410894******9174</CardNumber><CardBIN>410894</CardBIN><CardLast4>9174</CardLast4><TransactionTimestamp>2020-09-30T10:55:03.000</TransactionTimestamp><MerchantDescriptor>GLOBAL-TEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:50:02\"\n        },\n        {\n            \"apiID\": \"5029455\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>EER8CYNFGXUKT9EU42KX9U0FM</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:58.439</AlertTimestamp><Age>1155</Age><Issuer>Truist Bank</Issuer><CardNumber>553694******3161</CardNumber><CardBIN>553694</CardBIN><CardLast4>3161</CardLast4><ARN>85541350236700065183920</ARN><TransactionTimestamp>2020-08-21T04:05:56.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>237051000936765</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:50:02\"\n        },\n        {\n            \"apiID\": \"5029454\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>98E0W7J5RCNVF5PKL1VWW7R00</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:41.701</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:50:02\"\n        },\n        {\n            \"apiID\": \"5029453\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7FP6E62N3CORFHHSZ5GHH9Q03</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:41.331</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:44\"\n        },\n        {\n            \"apiID\": \"5029452\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7O4A1CE41EK5N95OB1C8TMWNI</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:47:41.040</AlertTimestamp><Age>133</Age><Issuer>Truist Bank</Issuer><CardNumber>466189******2060</CardNumber><CardBIN>466189</CardBIN><CardLast4>2060</CardLast4><TransactionTimestamp>2020-10-02T20:53:48.000</TransactionTimestamp><MerchantDescriptor>TRUE VITAL LIFE LABS</MerchantDescriptor><MemberID>56327</MemberID><MCC>5999</MCC><Amount>39.95</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Jubal Quest Adventures LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:44\"\n        },\n        {\n            \"apiID\": \"5029451\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7J9AGD74T4FRSDX4XA1FZ4SV2</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:41.059</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:42\"\n        },\n        {\n            \"apiID\": \"5029450\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9S7KXJLYS6ISLR2Q0YTOAXCXU</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:40.830</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:23\"\n        },\n        {\n            \"apiID\": \"5029449\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9J2QRAD86TU44YID8DYQ1PNEF</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:47:40.629</AlertTimestamp><Age>133</Age><Issuer>Truist Bank</Issuer><CardNumber>466189******2060</CardNumber><CardBIN>466189</CardBIN><CardLast4>2060</CardLast4><TransactionTimestamp>2020-10-02T20:53:34.000</TransactionTimestamp><MerchantDescriptor>TRUE VITAL LIFE LABS</MerchantDescriptor><MemberID>56327</MemberID><MCC>5999</MCC><Amount>237.00</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Jubal Quest Adventures LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:23\"\n        },\n        {\n            \"apiID\": \"5029448\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0SPA5TNTDDA0U8G7G729AMH9J</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:40.506</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:22\"\n        },\n        {\n            \"apiID\": \"5029447\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>190AEIGYKNEN98WN7GFQRNJ7K</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:47:40.287</AlertTimestamp><Age>133</Age><Issuer>Truist Bank</Issuer><CardNumber>466189******2060</CardNumber><CardBIN>466189</CardBIN><CardLast4>2060</CardLast4><TransactionTimestamp>2020-10-02T20:54:01.000</TransactionTimestamp><MerchantDescriptor>TRUE VITAL LIFE LABS</MerchantDescriptor><MemberID>56327</MemberID><MCC>5999</MCC><Amount>39.94</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Jubal Quest Adventures LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:22\"\n        },\n        {\n            \"apiID\": \"5029446\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>A6RDZ96BL7V0I2APX6AMSK6B9</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:40.182</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:02\"\n        },\n        {\n            \"apiID\": \"5029445\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>E1A935MJ267RVL5F0RJX8DZEN</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:39.823</AlertTimestamp><Age>120</Age><Issuer>Truist Bank</Issuer><CardNumber>415978******2651</CardNumber><CardBIN>415978</CardBIN><CardLast4>2651</CardLast4><TransactionTimestamp>2020-10-03T06:55:28.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:49:02\"\n        },\n        {\n            \"apiID\": \"5029444\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>4NHGW0DBPHY20301Y5U1JD2XM</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T06:46:48.721</AlertTimestamp><Age>288</Age><Issuer>Truist Bank</Issuer><CardNumber>411079******8229</CardNumber><CardBIN>411079</CardBIN><CardLast4>8229</CardLast4><TransactionTimestamp>2020-09-26T06:24:39.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:48:21\"\n        },\n        {\n            \"apiID\": \"5029443\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8K3W5DSNDPU6FJC6H7N9N4LZR</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T06:47:09.230</AlertTimestamp><Age>2845</Age><Issuer>Truist Bank</Issuer><CardNumber>410894******0005</CardNumber><CardBIN>410894</CardBIN><CardLast4>0005</CardLast4><TransactionTimestamp>2020-06-11T17:19:19.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:48:02\"\n        },\n        {\n            \"apiID\": \"5029442\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>24802BO04LRBG6Z2A0OCL6OYN</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T06:46:39.819</AlertTimestamp><Age>121</Age><Issuer>Truist Bank</Issuer><CardNumber>466188******1385</CardNumber><CardBIN>466188</CardBIN><CardLast4>1385</CardLast4><TransactionTimestamp>2020-10-03T05:24:49.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:48:02\"\n        },\n        {\n            \"apiID\": \"5029441\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5214AVAPPYDRCQKDYYBH3JL7R</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:46:25.882</AlertTimestamp><Age>1978</Age><Issuer>Truist Bank</Issuer><CardNumber>553694******3161</CardNumber><CardBIN>553694</CardBIN><CardLast4>3161</CardLast4><TransactionTimestamp>2020-07-17T20:34:32.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:47:02\"\n        },\n        {\n            \"apiID\": \"5029440\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1I55RYPM1HY8KKZ5GULRHYHTJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:46:09.060</AlertTimestamp><Age>145</Age><Issuer>Truist Bank</Issuer><CardNumber>466188******7603</CardNumber><CardBIN>466188</CardBIN><CardLast4>7603</CardLast4><TransactionTimestamp>2020-10-02T06:03:06.000</TransactionTimestamp><MerchantDescriptor>GREEN VIBE NUTRITION</MerchantDescriptor><MemberID>51637</MemberID><MCC>5968</MCC><Amount>88.94</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>greenvibenutrition.com - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:47:01\"\n        },\n        {\n            \"apiID\": \"5029439\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0RIXJEW17K8XEQ4GQG6TQ91OE</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:43:18.828</AlertTimestamp><Age>1310</Age><Issuer>Farmers &amp; Merchants Bank</Issuer><CardNumber>479281******9287</CardNumber><CardBIN>479281</CardBIN><CardLast4>9287</CardLast4><ARN>24733340232017025290220</ARN><TransactionTimestamp>2020-08-15T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>JHA</Source><AuthCode>510729</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:44:02\"\n        },\n        {\n            \"apiID\": \"5029438\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3JY55QOE0VPEYQQB1C6WY1MVW</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:43:18.390</AlertTimestamp><Age>24</Age><Issuer>Five Star Bank</Issuer><CardNumber>513547******7303</CardNumber><CardBIN>513547</CardBIN><CardLast4>7303</CardLast4><TransactionTimestamp>2020-10-07T09:34:44.000</TransactionTimestamp><MerchantDescriptor>THEONLINEMALL.SITE</MerchantDescriptor><MemberID>56344</MemberID><MCC>5399</MCC><Amount>237.00</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>JHA</Source><AuthCode>826450</AuthCode><MerchantMemberName>Coastie Quanta Media LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:44:02\"\n        },\n        {\n            \"apiID\": \"5029437\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5LZP2SZ0B42Z5YC0NTHGY0X26</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:42:44.511</AlertTimestamp><Age>830</Age><Issuer>RIVERVIEW BANK</Issuer><CardNumber>546180******0359</CardNumber><CardBIN>546180</CardBIN><CardLast4>0359</CardLast4><ARN>82301930248900043548390</ARN><TransactionTimestamp>2020-09-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>PREMIUM BOOST EXT</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>6.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>JHA</Source><AuthCode>489922</AuthCode><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:44:01\"\n        },\n        {\n            \"apiID\": \"5029436\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>EI29WK3VKQ6L7QJKNYDXQEY77</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:28:13.527</AlertTimestamp><Age>440</Age><Issuer>Capital One (Debit Cards)</Issuer><CardNumber>510805******1602</CardNumber><CardBIN>510805</CardBIN><CardLast4>1602</CardLast4><ARN>82701130271900014376485</ARN><TransactionTimestamp>2020-09-19T22:09:05.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>    </MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>ICGKRJ</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:29:02\"\n        },\n        {\n            \"apiID\": \"5029435\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0P1ZN4E5X51ZF3BOQTDZ6N727</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:21:00.016</AlertTimestamp><Age>49</Age><Issuer>Scotiabank</Issuer><CardNumber>453733******7016</CardNumber><CardBIN>453733</CardBIN><CardLast4>7016</CardLast4><TransactionTimestamp>2020-10-06T05:29:41.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>39.78</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>419042</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:22:23\"\n        },\n        {\n            \"apiID\": \"5029434\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>BXCDI9XAH6PNS0GXQQC2J81E0</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:20:59.252</AlertTimestamp><Age>769</Age><Issuer>Scotiabank</Issuer><CardNumber>453733******7016</CardNumber><CardBIN>453733</CardBIN><CardLast4>7016</CardLast4><TransactionTimestamp>2020-09-06T05:27:43.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>39.29</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>427244</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:22:21\"\n        },\n        {\n            \"apiID\": \"5029433\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>BWDWZTV4R37Z2JRTG9A3GTT66</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:20:58.876</AlertTimestamp><Age>848</Age><Issuer>Scotiabank</Issuer><CardNumber>453733******7016</CardNumber><CardBIN>453733</CardBIN><CardLast4>7016</CardLast4><TransactionTimestamp>2020-09-02T22:50:53.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>12.07</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>447529</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:22:02\"\n        },\n        {\n            \"apiID\": \"5029432\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>92TZR1JWC3LUTF5V3FAYRV6HO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:20:58.407</AlertTimestamp><Age>848</Age><Issuer>Scotiabank</Issuer><CardNumber>453733******7016</CardNumber><CardBIN>453733</CardBIN><CardLast4>7016</CardLast4><TransactionTimestamp>2020-09-02T22:49:48.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>9.39</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>447125</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:22:01\"\n        },\n        {\n            \"apiID\": \"5029431\",\n            \"apidata\": \"{\\\"id\\\":666659,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291112853\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 13:20:24\\\",\\\"issuer\\\":\\\"NEW MILLENNIUM BANK\\\",\\\"cardNumber\\\":\\\"415518******1821\\\",\\\"consumerName\\\":\\\"EMILY LILAC\\\",\\\"arn\\\":\\\"24130990220900010420123\\\",\\\"transactionTimestamp\\\":\\\"2020-08-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CIG MEMBERSHIP\\\",\\\"merchantId\\\":\\\"459403\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"14.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"006458\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 13:20:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"14.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8002151095\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:21:02\"\n        },\n        {\n            \"apiID\": \"5029430\",\n            \"apidata\": \"{\\\"id\\\":666659,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291112853\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 13:20:24\\\",\\\"issuer\\\":\\\"NEW MILLENNIUM BANK\\\",\\\"cardNumber\\\":\\\"415518******1821\\\",\\\"consumerName\\\":\\\"EMILY LILAC\\\",\\\"arn\\\":\\\"24130990220900010420123\\\",\\\"transactionTimestamp\\\":\\\"2020-08-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CIG MEMBERSHIP\\\",\\\"merchantId\\\":\\\"459403\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"14.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"006458\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 13:20:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"14.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8002151095\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:21:02\"\n        },\n        {\n            \"apiID\": \"5029429\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6HM9RES70Y5ITYZP4QXQ2UKVN</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:20:07.378</AlertTimestamp><Age>449</Age><Issuer>Barclaycard US</Issuer><CardNumber>552322******7802</CardNumber><CardBIN>552322</CardBIN><CardLast4>7802</CardLast4><ARN>85541350265700075443920</ARN><TransactionTimestamp>2020-09-19T13:00:00.000</TransactionTimestamp><MerchantDescriptor>GREEN VIBE NUTRITION</MerchantDescriptor><MemberID>51637</MemberID><MCC>5968</MCC><Amount>88.94</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>07635Z</AuthCode><MerchantMemberName>greenvibenutrition.com - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:21:02\"\n        },\n        {\n            \"apiID\": \"5029428\",\n            \"apidata\": \"{\\\"id\\\":666649,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291112403\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 13:17:04\\\",\\\"issuer\\\":\\\"NEW MILLENNIUM BANK\\\",\\\"cardNumber\\\":\\\"415518******1821\\\",\\\"consumerName\\\":\\\"EMILY LILAC\\\",\\\"arn\\\":\\\"24130990189900017348797\\\",\\\"transactionTimestamp\\\":\\\"2020-07-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CIG MEMBERSHIP\\\",\\\"merchantId\\\":\\\"459403\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"14.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"006815\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 13:17:04\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"14.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8002151095\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:18:02\"\n        },\n        {\n            \"apiID\": \"5029427\",\n            \"apidata\": \"{\\\"id\\\":666649,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291112403\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 13:17:04\\\",\\\"issuer\\\":\\\"NEW MILLENNIUM BANK\\\",\\\"cardNumber\\\":\\\"415518******1821\\\",\\\"consumerName\\\":\\\"EMILY LILAC\\\",\\\"arn\\\":\\\"24130990189900017348797\\\",\\\"transactionTimestamp\\\":\\\"2020-07-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CIG MEMBERSHIP\\\",\\\"merchantId\\\":\\\"459403\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"14.95\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"006815\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 13:17:04\\\",\\\"referenceTransactionDate\\\":\\\"2020-07-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"14.95\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"83\\\",\\\"paymentDescriptorContact\\\":\\\"8002151095\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:18:02\"\n        },\n        {\n            \"apiID\": \"5029426\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>4O5P08PPIZM63RVCY1CU5AZTU</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:12:43.661</AlertTimestamp><Age>661</Age><Issuer>CapitalOne</Issuer><CardNumber>480213******3373</CardNumber><CardBIN>480213</CardBIN><CardLast4>3373</CardLast4><ARN>24130990257900019766589</ARN><TransactionTimestamp>2020-09-11T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:14:02\"\n        },\n        {\n            \"apiID\": \"5029425\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AR58G69ZIH1TQGI0RE5IS2NEY</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:12:43.419</AlertTimestamp><Age>685</Age><Issuer>CapitalOne</Issuer><CardNumber>480213******3373</CardNumber><CardBIN>480213</CardBIN><CardLast4>3373</CardLast4><ARN>24130990255900019347242</ARN><TransactionTimestamp>2020-09-10T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:14:02\"\n        },\n        {\n            \"apiID\": \"5029424\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7T6R0CF3M95OVXXDM7WUCGTX5</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:12:29.204</AlertTimestamp><Age>469</Age><Issuer>CapitalOne</Issuer><CardNumber>486236******1395</CardNumber><CardBIN>486236</CardBIN><CardLast4>1395</CardLast4><ARN>24228990264017170713591</ARN><TransactionTimestamp>2020-09-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>INCREDIBLEACHIEVABLECH</MerchantDescriptor><MemberID>56498</MemberID><MCC>5964</MCC><Amount>89.52</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>LP - 005648 - Mandbi - Incredible Acheivable - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:13:21\"\n        },\n        {\n            \"apiID\": \"5029423\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3RV43VK3IRI767I0Z9NYIWD7U</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:12:25.137</AlertTimestamp><Age>133</Age><Issuer>CapitalOne</Issuer><CardNumber>414709******3707</CardNumber><CardBIN>414709</CardBIN><CardLast4>3707</CardLast4><ARN>24733340278017063596384</ARN><TransactionTimestamp>2020-10-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:13:02\"\n        },\n        {\n            \"apiID\": \"5029422\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>EYXRW6EM2EFGQ4QYAQBIT8HHH</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:12:24.559</AlertTimestamp><Age>133</Age><Issuer>CapitalOne</Issuer><CardNumber>414709******3707</CardNumber><CardBIN>414709</CardBIN><CardLast4>3707</CardLast4><ARN>24039820278900014170361</ARN><TransactionTimestamp>2020-10-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:13:01\"\n        },\n        {\n            \"apiID\": \"5029421\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1HU10AAUM3006KEI8RBQ0GDFU</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T09:11:05.583</AlertTimestamp><Age>23</Age><Issuer>JP Morgan Chase Credit</Issuer><CardNumber>438857******6804</CardNumber><CardBIN>438857</CardBIN><CardLast4>6804</CardLast4><TransactionTimestamp>2020-10-07T10:14:05.000</TransactionTimestamp><MerchantDescriptor>THEBESTDEAL.SHOP</MerchantDescriptor><MemberID>56350</MemberID><MCC>5399</MCC><Amount>237.00</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>Fedly Plank Ventures LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 13:12:01\"\n        },\n        {\n            \"apiID\": \"5029420\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>BZ3EE29ZGPYOQ54SLSPE6NIP8</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T05:55:59.627</AlertTimestamp><Age>2053</Age><Issuer>PSA PAYMENT SERVICES AUSTRIA GMBH</Issuer><CardNumber>535686******9281</CardNumber><CardBIN>535686</CardBIN><CardLast4>9281</CardLast4><ARN>55420360198630138455571</ARN><TransactionTimestamp>2020-07-15T00:00:00.000</TransactionTimestamp><MerchantDescriptor>DAY-SOLUTIONS.NET</MerchantDescriptor><MemberID>55383</MemberID><MCC>4816</MCC><Amount>89.70</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>736882</AuthCode><MerchantMemberName>Day Networks LLC - 49069</MerchantMemberName><TransactionId>MDS3MVPRK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:57:02\"\n        },\n        {\n            \"apiID\": \"5029419\",\n            \"apidata\": \"{\\\"id\\\":666604,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291111488\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:46:31\\\",\\\"issuer\\\":\\\"HUNTINGTON NATIONAL BANK\\\",\\\"cardNumber\\\":\\\"517546******2048\\\",\\\"consumerName\\\":\\\"ASIA SPARKS\\\",\\\"arn\\\":\\\"75207970275012422029058\\\",\\\"transactionTimestamp\\\":\\\"2020-09-29 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SECTEL.US\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"MC\\\",\\\"authCode\\\":\\\"025284\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:46:31\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-29 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"37\\\",\\\"paymentDescriptorContact\\\":\\\"830-4605887 T\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:47:02\"\n        },\n        {\n            \"apiID\": \"5029418\",\n            \"apidata\": \"{\\\"id\\\":666604,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291111488\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:46:31\\\",\\\"issuer\\\":\\\"HUNTINGTON NATIONAL BANK\\\",\\\"cardNumber\\\":\\\"517546******2048\\\",\\\"consumerName\\\":\\\"ASIA SPARKS\\\",\\\"arn\\\":\\\"75207970275012422029058\\\",\\\"transactionTimestamp\\\":\\\"2020-09-29 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SECTEL.US\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"MC\\\",\\\"authCode\\\":\\\"025284\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:46:31\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-29 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"37\\\",\\\"paymentDescriptorContact\\\":\\\"830-4605887 T\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:47:02\"\n        },\n        {\n            \"apiID\": \"5029417\",\n            \"apidata\": \"{\\\"id\\\":666589,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291100693\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:29:02\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******0584\\\",\\\"consumerName\\\":\\\"STEPHANIE KEITH\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:29:02\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:30:02\"\n        },\n        {\n            \"apiID\": \"5029416\",\n            \"apidata\": \"{\\\"id\\\":666589,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291100693\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:29:02\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******0584\\\",\\\"consumerName\\\":\\\"STEPHANIE KEITH\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:29:02\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:30:02\"\n        },\n        {\n            \"apiID\": \"5029415\",\n            \"apidata\": \"{\\\"id\\\":666569,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291088633\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:24:27\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******3352\\\",\\\"consumerName\\\":\\\"ROSA MEDELLIN-PUGA\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Global-Tel.c\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:24:27\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:25:02\"\n        },\n        {\n            \"apiID\": \"5029414\",\n            \"apidata\": \"{\\\"id\\\":666569,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291088633\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:24:27\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******3352\\\",\\\"consumerName\\\":\\\"ROSA MEDELLIN-PUGA\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Global-Tel.c\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:24:27\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:25:02\"\n        },\n        {\n            \"apiID\": \"5029413\",\n            \"apidata\": \"{\\\"id\\\":666552,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291059318\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:17:53\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******1792\\\",\\\"consumerName\\\":\\\"CORI MURPHY\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Globaltel.ne\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:17:53\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:18:03\"\n        },\n        {\n            \"apiID\": \"5029412\",\n            \"apidata\": \"{\\\"id\\\":666552,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291059318\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:17:53\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******1792\\\",\\\"consumerName\\\":\\\"CORI MURPHY\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Globaltel.ne\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:17:53\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:18:03\"\n        },\n        {\n            \"apiID\": \"5029411\",\n            \"apidata\": \"{\\\"id\\\":666549,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291058583\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:17:48\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******6255\\\",\\\"consumerName\\\":\\\"SHAMEKA GIBSON\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:17:48\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:18:02\"\n        },\n        {\n            \"apiID\": \"5029410\",\n            \"apidata\": \"{\\\"id\\\":666549,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291058583\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 12:17:48\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******6255\\\",\\\"consumerName\\\":\\\"SHAMEKA GIBSON\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 12:17:48\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:18:02\"\n        },\n        {\n            \"apiID\": \"5029409\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>50JQ5OQA72DR4RVIJXY0K8NQA</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:07:17.684</AlertTimestamp><Age>60</Age><Issuer>Bank of America</Issuer><CardNumber>527515******5861</CardNumber><CardBIN>527515</CardBIN><CardLast4>5861</CardLast4><ARN>72692260280012453718742</ARN><TransactionTimestamp>2020-10-06T00:00:00.000</TransactionTimestamp><MerchantDescriptor>PREMIUM BOOST EXT</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>88.94</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>193444</AuthCode><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:08:02\"\n        },\n        {\n            \"apiID\": \"5029408\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>81I70O1LKOWJ43MS03K0TL39E</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T05:07:12.469</AlertTimestamp><Age>180</Age><Issuer>Bank of America</Issuer><CardNumber>481582******0066</CardNumber><CardBIN>481582</CardBIN><CardLast4>0066</CardLast4><ARN>24037610276900016086093</ARN><TransactionTimestamp>2020-10-01T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBALTEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>7299</MCC><Amount>14.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>165714</AuthCode><MerchantMemberName>Interactive Media tech</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:08:01\"\n        },\n        {\n            \"apiID\": \"5029407\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>23ZESTA33NEW9P1MQCH0G2DYO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T08:06:30.732</AlertTimestamp><Age>108</Age><Issuer>Bank of America</Issuer><CardNumber>463577******0507</CardNumber><CardBIN>463577</CardBIN><CardLast4>0507</CardLast4><ARN>24754080279012445669590</ARN><TransactionTimestamp>2020-10-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>A NEW THIN YOU</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>88.94</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>100499</AuthCode><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:07:23\"\n        },\n        {\n            \"apiID\": \"5029406\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7CVILEYXT2FC87JYZQU1AIM79</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T05:06:30.413</AlertTimestamp><Age>108</Age><Issuer>Bank of America</Issuer><CardNumber>470132******8007</CardNumber><CardBIN>470132</CardBIN><CardLast4>8007</CardLast4><ARN>24130990279900017732298</ARN><TransactionTimestamp>2020-10-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>132003</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 12:07:02\"\n        },\n        {\n            \"apiID\": \"5029405\",\n            \"apidata\": \"{\\\"id\\\":666525,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291001948\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:57:17\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434256******7954\\\",\\\"consumerName\\\":\\\"ROSE ETETI\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:57:17\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:58:03\"\n        },\n        {\n            \"apiID\": \"5029404\",\n            \"apidata\": \"{\\\"id\\\":666525,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291001948\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:57:17\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434256******7954\\\",\\\"consumerName\\\":\\\"ROSE ETETI\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"inmatetalks.\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:57:17\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:58:03\"\n        },\n        {\n            \"apiID\": \"5029403\",\n            \"apidata\": \"{\\\"id\\\":666522,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291001418\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:57:12\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******5584\\\",\\\"consumerName\\\":\\\"JASON BILLINGS\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SecTel.us\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:57:12\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:58:02\"\n        },\n        {\n            \"apiID\": \"5029402\",\n            \"apidata\": \"{\\\"id\\\":666522,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291001418\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:57:12\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******5584\\\",\\\"consumerName\\\":\\\"JASON BILLINGS\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SecTel.us\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:57:12\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:58:02\"\n        },\n        {\n            \"apiID\": \"5029401\",\n            \"apidata\": \"{\\\"id\\\":666511,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290997278\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:55:54\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******8374\\\",\\\"consumerName\\\":\\\"DEBBY BRADY\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CULTURED QUOTES\\\",\\\"merchantId\\\":\\\"459833\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"25.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:55:54\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"25.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8558259898\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:56:02\"\n        },\n        {\n            \"apiID\": \"5029400\",\n            \"apidata\": \"{\\\"id\\\":666511,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290997278\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:55:54\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"473703******8374\\\",\\\"consumerName\\\":\\\"DEBBY BRADY\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"CULTURED QUOTES\\\",\\\"merchantId\\\":\\\"459833\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"25.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:55:54\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"25.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"8558259898\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:56:02\"\n        },\n        {\n            \"apiID\": \"5029399\",\n            \"apidata\": \"{\\\"id\\\":666480,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291019613\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:49:18\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434256******6456\\\",\\\"consumerName\\\":\\\"BOBBI DANIEL\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Global-Tel.n\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:49:18\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:50:03\"\n        },\n        {\n            \"apiID\": \"5029398\",\n            \"apidata\": \"{\\\"id\\\":666480,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291019613\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:49:18\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434256******6456\\\",\\\"consumerName\\\":\\\"BOBBI DANIEL\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-10-07 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"Global-Tel.n\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:49:18\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-07 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"5613494520\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:50:02\"\n        },\n        {\n            \"apiID\": \"5029397\",\n            \"apidata\": \"{\\\"id\\\":666479,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290969588\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:48:46\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"446540******8194\\\",\\\"consumerName\\\":\\\"VITELLI,DEBRA VITELLI,DEBRA\\\",\\\"arn\\\":\\\"24180290215900801290108\\\",\\\"transactionTimestamp\\\":\\\"2020-08-03 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SAFESOUNDPERSONALALARM.CO\\\",\\\"merchantId\\\":\\\"459718\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"48.63\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"028802\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:48:46\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-03 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"48.63\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"10\\\",\\\"paymentDescriptorContact\\\":\\\"8335012920\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:49:02\"\n        },\n        {\n            \"apiID\": \"5029396\",\n            \"apidata\": \"{\\\"id\\\":666477,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291016963\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:48:43\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******0887\\\",\\\"consumerName\\\":\\\"RONALD JACKSON\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-09-28 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTA\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:48:43\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-28 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"4422423353\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:49:02\"\n        },\n        {\n            \"apiID\": \"5029395\",\n            \"apidata\": \"{\\\"id\\\":666479,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290969588\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:48:46\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"446540******8194\\\",\\\"consumerName\\\":\\\"VITELLI,DEBRA VITELLI,DEBRA\\\",\\\"arn\\\":\\\"24180290215900801290108\\\",\\\"transactionTimestamp\\\":\\\"2020-08-03 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SAFESOUNDPERSONALALARM.CO\\\",\\\"merchantId\\\":\\\"459718\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"48.63\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"028802\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:48:46\\\",\\\"referenceTransactionDate\\\":\\\"2020-08-03 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"48.63\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"10\\\",\\\"paymentDescriptorContact\\\":\\\"8335012920\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:49:02\"\n        },\n        {\n            \"apiID\": \"5029394\",\n            \"apidata\": \"{\\\"id\\\":666477,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"291016963\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:48:43\\\",\\\"issuer\\\":\\\"WELLS FARGO BANK, N.A.\\\",\\\"cardNumber\\\":\\\"434258******0887\\\",\\\"consumerName\\\":\\\"RONALD JACKSON\\\",\\\"arn\\\":\\\"\\\",\\\"transactionTimestamp\\\":\\\"2020-09-28 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"TOP FLIGHT ASSISTA\\\",\\\"merchantId\\\":\\\"460448\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"100.00\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:48:43\\\",\\\"referenceTransactionDate\\\":\\\"2020-09-28 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"100.00\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":null,\\\"paymentDescriptorContact\\\":\\\"4422423353\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:49:01\"\n        },\n        {\n            \"apiID\": \"5029393\",\n            \"apidata\": \"{\\\"id\\\":666443,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290964973\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:20:02\\\",\\\"issuer\\\":\\\"\\\",\\\"cardNumber\\\":\\\"415158******2899\\\",\\\"consumerName\\\":\\\"LATOYA RODRIGUEZ\\\",\\\"arn\\\":\\\"24145720280900018856899\\\",\\\"transactionTimestamp\\\":\\\"2020-10-06 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"INMATETALKS.COM\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"000027\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:20:02\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-06 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"10\\\",\\\"paymentDescriptorContact\\\":\\\"5616090340\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:20:02\"\n        },\n        {\n            \"apiID\": \"5029392\",\n            \"apidata\": \"{\\\"id\\\":666438,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290964148\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:18:24\\\",\\\"issuer\\\":\\\"METABANK\\\",\\\"cardNumber\\\":\\\"521870******7444\\\",\\\"consumerName\\\":\\\"DESHONA WATSON\\\",\\\"arn\\\":\\\"85229390279900012639221\\\",\\\"transactionTimestamp\\\":\\\"2020-10-04 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SECTEL.US\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"MC\\\",\\\"authCode\\\":\\\"000467\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:18:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-04 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"37\\\",\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:19:02\"\n        },\n        {\n            \"apiID\": \"5029391\",\n            \"apidata\": \"{\\\"id\\\":666438,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290964148\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 11:18:24\\\",\\\"issuer\\\":\\\"METABANK\\\",\\\"cardNumber\\\":\\\"521870******7444\\\",\\\"consumerName\\\":\\\"DESHONA WATSON\\\",\\\"arn\\\":\\\"85229390279900012639221\\\",\\\"transactionTimestamp\\\":\\\"2020-10-04 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"SECTEL.US\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"45.98\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"MC\\\",\\\"authCode\\\":\\\"000467\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 11:18:24\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-04 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"45.98\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"37\\\",\\\"paymentDescriptorContact\\\":\\\"8304605887\\\",\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:19:02\"\n        },\n        {\n            \"apiID\": \"5029390\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>79M5WQCTLEZGOH8ZIW55WR214</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T04:14:08.292</AlertTimestamp><Age>395</Age><Issuer>WorldPay</Issuer><CardNumber>415758******2007</CardNumber><CardBIN>415758</CardBIN><CardLast4>2007</CardLast4><ARN>24733340271017156017477</ARN><TransactionTimestamp>2020-09-22T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>32030420703</TransactionId><ChargebackReasonCode>0</ChargebackReasonCode></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:15:02\"\n        },\n        {\n            \"apiID\": \"5029389\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>D0Y1MATY05RAOMQ7UDY8LU93J</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T04:06:13.663</AlertTimestamp><Age>59</Age><Issuer>Bank of America</Issuer><CardNumber>517572******5322</CardNumber><CardBIN>517572</CardBIN><CardLast4>5322</CardLast4><ARN>82701590279900014414259</ARN><TransactionTimestamp>2020-10-06T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>182429</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 11:07:02\"\n        },\n        {\n            \"apiID\": \"5029388\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3CB2WL3T4W6SZVLKMA8O8XKTN</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:56:25.872</AlertTimestamp><Age>107</Age><Issuer>ING BANK N.V.</Issuer><CardNumber>524886******4880</CardNumber><CardBIN>524886</CardBIN><CardLast4>4880</CardLast4><ARN>55420360279630148229588</ARN><TransactionTimestamp>2020-10-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>DAY-SOLUTIONS.NET</MerchantDescriptor><MemberID>55383</MemberID><MCC>4816</MCC><Amount>74.90</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>481711</AuthCode><MerchantMemberName>Day Networks LLC - 49069</MerchantMemberName><TransactionId>MCS1OYIG8</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:57:02\"\n        },\n        {\n            \"apiID\": \"5029387\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1ABVICYB0ZQXWRXI5JWVINVR1</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:55:31.981</AlertTimestamp><Age>1259</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701590230900016084090</ARN><TransactionTimestamp>2020-08-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCW0SS65H</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:57:01\"\n        },\n        {\n            \"apiID\": \"5029386\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0V1ETOGQYNI61OR8TAXFTAZIO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:54:48.579</AlertTimestamp><Age>443</Age><Issuer>CREDIT ONE BANK  NATIONAL ASSOCIATION</Issuer><CardNumber>546645******2498</CardNumber><CardBIN>546645</CardBIN><CardLast4>2498</CardLast4><ARN>85179390266980003314583</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>NATUREFRESHAIRPURIFIER</MerchantDescriptor><MemberID>39151</MemberID><MCC>7299</MCC><Amount>5.40</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Adcentric Enterprises - 30687</MerchantMemberName><TransactionId>MPL0O2RJY</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:56:01\"\n        },\n        {\n            \"apiID\": \"5029385\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AJE4OD29Z52RDR8KYFPQEB7G0</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:54:16.871</AlertTimestamp><Age>1955</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******7655</CardNumber><CardBIN>517805</CardBIN><CardLast4>7655</CardLast4><ARN>82701130202900019560541</ARN><TransactionTimestamp>2020-07-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL1LKNCK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:55:02\"\n        },\n        {\n            \"apiID\": \"5029384\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9EF53ZOH830DCT55K11DSAQ3L</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:54:11.130</AlertTimestamp><Age>155</Age><Issuer>CAPITAL ONE BANK (CANADA BRANCH)</Issuer><CardNumber>552497******2926</CardNumber><CardBIN>552497</CardBIN><CardLast4>2926</CardLast4><ARN>92701130276900016659924</ARN><TransactionTimestamp>2020-10-02T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>8.99</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MWECXRL81</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:55:01\"\n        },\n        {\n            \"apiID\": \"5029383\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6VUB4KH0G4PGCULJ1K7H2DKFJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:53:09.938</AlertTimestamp><Age>395</Age><Issuer>KEYBANK NATIONAL ASSOCIATION</Issuer><CardNumber>544927******4679</CardNumber><CardBIN>544927</CardBIN><CardLast4>4679</CardLast4><ARN>85541350271700065188149</ARN><TransactionTimestamp>2020-09-22T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>581270</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJQSFW7Z</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:54:01\"\n        },\n        {\n            \"apiID\": \"5029382\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>34LQ0HEOOK8CROXPL5S97VRCZ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:52:27.739</AlertTimestamp><Age>827</Age><Issuer>DUPACO COMMUNITY CREDIT UNION</Issuer><CardNumber>553743******0938</CardNumber><CardBIN>553743</CardBIN><CardLast4>0938</CardLast4><ARN>82701590247900018201792</ARN><TransactionTimestamp>2020-09-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>27.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDSWZLKII</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:53:02\"\n        },\n        {\n            \"apiID\": \"5029381\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>63HW6L6JMA4IUU6U54F3HSGZY</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:52:08.298</AlertTimestamp><Age>1883</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130204900010472470</ARN><TransactionTimestamp>2020-07-22T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPLCBJYCM</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:53:01\"\n        },\n        {\n            \"apiID\": \"5029380\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>2DE11TWCZVQ339KGEFZXR98MS</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:51:26.740</AlertTimestamp><Age>1667</Age><Issuer>COMERICA BANK</Issuer><CardNumber>511558******8377</CardNumber><CardBIN>511558</CardBIN><CardLast4>8377</CardLast4><ARN>85541350216700065182702</ARN><TransactionTimestamp>2020-07-31T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPVIG80QG</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:52:02\"\n        },\n        {\n            \"apiID\": \"5029379\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>B8VQ0662TFL9ESF3A8YPCDNGJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:51:13.324</AlertTimestamp><Age>1739</Age><Issuer>FIFTH THIRD BANK  THE</Issuer><CardNumber>542432******7308</CardNumber><CardBIN>542432</CardBIN><CardLast4>7308</CardLast4><ARN>82301930210900043812287</ARN><TransactionTimestamp>2020-07-28T00:00:00.000</TransactionTimestamp><MerchantDescriptor>TRIM FIT SELECT</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>6.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName><TransactionId>LQLK83</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:52:02\"\n        },\n        {\n            \"apiID\": \"5029378\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6CS6QCWOSW610V319RSAGU3XJ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:50:08.235</AlertTimestamp><Age>659</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>518941******8230</CardNumber><CardBIN>518941</CardBIN><CardLast4>8230</CardLast4><ARN>85541350257700065186281</ARN><TransactionTimestamp>2020-09-11T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MWEBFSDG7</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:51:23\"\n        },\n        {\n            \"apiID\": \"5029377\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ABIENSYTZFY54SQPHWM6O3HFL</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:50:00.663</AlertTimestamp><Age>1571</Age><Issuer>DUPACO COMMUNITY CREDIT UNION</Issuer><CardNumber>553743******0938</CardNumber><CardBIN>553743</CardBIN><CardLast4>0938</CardLast4><ARN>82701590216900013724837</ARN><TransactionTimestamp>2020-08-04T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>27.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDSYJG95Z</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:51:02\"\n        },\n        {\n            \"apiID\": \"5029376\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9SF01G5U878C4K0CFQ1E2RRGW</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:49:43.293</AlertTimestamp><Age>419</Age><Issuer>CREDIT AGRICOLE S.A.</Issuer><CardNumber>513162******8274</CardNumber><CardBIN>513162</CardBIN><CardLast4>8274</CardLast4><ARN>82701130271900014771321</ARN><TransactionTimestamp>2020-09-21T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>TCSTUNY3N</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:51:01\"\n        },\n        {\n            \"apiID\": \"5029375\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>747A2VS729ILCOGYZTUV699X4</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:48:04.339</AlertTimestamp><Age>4187</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130112900016621527</ARN><TransactionTimestamp>2020-04-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPLX3TTE3</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:49:22\"\n        },\n        {\n            \"apiID\": \"5029374\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6AV0VA85ZQNESDYS3NV13DJF9</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:47:45.891</AlertTimestamp><Age>443</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>525475******1322</CardNumber><CardBIN>525475</CardBIN><CardLast4>1322</CardLast4><ARN>82701130271900014339574</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MWE1A2AGR</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:49:02\"\n        },\n        {\n            \"apiID\": \"5029373\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9Q8C133547OI5XJPN2KRQ727I</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:47:37.206</AlertTimestamp><Age>755</Age><Issuer>FIRST MIDWEST BANK</Issuer><CardNumber>546356******8967</CardNumber><CardBIN>546356</CardBIN><CardLast4>8967</CardLast4><ARN>82701590253900019480891</ARN><TransactionTimestamp>2020-09-07T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJT2RCZ2</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:49:01\"\n        },\n        {\n            \"apiID\": \"5029372\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>EDJAYB245SD2DMGC09EA8LUP8</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:47:11.263</AlertTimestamp><Age>1019</Age><Issuer>FIRST PREMIER BANK</Issuer><CardNumber>517800******3378</CardNumber><CardBIN>517800</CardBIN><CardLast4>3378</CardLast4><ARN>72692260241012241892567</ARN><TransactionTimestamp>2020-08-27T00:00:00.000</TransactionTimestamp><MerchantDescriptor>PREMIUM BOOST EXT</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>88.94</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName><TransactionId>MCS1VYHNW</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:48:01\"\n        },\n        {\n            \"apiID\": \"5029371\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>65NPEEIYSEIEVW3769YKJ4QYH</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:42:57.213</AlertTimestamp><Age>1235</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>512107******8290</CardNumber><CardBIN>512107</CardBIN><CardLast4>8290</CardLast4><ARN>82701590230900016011606</ARN><TransactionTimestamp>2020-08-18T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>I17QVK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:44:02\"\n        },\n        {\n            \"apiID\": \"5029370\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ADMZSBT11E83CCVMJTYIKEXM2</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:41:07.108</AlertTimestamp><Age>443</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130265900012756454</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL1OM2NW</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:42:01\"\n        },\n        {\n            \"apiID\": \"5029369\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>DVUOLN0GNXKCCGVXO3JKB8YD9</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:39:22.463</AlertTimestamp><Age>707</Age><Issuer>BANK OF AMERICA  NATIONAL ASSOCIATION</Issuer><CardNumber>527519******0751</CardNumber><CardBIN>527519</CardBIN><CardLast4>0751</CardLast4><ARN>82308310258900014233068</ARN><TransactionTimestamp>2020-09-09T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBALTEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>7299</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MDJFYMJXC</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:40:22\"\n        },\n        {\n            \"apiID\": \"5029368\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>CK2ZGOVMZ94VUTP2BP7SUK66A</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:38:55.918</AlertTimestamp><Age>683</Age><Issuer>SYNCHRONY BANK</Issuer><CardNumber>556053******1795</CardNumber><CardBIN>556053</CardBIN><CardLast4>1795</CardLast4><ARN>82701590259900010481108</ARN><TransactionTimestamp>2020-09-10T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCBBXJGQY</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:40:02\"\n        },\n        {\n            \"apiID\": \"5029367\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ANOYIG650177AG8DAJXP2SEST</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:38:43.910</AlertTimestamp><Age>2363</Age><Issuer>DUPACO COMMUNITY CREDIT UNION</Issuer><CardNumber>553743******0938</CardNumber><CardBIN>553743</CardBIN><CardLast4>0938</CardLast4><ARN>82701130184900014776094</ARN><TransactionTimestamp>2020-07-02T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>27.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDSUG9H67</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:40:02\"\n        },\n        {\n            \"apiID\": \"5029366\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>05329WTNAXG835O544Y2JZN5F</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:38:10.909</AlertTimestamp><Age>2003</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701130201900018764772</ARN><TransactionTimestamp>2020-07-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCWKBWV5U</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:39:04\"\n        },\n        {\n            \"apiID\": \"5029365\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6OOKH5A5ANW3QGZPHNC4TZXXN</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:37:50.928</AlertTimestamp><Age>755</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>510805******2849</CardNumber><CardBIN>510805</CardBIN><CardLast4>2849</CardLast4><ARN>82308310257900014029772</ARN><TransactionTimestamp>2020-09-07T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBALTEL.NET</MerchantDescriptor><MemberID>38493</MemberID><MCC>7299</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MDJFNSQNW</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:39:02\"\n        },\n        {\n            \"apiID\": \"5029364\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>DH2CKDNQO7M593K8Z6VRTTMQT</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:37:45.914</AlertTimestamp><Age>803</Age><Issuer>1ST SOURCE BANK</Issuer><CardNumber>545669******6219</CardNumber><CardBIN>545669</CardBIN><CardLast4>6219</CardLast4><ARN>82701130253900018523829</ARN><TransactionTimestamp>2020-09-05T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJ1J3TCK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:39:02\"\n        },\n        {\n            \"apiID\": \"5029363\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ERWEKFN4WDA085QSQJHG46XHK</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T06:36:15.604</AlertTimestamp><Age>1427</Age><Issuer>FIRST PREMIER BANK</Issuer><CardNumber>517800******3378</CardNumber><CardBIN>517800</CardBIN><CardLast4>3378</CardLast4><ARN>82301930223900041037627</ARN><TransactionTimestamp>2020-08-10T00:00:00.000</TransactionTimestamp><MerchantDescriptor>PREMIUM BOOST EXT</MerchantDescriptor><MemberID>56341</MemberID><MCC>5499</MCC><Amount>7.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Arivoid LLC (TECC MM)</MerchantMemberName><TransactionId>MCS1QDDCK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:37:02\"\n        },\n        {\n            \"apiID\": \"5029362\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5GAKEFNVO9PEAPL6DDVYQTZRI</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T03:11:14.767</AlertTimestamp><Age>442</Age><Issuer>Navy Federal</Issuer><CardNumber>406095******1907</CardNumber><CardBIN>406095</CardBIN><CardLast4>1907</CardLast4><ARN>24040470265900041926716</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CARESOLE</MerchantDescriptor><MemberID>46320</MemberID><MCC>5331</MCC><Amount>41.31</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>02340C</AuthCode><MerchantMemberName>Caresole - 30687</MerchantMemberName><TransactionId>580264436648481</TransactionId><ChargebackAmount>41.310</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:37:02\"\n        },\n        {\n            \"apiID\": \"5029361\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5GAKEFNVO9PEAPL6DDVYQTZRI</EthocaID><Type>customerdispute_alert</Type><AlertTimestamp>2020-10-08T03:11:14.767</AlertTimestamp><Age>442</Age><Issuer>Navy Federal</Issuer><CardNumber>406095******1907</CardNumber><CardBIN>406095</CardBIN><CardLast4>1907</CardLast4><ARN>24040470265900041926716</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CARESOLE</MerchantDescriptor><MemberID>46320</MemberID><MCC>5331</MCC><Amount>41.31</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>02340C</AuthCode><MerchantMemberName>Caresole - 30687</MerchantMemberName><TransactionId>580264436648481</TransactionId><ChargebackAmount>41.310</ChargebackAmount><ChargebackCurrency>USD</ChargebackCurrency></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:37:02\"\n        },\n        {\n            \"apiID\": \"5029360\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7HNWFK5QNQU0XYRGKW8K1239N</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:35:25.007</AlertTimestamp><Age>2675</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******7655</CardNumber><CardBIN>517805</CardBIN><CardLast4>7655</CardLast4><ARN>82701130173900010467980</ARN><TransactionTimestamp>2020-06-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL05VI5I</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:36:02\"\n        },\n        {\n            \"apiID\": \"5029359\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7HNWFK5QNQU0XYRGKW8K1239N</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:35:25.007</AlertTimestamp><Age>2675</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******7655</CardNumber><CardBIN>517805</CardBIN><CardLast4>7655</CardLast4><ARN>82701130173900010467980</ARN><TransactionTimestamp>2020-06-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL05VI5I</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:36:02\"\n        },\n        {\n            \"apiID\": \"5029358\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ACLLG7RRCKXPHC3A9TC2WV2MT</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:30:46.533</AlertTimestamp><Age>4187</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701130110900016201595</ARN><TransactionTimestamp>2020-04-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCW0THO5H</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:32:01\"\n        },\n        {\n            \"apiID\": \"5029357\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>E5GDLVBDM26U2W4XWL2XJJGYD</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:29:05.842</AlertTimestamp><Age>514</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701590261900010945652</ARN><TransactionTimestamp>2020-09-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCW11L3GR</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:30:02\"\n        },\n        {\n            \"apiID\": \"5029356\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AGTE8BK27YEFPBDQOX7K1CT5F</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:28:18.024</AlertTimestamp><Age>226</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>512107******0968</CardNumber><CardBIN>512107</CardBIN><CardLast4>0968</CardLast4><ARN>82701590273900013460069</ARN><TransactionTimestamp>2020-09-29T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCC0OC85H</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:29:01\"\n        },\n        {\n            \"apiID\": \"5029355\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>1UKK3NL547LDF8B4OCHTNX8ZS</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:27:01.678</AlertTimestamp><Age>514</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>512107******8290</CardNumber><CardBIN>512107</CardBIN><CardLast4>8290</CardLast4><ARN>85541350262700065183901</ARN><TransactionTimestamp>2020-09-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCWGOFM1C</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:28:22\"\n        },\n        {\n            \"apiID\": \"5029354\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6LD2C2ZO4C24EWXCH2L2K5CK2</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:26:54.235</AlertTimestamp><Age>4138</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******7655</CardNumber><CardBIN>517805</CardBIN><CardLast4>7655</CardLast4><ARN>82301930110900012517561</ARN><TransactionTimestamp>2020-04-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE LLC</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL150V5J</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:28:02\"\n        },\n        {\n            \"apiID\": \"5029353\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>20UZKFYDFDVXKQ41OQKMYJM66</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:26:31.414</AlertTimestamp><Age>3418</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******7655</CardNumber><CardBIN>517805</CardBIN><CardLast4>7655</CardLast4><ARN>82301930140900018568026</ARN><TransactionTimestamp>2020-05-19T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE LLC</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL0LZ75I</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:28:02\"\n        },\n        {\n            \"apiID\": \"5029352\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>CNMX2UMHS32EW83M5UN0THV1M</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:26:00.591</AlertTimestamp><Age>2722</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701130170900019824150</ARN><TransactionTimestamp>2020-06-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCW0R9X5I</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:27:02\"\n        },\n        {\n            \"apiID\": \"5029351\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ED06CFU1L82IUW1KSS2WZ7FAK</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:23:39.856</AlertTimestamp><Age>442</Age><Issuer>FISERV SOLUTIONS  LLC</Issuer><CardNumber>530004******4705</CardNumber><CardBIN>530004</CardBIN><CardLast4>4705</CardLast4><ARN>82308310271900010464207</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>GLOBAL-TEL.COM</MerchantDescriptor><MemberID>38493</MemberID><MCC>7299</MCC><Amount>45.99</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MDJMUH2UV</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:25:02\"\n        },\n        {\n            \"apiID\": \"5029350\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>8TWJ9EBW6P4XHT5A0WJYPE47Z</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:21:44.346</AlertTimestamp><Age>2002</Age><Issuer>SYNCHRONY BANK</Issuer><CardNumber>524300******5167</CardNumber><CardBIN>524300</CardBIN><CardLast4>5167</CardLast4><ARN>85541350201700065182857</ARN><TransactionTimestamp>2020-07-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPLAH1O3S</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:23:02\"\n        },\n        {\n            \"apiID\": \"5029349\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>2979NEAJ2PLGPT4R0MM6YM251</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:21:19.024</AlertTimestamp><Age>442</Age><Issuer>CREDIT ONE BANK  NATIONAL ASSOCIATION</Issuer><CardNumber>546645******2498</CardNumber><CardBIN>546645</CardBIN><CardLast4>2498</CardLast4><ARN>85179390266980003314526</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>NATUREFRESHAIRPURIFIER</MerchantDescriptor><MemberID>39151</MemberID><MCC>7299</MCC><Amount>8.66</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Adcentric Enterprises - 30687</MerchantMemberName><TransactionId>MPL0O1NJY</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:22:21\"\n        },\n        {\n            \"apiID\": \"5029348\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>83B7QEQB28DLD347D1XFAAI1T</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:50.102</AlertTimestamp><Age>250</Age><Issuer>GECU</Issuer><CardNumber>527690******4767</CardNumber><CardBIN>527690</CardBIN><CardLast4>4767</CardLast4><ARN>82301920278980000257429</ARN><TransactionTimestamp>2020-09-28T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE</MerchantDescriptor><MemberID>49949</MemberID><MCC>7299</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJJQVD31</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:22:02\"\n        },\n        {\n            \"apiID\": \"5029347\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>83B7QEQB28DLD347D1XFAAI1T</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:50.102</AlertTimestamp><Age>250</Age><Issuer>GECU</Issuer><CardNumber>527690******4767</CardNumber><CardBIN>527690</CardBIN><CardLast4>4767</CardLast4><ARN>82301920278980000257429</ARN><TransactionTimestamp>2020-09-28T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE</MerchantDescriptor><MemberID>49949</MemberID><MCC>7299</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJJQVD31</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:22:02\"\n        },\n        {\n            \"apiID\": \"5029346\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3X5LI7Y1LBRB68CIQHLOQPW19</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:19:23.635</AlertTimestamp><Age>2650</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130173900010797451</ARN><TransactionTimestamp>2020-06-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL179BGR</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:20:02\"\n        },\n        {\n            \"apiID\": \"5029345\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>B211CPAT92VIP5ZC3GWLXOYKE</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:18:25.702</AlertTimestamp><Age>1258</Age><Issuer>SYNCHRONY BANK</Issuer><CardNumber>524300******5167</CardNumber><CardBIN>524300</CardBIN><CardLast4>5167</CardLast4><ARN>85541350231700065188601</ARN><TransactionTimestamp>2020-08-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPLT2FRJL</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:19:21\"\n        },\n        {\n            \"apiID\": \"5029344\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7PKL2QSVB8AVCFDPRANO4MHUQ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:18:17.274</AlertTimestamp><Age>346</Age><Issuer>FIDELITY INFORMATION SERVICES  INC.</Issuer><CardNumber>511020******0095</CardNumber><CardBIN>511020</CardBIN><CardLast4>0095</CardLast4><ARN>82701130273900015595941</ARN><TransactionTimestamp>2020-09-24T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDSAK4BHQ</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:19:21\"\n        },\n        {\n            \"apiID\": \"5029343\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3Z4YUN8EE4USHLTJKBQV799UZ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:18:10.858</AlertTimestamp><Age>658</Age><Issuer>CELTIC BANK CORPORATION</Issuer><CardNumber>534636******4628</CardNumber><CardBIN>534636</CardBIN><CardLast4>4628</CardLast4><ARN>85541350257700065189061</ARN><TransactionTimestamp>2020-09-11T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCSHO38HB</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:19:02\"\n        },\n        {\n            \"apiID\": \"5029342\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3MK8MY8ZI1XHAAZLM6TME9E76</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:17:54.831</AlertTimestamp><Age>754</Age><Issuer>CITIZENS BANK  N.A.</Issuer><CardNumber>554514******6290</CardNumber><CardBIN>554514</CardBIN><CardLast4>6290</CardLast4><ARN>82701590251900019003919</ARN><TransactionTimestamp>2020-09-07T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL1YJ4GR</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:19:01\"\n        },\n        {\n            \"apiID\": \"5029341\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>56POROIB5OJMC2D7FERT54WX1</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:17:18.552</AlertTimestamp><Age>850</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>540385******5897</CardNumber><CardBIN>540385</CardBIN><CardLast4>5897</CardLast4><ARN>85541350247700065181186</ARN><TransactionTimestamp>2020-09-03T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDSU2LRDN</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:18:02\"\n        },\n        {\n            \"apiID\": \"5029340\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>F3E9ZRLTC5JLFJH14O0PIUNN1</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:13:19.069</AlertTimestamp><Age>1306</Age><Issuer>CITIZENS BANK  N.A.</Issuer><CardNumber>552934******9309</CardNumber><CardBIN>552934</CardBIN><CardLast4>9309</CardLast4><ARN>82701130229900019545640</ARN><TransactionTimestamp>2020-08-15T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MCPSVVTWE</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:14:02\"\n        },\n        {\n            \"apiID\": \"5029339\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>EJWE5M1L74RH9WRT7T2AG5E65</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:12:31.935</AlertTimestamp><Age>1642</Age><Issuer>CENTRAL TRUST BANK  THE</Issuer><CardNumber>521409******6387</CardNumber><CardBIN>521409</CardBIN><CardLast4>6387</CardLast4><ARN>85207990219900011142769</ARN><TransactionTimestamp>2020-08-01T00:00:00.000</TransactionTimestamp><MerchantDescriptor>INMATE TALK SERVICES</MerchantDescriptor><MemberID>38493</MemberID><MCC>5818</MCC><Amount>29.99</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MPVR4D9NN</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:14:01\"\n        },\n        {\n            \"apiID\": \"5029338\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3TVZPSKUHNK5TBV0C944RU5HY</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:11:21.487</AlertTimestamp><Age>370</Age><Issuer>FISERV SOLUTIONS  LLC</Issuer><CardNumber>521616******1961</CardNumber><CardBIN>521616</CardBIN><CardLast4>1961</CardLast4><ARN>82701130273900015591668</ARN><TransactionTimestamp>2020-09-23T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJ1R4F5H</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:12:02\"\n        },\n        {\n            \"apiID\": \"5029337\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0B6RYELA4ZOZRVYOPUBPJTSRO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:10:13.627</AlertTimestamp><Age>442</Age><Issuer>CREDIT ONE BANK  NATIONAL ASSOCIATION</Issuer><CardNumber>546645******2498</CardNumber><CardBIN>546645</CardBIN><CardLast4>2498</CardLast4><ARN>85179390266980003314559</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>NATUREFRESHAIRPURIFIER</MerchantDescriptor><MemberID>39151</MemberID><MCC>7299</MCC><Amount>10.77</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Adcentric Enterprises - 30687</MerchantMemberName><TransactionId>MPLGE3KS5</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:11:01\"\n        },\n        {\n            \"apiID\": \"5029336\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AH0QXZUUCZ4R2R22Y74JOMH17</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:08:08.696</AlertTimestamp><Age>3466</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******6582</CardNumber><CardBIN>542418</CardBIN><CardLast4>6582</CardLast4><ARN>82701130139900012698171</ARN><TransactionTimestamp>2020-05-17T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>1NBQCK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:09:01\"\n        },\n        {\n            \"apiID\": \"5029335\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>A6ZSRFFR3AO0HEI8TJSTTKBEC</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:06:01.035</AlertTimestamp><Age>3394</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130142900013205294</ARN><TransactionTimestamp>2020-05-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>1XVSGR</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:07:02\"\n        },\n        {\n            \"apiID\": \"5029334\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>781U54NTMYM1UX51U4YWC5I5J</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:05:51.721</AlertTimestamp><Age>1306</Age><Issuer>CU COOPERATIVE SYSTEMS</Issuer><CardNumber>551878******0922</CardNumber><CardBIN>551878</CardBIN><CardLast4>0922</CardLast4><ARN>85229390232900017904642</ARN><TransactionTimestamp>2020-08-15T00:00:00.000</TransactionTimestamp><MerchantDescriptor>SECTEL.US</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>45.98</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MDSKUTEZJ</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:07:01\"\n        },\n        {\n            \"apiID\": \"5029333\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0FLBPT80MNR9FTADC65NS2V58</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:05:20.367</AlertTimestamp><Age>442</Age><Issuer>CREDIT ONE BANK  NATIONAL ASSOCIATION</Issuer><CardNumber>546645******2498</CardNumber><CardBIN>546645</CardBIN><CardLast4>2498</CardLast4><ARN>82308310267900807394605</ARN><TransactionTimestamp>2020-09-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>NATUREFRESHAIRPURIFIER</MerchantDescriptor><MemberID>39151</MemberID><MCC>5331</MCC><Amount>189.03</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Adcentric Enterprises - 30687</MerchantMemberName><TransactionId>MPLT8QVBA</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:06:02\"\n        },\n        {\n            \"apiID\": \"5029332\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>3RYTW95G5PWRRQLFNR4VZGW5O</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:04:47.339</AlertTimestamp><Age>1282</Age><Issuer>CITIZENS BANK  N.A.</Issuer><CardNumber>552934******9309</CardNumber><CardBIN>552934</CardBIN><CardLast4>9309</CardLast4><ARN>82701130229900019589010</ARN><TransactionTimestamp>2020-08-16T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>EDVD3W</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:06:02\"\n        },\n        {\n            \"apiID\": \"5029331\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7AA5ZTB7SJXDTGSRNVBBXVC0P</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:03:49.294</AlertTimestamp><Age>370</Age><Issuer>SUNTRUST BANK</Issuer><CardNumber>546540******5734</CardNumber><CardBIN>546540</CardBIN><CardLast4>5734</CardLast4><ARN>82701130273900015541408</ARN><TransactionTimestamp>2020-09-23T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJGYX0T5</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:05:02\"\n        },\n        {\n            \"apiID\": \"5029330\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>B646OKCTBP67YQKE53F6EHLE7</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:03:30.768</AlertTimestamp><Age>730</Age><Issuer>CITIBANK N.A.</Issuer><CardNumber>542418******4601</CardNumber><CardBIN>542418</CardBIN><CardLast4>4601</CardLast4><ARN>82701590257900010244383</ARN><TransactionTimestamp>2020-09-08T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>0WW3CK</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:05:02\"\n        },\n        {\n            \"apiID\": \"5029329\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>2U8AAM8H3NAWYRZZJT1Q6DFQI</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:03:12.059</AlertTimestamp><Age>1186</Age><Issuer>CAPITAL ONE BANK (USA)  NATIONAL ASSOCIA</Issuer><CardNumber>517805******1931</CardNumber><CardBIN>517805</CardBIN><CardLast4>1931</CardLast4><ARN>82701130234900010676058</ARN><TransactionTimestamp>2020-08-20T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MPL129ENW</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:04:04\"\n        },\n        {\n            \"apiID\": \"5029328\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>6RKM1STJ4URAZQOPKGFOBEO3O</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:01:30.464</AlertTimestamp><Age>1426</Age><Issuer>COMENITY CAPITAL BANK</Issuer><CardNumber>536817******4670</CardNumber><CardBIN>536817</CardBIN><CardLast4>4670</CardLast4><ARN>75247860227900014841928</ARN><TransactionTimestamp>2020-08-10T00:00:00.000</TransactionTimestamp><MerchantDescriptor>SECURITYTEL LLC</MerchantDescriptor><MemberID>38493</MemberID><MCC>4814</MCC><Amount>45.98</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>yes</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>Interactive Media tech</MerchantMemberName><TransactionId>MPLBEBTMM</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:03:02\"\n        },\n        {\n            \"apiID\": \"5029327\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>9AJ31EWQC44XEFC3YHK1MEAQD</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:01:25.110</AlertTimestamp><Age>250</Age><Issuer>FISERV SOLUTIONS  LLC</Issuer><CardNumber>546162******8476</CardNumber><CardBIN>546162</CardBIN><CardLast4>8476</CardLast4><ARN>82701590278900014105817</ARN><TransactionTimestamp>2020-09-28T00:00:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>5817</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>MDJULDOU0</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 10:02:01\"\n        },\n        {\n            \"apiID\": \"5029326\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>7M6XV0U7OF0AZZYQU7T10AAIO</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T02:26:02.313</AlertTimestamp><Age>1089</Age><Issuer>COMMONWEALTH BANK OF AUSTRALIA</Issuer><CardNumber>552350******9928</CardNumber><CardBIN>552350</CardBIN><CardLast4>9928</CardLast4><ARN>75418230237101124938640</ARN><TransactionTimestamp>2020-08-24T00:00:00.000</TransactionTimestamp><MerchantDescriptor>DRSOCKSOOTHERS</MerchantDescriptor><MemberID>39151</MemberID><MCC></MCC><Amount>58.40</Amount><Currency>AUD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>MASTERCARD</Source><AuthCode>012250</AuthCode><MerchantMemberName>Adcentric Enterprises - 30687</MerchantMemberName><TransactionId>MCWBCDSAM</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 09:27:02\"\n        },\n        {\n            \"apiID\": \"5029325\",\n            \"apidata\": \"{\\\"id\\\":666250,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290956803\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 08:45:49\\\",\\\"issuer\\\":\\\"\\\",\\\"cardNumber\\\":\\\"458453******4778\\\",\\\"consumerName\\\":\\\"Philip Jones\\\",\\\"arn\\\":\\\"24145720280900018854464\\\",\\\"transactionTimestamp\\\":\\\"2020-10-02 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"INMATETALKS.COM\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 08:45:49\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-02 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"53\\\",\\\"paymentDescriptorContact\\\":null,\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 08:46:02\"\n        },\n        {\n            \"apiID\": \"5029324\",\n            \"apidata\": \"{\\\"id\\\":666250,\\\"source\\\":\\\"verifi\\\",\\\"type\\\":\\\"DISPUTE\\\",\\\"alertCode\\\":\\\"290956803\\\",\\\"alertTimestamp\\\":\\\"2020-10-08 08:45:49\\\",\\\"issuer\\\":\\\"\\\",\\\"cardNumber\\\":\\\"458453******4778\\\",\\\"consumerName\\\":\\\"Philip Jones\\\",\\\"arn\\\":\\\"24145720280900018854464\\\",\\\"transactionTimestamp\\\":\\\"2020-10-02 00:00:00\\\",\\\"merchantDescriptor\\\":\\\"INMATETALKS.COM\\\",\\\"merchantId\\\":\\\"459413\\\",\\\"merchantName\\\":null,\\\"amount\\\":\\\"29.99\\\",\\\"currency\\\":\\\"USD\\\",\\\"transactionType\\\":\\\"VI\\\",\\\"authCode\\\":\\\"\\\",\\\"status\\\":\\\"PROCESSING\\\",\\\"refunded\\\":null,\\\"message\\\":null,\\\"updatedAt\\\":\\\"2020-10-08 08:45:49\\\",\\\"referenceTransactionDate\\\":\\\"2020-10-02 00:00:00\\\",\\\"referenceTransactionAmount\\\":\\\"29.99\\\",\\\"referenceTransactionCurrency\\\":\\\"USD\\\",\\\"reasonCode\\\":\\\"53\\\",\\\"paymentDescriptorContact\\\":null,\\\"activityAmount\\\":null,\\\"activityCurrency\\\":null,\\\"activityDate\\\":null,\\\"statusCode\\\":null}\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 08:46:02\"\n        },\n        {\n            \"apiID\": \"5029323\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0XXEHWG1ZLHK4LCEEUW6JU2PZ</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T01:12:51.078</AlertTimestamp><Age>60</Age><Issuer>Citi US</Issuer><CardNumber>410039******7462</CardNumber><CardBIN>410039</CardBIN><CardLast4>7462</CardLast4><TransactionTimestamp>2020-10-05T12:49:00.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE</MerchantDescriptor><MemberID>49949</MemberID><MCC>7299</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>998821</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 08:14:02\"\n        },\n        {\n            \"apiID\": \"5029322\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>5T3HDRK7NANMGLPZVMMEBW8CH</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T00:39:52.554</AlertTimestamp><Age>43</Age><Issuer>Navy Federal</Issuer><CardNumber>406095******8490</CardNumber><CardBIN>406095</CardBIN><CardLast4>8490</CardLast4><TransactionTimestamp>2020-10-06T05:22:58.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>22.99</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>07757D</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>580280445782123</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:40:02\"\n        },\n        {\n            \"apiID\": \"5029321\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>80PD2S0GLE55VBLR3BYV6DLDH</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T00:39:52.324</AlertTimestamp><Age>32</Age><Issuer>Navy Federal</Issuer><CardNumber>406095******8490</CardNumber><CardBIN>406095</CardBIN><CardLast4>8490</CardLast4><TransactionTimestamp>2020-10-06T17:03:11.000</TransactionTimestamp><MerchantDescriptor>CHECKPEOPLE.COM</MerchantDescriptor><MemberID>49949</MemberID><MCC>8999</MCC><Amount>29.16</Amount><Currency>USD</Currency><TransactionType>keyed</TransactionType><InitiatedBy>not_available</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>09350D</AuthCode><MerchantMemberName>CHECKPEOPLE - 30687</MerchantMemberName><TransactionId>380281001917447</TransactionId></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:40:02\"\n        },\n        {\n            \"apiID\": \"5029320\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>D2E2XC66R8Z6HW7HPNOJ8I203</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:10.532</AlertTimestamp><Age>155</Age><Issuer>Barclaycard US</Issuer><CardNumber>552486******6509</CardNumber><CardBIN>552486</CardBIN><CardLast4>6509</CardLast4><ARN>72307620277012438029386</ARN><TransactionTimestamp>2020-10-01T16:00:00.000</TransactionTimestamp><MerchantDescriptor>SUPER SAVER FITNESS MA</MerchantDescriptor><MemberID>56314</MemberID><MCC>5732</MCC><Amount>9.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>09360Z</AuthCode><MerchantMemberName>Ridge Micro, LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:21:05\"\n        },\n        {\n            \"apiID\": \"5029319\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>0VE2A7VYEMWGS4IWBTP3L7MGP</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:10.375</AlertTimestamp><Age>155</Age><Issuer>Barclaycard US</Issuer><CardNumber>552486******6509</CardNumber><CardBIN>552486</CardBIN><CardLast4>6509</CardLast4><ARN>72307620277012438029378</ARN><TransactionTimestamp>2020-10-01T16:00:00.000</TransactionTimestamp><MerchantDescriptor>SUPER SAVER FITNESS MA</MerchantDescriptor><MemberID>56314</MemberID><MCC>5732</MCC><Amount>19.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>09166Z</AuthCode><MerchantMemberName>Ridge Micro, LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:21:03\"\n        },\n        {\n            \"apiID\": \"5029318\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>ETPMX6H3N2OC7ELI21D2IT65S</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:10.215</AlertTimestamp><Age>155</Age><Issuer>Barclaycard US</Issuer><CardNumber>552486******6509</CardNumber><CardBIN>552486</CardBIN><CardLast4>6509</CardLast4><ARN>72307620277012438029360</ARN><TransactionTimestamp>2020-10-01T16:00:00.000</TransactionTimestamp><MerchantDescriptor>SUPER SAVER FITNESS MA</MerchantDescriptor><MemberID>56314</MemberID><MCC>5732</MCC><Amount>39.94</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>08919Z</AuthCode><MerchantMemberName>Ridge Micro, LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:21:03\"\n        },\n        {\n            \"apiID\": \"5029317\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>AESKRM5KDAS71QX3NXLS8OP5M</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:10.062</AlertTimestamp><Age>155</Age><Issuer>Barclaycard US</Issuer><CardNumber>552486******6509</CardNumber><CardBIN>552486</CardBIN><CardLast4>6509</CardLast4><ARN>72307620277012438029352</ARN><TransactionTimestamp>2020-10-01T16:00:00.000</TransactionTimestamp><MerchantDescriptor>SUPER SAVER FITNESS MA</MerchantDescriptor><MemberID>56314</MemberID><MCC>5732</MCC><Amount>39.95</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>08671Z</AuthCode><MerchantMemberName>Ridge Micro, LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:21:02\"\n        },\n        {\n            \"apiID\": \"5029316\",\n            \"apidata\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><EthocaAlertNotification xmlns=\\\"http://schemas.ethoca.com/alerts/v1/xml\\\"><Username>ethoca_cbd_live</Username><Password>GM9w$rf#(*yY</Password><Chunked>false</Chunked><Alert><EthocaID>25JPZ0X56P67ODVNGA5RHZ77L</EthocaID><Type>issuer_alert</Type><AlertTimestamp>2020-10-08T03:20:09.903</AlertTimestamp><Age>155</Age><Issuer>Barclaycard US</Issuer><CardNumber>552486******6509</CardNumber><CardBIN>552486</CardBIN><CardLast4>6509</CardLast4><ARN>72307620277012438029345</ARN><TransactionTimestamp>2020-10-01T16:00:00.000</TransactionTimestamp><MerchantDescriptor>SUPER SAVER FITNESS MA</MerchantDescriptor><MemberID>56314</MemberID><MCC>5732</MCC><Amount>129.00</Amount><Currency>USD</Currency><TransactionType>eCommerce</TransactionType><InitiatedBy>issuer</InitiatedBy><Is3DSecure>no</Is3DSecure><Source>Issuer</Source><AuthCode>08451Z</AuthCode><MerchantMemberName>Ridge Micro, LLC</MerchantMemberName></Alert></EthocaAlertNotification>\",\n            \"apidataresponse\": \"\",\n            \"timestamp\": \"2020-10-08 07:21:01\"\n        }\n    ]\n}"}],"_postman_id":"b7a3f4cd-09f2-4674-a9fd-9369c3bc1ed2"}],"id":"ff1018e3-6b72-40a1-9983-29dbe5002ad3","description":"<p>Raw BLOB storage location for incoming alert partners.</p>\n","_postman_id":"ff1018e3-6b72-40a1-9983-29dbe5002ad3"},{"name":"/insert","item":[{"name":"Assign Alert","id":"c2e2d759-1769-4868-9b12-dc6490df29c9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": 3906,\r\n    \"apiID\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts?action=alertinsert","urlObject":{"protocol":"https","path":["v2","cbalerts"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"alertinsert"}],"variable":[]}},"response":[{"id":"f43817ca-c3de-46c8-8343-555fea52bcff","name":"https://api.chargebackdefense.com/v2/cbalerts?action=alertinsert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": 3906,\r\n    \"apiID\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbalerts?action=alertinsert","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbalerts"],"query":[{"key":"action","value":"alertinsert"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Mar 2021 20:26:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Inserted\",\n        \"request\": {\n            \"time\": \"1616099215\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts?action=alertinsert\",\n            \"query\": {\n                \"action\": \"alertinsert\"\n            }\n        }\n    },\n    \"data\": [\n        5081645\n    ]\n}"}],"_postman_id":"c2e2d759-1769-4868-9b12-dc6490df29c9"}],"id":"9331032a-2133-45c7-887f-27e8e5e631a5","_postman_id":"9331032a-2133-45c7-887f-27e8e5e631a5","description":""},{"name":"/alertsenroll","item":[{"name":"/variationenroll","item":[{"name":"/variationsend","item":[{"name":"Send Variations","id":"1ee54e52-4529-47e5-91d3-793d9fa6424d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": \"50\",\r\n    \"merchantid\": \"6340\",\r\n    \"membername\": \"50-537689 4 Leaf Clover Muscle\",\r\n    \"variations\": [\r\n        \"merchantdba 8001112222 me\",\r\n        \"merchantdba 8001112222 80\",\r\n        \"merchantdba 8001112222 UT\",\r\n        \"merchantdba UT merchantdb\",\r\n        \"merchantdba UT 8001112222\",\r\n        \"merchantdba UT UT\",\r\n        \"8001112222 merchantdba me\",\r\n        \"8001112222 merchantdba 80\",\r\n        \"8001112222 merchantdba UT\",\r\n        \"8001112222 UT merchantdba\",\r\n        \"8001112222 UT 8001112222\",\r\n        \"8001112222 UT UT\",\r\n        \"UT merchantdba merchantdb\",\r\n        \"UT merchantdba 8001112222\",\r\n        \"UT merchantdba UT\",\r\n        \"UT 8001112222 merchantdba\",\r\n        \"UT 8001112222 8001112222\",\r\n        \"UT 8001112222 UT\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/6340?action=sendvariations","urlObject":{"protocol":"https","path":["v2","merchants","6340"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"sendvariations"}],"variable":[]}},"response":[{"id":"966b7cd9-45ad-414d-8c94-386d7696b7cd","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": \"50\",\r\n    \"merchantid\": \"6340\",\r\n    \"membername\": \"50-537689 4 Leaf Clover Muscle\",\r\n    \"variations\": [\r\n        \"merchantdba 8001112222 me\",\r\n        \"merchantdba 8001112222 80\",\r\n        \"merchantdba 8001112222 UT\",\r\n        \"merchantdba UT merchantdb\",\r\n        \"merchantdba UT 8001112222\",\r\n        \"merchantdba UT UT\",\r\n        \"8001112222 merchantdba me\",\r\n        \"8001112222 merchantdba 80\",\r\n        \"8001112222 merchantdba UT\",\r\n        \"8001112222 UT merchantdba\",\r\n        \"8001112222 UT 8001112222\",\r\n        \"8001112222 UT UT\",\r\n        \"UT merchantdba merchantdb\",\r\n        \"UT merchantdba 8001112222\",\r\n        \"UT merchantdba UT\",\r\n        \"UT 8001112222 merchantdba\",\r\n        \"UT 8001112222 8001112222\",\r\n        \"UT 8001112222 UT\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchants/6340?action=sendvariations","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchants","6340"],"query":[{"key":"action","value":"sendvariations"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Apr 2021 14:31:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Success\",\n        \"request\": {\n            \"time\": \"1619793077\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants/6340?action=sendvariations\",\n            \"query\": {\n                \"action\": \"sendvariations\"\n            }\n        }\n    },\n    \"data\": [\n        \"Ethoca Merchant Name: 50-537689 4 Leaf Clover Muscle\"\n    ]\n}"}],"_postman_id":"1ee54e52-4529-47e5-91d3-793d9fa6424d"}],"id":"043e350b-1c48-4334-8be4-05385e096cb0","_postman_id":"043e350b-1c48-4334-8be4-05385e096cb0","description":""},{"name":"Enroll Descriptor Variations","id":"27e73904-730a-4d2a-bbdf-3fb1c74ac378","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"merchantdba\",\"8001112222\",\"UT\"]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/6340?action=variationenroll","urlObject":{"protocol":"https","path":["v2","merchants","6340"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"variationenroll"}],"variable":[]}},"response":[{"id":"daaa3317-391d-4c52-8d32-9b653ab37628","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"merchantdba\",\"8001112222\",\"UT\"]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchants/6340?action=variationenroll","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchants","6340"],"query":[{"key":"action","value":"variationenroll"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Apr 2021 14:20:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Success\",\n        \"request\": {\n            \"time\": \"1619792425\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants/6340?action=variationenroll\",\n            \"query\": {\n                \"action\": \"variationenroll\"\n            }\n        }\n    },\n    \"data\": {\n        \"customerid\": \"50\",\n        \"merchantid\": \"6340\",\n        \"membername\": \"50-537689 4 Leaf Clover Muscle\",\n        \"variations\": [\n            \"merchantdba 8001112222 me\",\n            \"merchantdba 8001112222 80\",\n            \"merchantdba 8001112222 UT\",\n            \"merchantdba UT merchantdb\",\n            \"merchantdba UT 8001112222\",\n            \"merchantdba UT UT\",\n            \"8001112222 merchantdba me\",\n            \"8001112222 merchantdba 80\",\n            \"8001112222 merchantdba UT\",\n            \"8001112222 UT merchantdba\",\n            \"8001112222 UT 8001112222\",\n            \"8001112222 UT UT\",\n            \"UT merchantdba merchantdb\",\n            \"UT merchantdba 8001112222\",\n            \"UT merchantdba UT\",\n            \"UT 8001112222 merchantdba\",\n            \"UT 8001112222 8001112222\",\n            \"UT 8001112222 UT\"\n        ]\n    }\n}"}],"_postman_id":"27e73904-730a-4d2a-bbdf-3fb1c74ac378"}],"id":"d3b98587-efd1-4d93-b84f-8283e9b1bc56","_postman_id":"d3b98587-efd1-4d93-b84f-8283e9b1bc56","description":""},{"name":"Enroll Verifi Alerts","id":"72311d0b-7a85-4e22-ac3f-095a9aa33e1f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/merchants/6340?action=verifienroll","urlObject":{"protocol":"https","path":["v2","merchants","6340"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"verifienroll"}],"variable":[]}},"response":[],"_postman_id":"72311d0b-7a85-4e22-ac3f-095a9aa33e1f"},{"name":"Enroll Ethoca Alerts","id":"dc659002-0b4a-4e18-81fa-166b69e2bcd0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": 3906,\r\n    \"apiID\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts?action=alertinsert","urlObject":{"protocol":"https","path":["v2","cbalerts"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"alertinsert"}],"variable":[]}},"response":[{"id":"9f20b858-ef79-4eb3-823c-62de319217f3","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerid\": 3906,\r\n    \"apiID\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/merchants/6340?action=ethocaenroll","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","merchants","6340"],"query":[{"key":"action","value":"ethocaenroll"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Apr 2021 14:56:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/merchants.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"code\": 1,\n        \"message\": \"Success\",\n        \"request\": {\n            \"time\": \"1619708192\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/merchants/6340?action=ethocaenroll\",\n            \"query\": {\n                \"action\": \"ethocaenroll\"\n            }\n        }\n    },\n    \"data\": [\n        \"Ethoca Merchant Name: 50-537689 4 LEAF CLOVER MUSCLE\"\n    ]\n}"}],"_postman_id":"dc659002-0b4a-4e18-81fa-166b69e2bcd0"}],"id":"c8c03a36-f164-4349-b02a-a5d22eb1d1ac","_postman_id":"c8c03a36-f164-4349-b02a-a5d22eb1d1ac","description":""},{"name":"Get Alert Records","id":"74e72049-a029-47ff-9eee-3c6be9816cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/cbalerts","urlObject":{"protocol":"https","path":["v2","cbalerts"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"7715e83f-a524-446d-a745-166b3b3745f4","name":"Read","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/cbalerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 12:03:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14352"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"response_total\": 200,\n        \"query_total\": \"213\",\n        \"request\": {\n            \"method\": \"GET\",\n            \"uri\": \"/v2/cbalerts\",\n            \"query\": []\n        }\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018931\",\n            \"apidate\": \"2020-08-25 17:09:15\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"850740\",\n            \"apitransactiondate\": \"2020-08-24 02:58:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"528546\",\n            \"cclast4\": \"5065\",\n            \"apicard\": \"528546******5065\",\n            \"apialerterid\": \"AJSLMNF82OIX3ZSCLXPWKIGPW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"554135021303821\",\n            \"merchantname\": \"Blue Lake Media Group, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS 8332780\",\n            \"merchantdescriptor\": \"SAVEPASS 8332780\",\n            \"issuername\": \"Citi US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018901\",\n            \"apidate\": \"2020-08-25 14:41:11\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"59048Z\",\n            \"apitransactiondate\": \"2020-07-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"0704\",\n            \"apicard\": \"512230******0704\",\n            \"apialerterid\": \"6DYDXIPQPPEZC1WV5C740T97B\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018864\",\n            \"apidate\": \"2020-08-25 12:08:26\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"31.79\",\n            \"apiauthcode\": \"06439G\",\n            \"apitransactiondate\": \"2020-08-07 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552851\",\n            \"cclast4\": \"2873\",\n            \"apicard\": \"552851******2873\",\n            \"apialerterid\": \"7ZWT68933U1MUBMYYP3PKYVNA\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"OXFORD LEATHER\",\n            \"merchantdescriptor\": \"OXFORD LEATHER\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018837\",\n            \"apidate\": \"2020-08-25 12:05:11\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"05742P\",\n            \"apitransactiondate\": \"2020-07-28 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"EIQUC6V3M84TC1PQBW98T9NEQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018836\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"09090P\",\n            \"apitransactiondate\": \"2020-04-20 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"8VV9Z5A7GC9BHLP0GTT5ZN3Z4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018835\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"01125P\",\n            \"apitransactiondate\": \"2020-05-20 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"9LH310BY5JK6M2U6VPSZ36YM5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018834\",\n            \"apidate\": \"2020-08-25 12:05:10\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"08540P\",\n            \"apitransactiondate\": \"2020-03-26 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"6738\",\n            \"apicard\": \"546325******6738\",\n            \"apialerterid\": \"22Z5V3EVJYYXYZ4WU6GCJVKQI\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018787\",\n            \"apidate\": \"2020-08-25 08:32:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"184736\",\n            \"apitransactiondate\": \"2020-08-17 08:43:30\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"411774\",\n            \"cclast4\": \"8583\",\n            \"apicard\": \"411774******8583\",\n            \"apialerterid\": \"4WNU4DX09Q4NWH1H46WLO03W1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS833608\",\n            \"merchantdescriptor\": \"TRAVELPLUS833608\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018767\",\n            \"apidate\": \"2020-08-25 07:51:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"127.66\",\n            \"apiauthcode\": \"05665S\",\n            \"apitransactiondate\": \"2020-06-22 17:54:16\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"552489\",\n            \"cclast4\": \"7165\",\n            \"apicard\": \"552489******7165\",\n            \"apialerterid\": \"46TQLGPTVH1NJ3XKOL6HDBJY0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT\",\n            \"merchantdescriptor\": \"MAUI SHIRT\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018763\",\n            \"apidate\": \"2020-08-25 07:11:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"98270Z\",\n            \"apitransactiondate\": \"2020-07-31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"3537\",\n            \"apicard\": \"512230******3537\",\n            \"apialerterid\": \"CAT885AYP8FMY3A20MQNG53UX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018679\",\n            \"apidate\": \"2020-08-24 15:11:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"53504Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"5511\",\n            \"apicard\": \"512230******5511\",\n            \"apialerterid\": \"CT59XOEZBM0B2WZEECD3AGBPB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018661\",\n            \"apidate\": \"2020-08-24 13:42:44\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"02213Z\",\n            \"apitransactiondate\": \"2020-08-22 02:29:11\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540656\",\n            \"cclast4\": \"0514\",\n            \"apicard\": \"540656******0514\",\n            \"apialerterid\": \"DHV8QZ5Z3C03BWYIII00K8CTK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"SECURITY SERVICE F.C.U.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018659\",\n            \"apidate\": \"2020-08-24 13:41:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"33027Z\",\n            \"apitransactiondate\": \"2020-07-31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"7897\",\n            \"apicard\": \"512230******7897\",\n            \"apialerterid\": \"08PQ56EVDL78RLDRY04MUHICO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018654\",\n            \"apidate\": \"2020-08-24 13:27:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"023049\",\n            \"apitransactiondate\": \"2020-07-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"AJEJWUHGD8AOU0TNL3GJMBZLU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVER8338002001\",\n            \"merchantdescriptor\": \"TRAVELSAVER8338002001\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018653\",\n            \"apidate\": \"2020-08-24 13:27:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"016396\",\n            \"apitransactiondate\": \"2020-07-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"6IJAKA3P7Q2GJORI9G2VNTIMY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018652\",\n            \"apidate\": \"2020-08-24 13:27:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"016288\",\n            \"apitransactiondate\": \"2020-06-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"EN6L0BZSRC0EP9RM8BNRSR87U\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVER8338002001\",\n            \"merchantdescriptor\": \"TRAVELSAVER8338002001\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018651\",\n            \"apidate\": \"2020-08-24 13:27:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"007240\",\n            \"apitransactiondate\": \"2020-06-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"4904\",\n            \"apicard\": \"443264******4904\",\n            \"apialerterid\": \"0MFMY1YYBN3GKJ8EN49KGROU5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018610\",\n            \"apidate\": \"2020-08-24 08:55:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"03132B\",\n            \"apitransactiondate\": \"2020-08-18 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"0835\",\n            \"apicard\": \"540801******0835\",\n            \"apialerterid\": \"A8ZB77YWRCHEWNS59A5XPK8Z3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018605\",\n            \"apidate\": \"2020-08-24 08:53:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.90\",\n            \"apiauthcode\": \"09221Z\",\n            \"apitransactiondate\": \"2020-08-06 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"6378\",\n            \"apicard\": \"517805******6378\",\n            \"apialerterid\": \"DHQYD1CAA71QZ58CLYPWPBXGC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018604\",\n            \"apidate\": \"2020-08-24 08:53:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.90\",\n            \"apiauthcode\": \"02724Z\",\n            \"apitransactiondate\": \"2020-07-07 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"6378\",\n            \"apicard\": \"517805******6378\",\n            \"apialerterid\": \"7LU61W6KYCXEWA9R8Q8SIWK7K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"518993800103939\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018599\",\n            \"apidate\": \"2020-08-24 08:49:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"02157Z\",\n            \"apitransactiondate\": \"2020-08-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"8OEN3J3636SKB592W7UNQAYB4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018598\",\n            \"apidate\": \"2020-08-24 08:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"08298Z\",\n            \"apitransactiondate\": \"2020-07-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"D6Y8JTK3EG4OF0PPY7V1PZJEN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018597\",\n            \"apidate\": \"2020-08-24 08:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"07078Z\",\n            \"apitransactiondate\": \"2020-06-08 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"523914\",\n            \"cclast4\": \"7880\",\n            \"apicard\": \"523914******7880\",\n            \"apialerterid\": \"0FQZSECLLCEL2OD81E9RR22A2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Excelsior - Travel World Discount - 49069\",\n            \"desctext\": \"TRAVWORLDISC8332250547\",\n            \"merchantdescriptor\": \"TRAVWORLDISC8332250547\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018583\",\n            \"apidate\": \"2020-08-24 08:37:47\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"182188\",\n            \"apitransactiondate\": \"2020-08-20 08:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474478\",\n            \"cclast4\": \"2537\",\n            \"apicard\": \"474478******2537\",\n            \"apialerterid\": \"1VKL892WQSWZWALD5RX4K157Z\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS83348\",\n            \"merchantdescriptor\": \"DISCNTPERKS83348\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018579\",\n            \"apidate\": \"2020-08-24 08:24:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"01266W\",\n            \"apitransactiondate\": \"2020-08-13 21:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"433477\",\n            \"cclast4\": \"5872\",\n            \"apicard\": \"433477******5872\",\n            \"apialerterid\": \"5KV7BYAQR975N8V83S2H7B7FG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"First Citizens Bank - Debit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018550\",\n            \"apidate\": \"2020-08-24 07:31:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"000796\",\n            \"apitransactiondate\": \"2020-08-09 23:54:10\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485804\",\n            \"cclast4\": \"4204\",\n            \"apicard\": \"485804******4204\",\n            \"apialerterid\": \"3842BK0838QLQ9P4Y7VPFPTWQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"182260520\",\n            \"merchantname\": \"GigaForm LLC - 49069\",\n            \"desctext\": \"CHANGE ADDRESS ONLINE    855-8095098  US\",\n            \"merchantdescriptor\": \"CHANGE ADDRESS ONLINE    855-8095098  US\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018495\",\n            \"apidate\": \"2020-08-23 19:58:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"69.75\",\n            \"apiauthcode\": \"08833F\",\n            \"apitransactiondate\": \"2020-07-07 12:26:27\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"2LNH128XOO9S2DVOROP7P58A0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018494\",\n            \"apidate\": \"2020-08-23 19:57:42\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"00436F\",\n            \"apitransactiondate\": \"2020-08-06 14:23:47\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"5QPDJPP1M7328LZ3IRNEVZQAQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018493\",\n            \"apidate\": \"2020-08-23 19:56:41\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"04151F\",\n            \"apitransactiondate\": \"2020-08-23 18:01:38\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"452034\",\n            \"cclast4\": \"3171\",\n            \"apicard\": \"452034******3171\",\n            \"apialerterid\": \"8UP7GTREV5OD8AJP65YSLELRG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"TD Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018409\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-06-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"9GJ4OV19DGWH0ZTIJQNE0TGWY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018408\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-07-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"AXVASMOSPK35D6QA4T5HG2QKN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018407\",\n            \"apidate\": \"2020-08-22 23:16:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"068310\",\n            \"apitransactiondate\": \"2020-08-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"6305\",\n            \"apicard\": \"427082******6305\",\n            \"apialerterid\": \"CE6DIY6V6Y19B2UYMD5YJN8UW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"merchantdescriptor\": \"EASYSAVE8336899790       888-232-2141 MT\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018354\",\n            \"apidate\": \"2020-08-22 11:31:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.00\",\n            \"apiauthcode\": \"000019\",\n            \"apitransactiondate\": \"2020-08-20 05:16:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"519325\",\n            \"cclast4\": \"4111\",\n            \"apicard\": \"519325******4111\",\n            \"apialerterid\": \"15L03GDGOHY7O6RUPP4DU96QU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"005583-CM-FCD - 30687\",\n            \"desctext\": \"FAMILY COURT DIRECT    8002741440     CA\",\n            \"merchantdescriptor\": \"FAMILY COURT DIRECT    8002741440     CA\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018353\",\n            \"apidate\": \"2020-08-22 11:19:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"009632\",\n            \"apitransactiondate\": \"2020-08-14 23:48:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514230\",\n            \"cclast4\": \"4137\",\n            \"apicard\": \"514230******4137\",\n            \"apialerterid\": \"3Y9FGHD5J7DM78A0LS0PI7AWR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Woodforest\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018345\",\n            \"apidate\": \"2020-08-22 08:38:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"184.65\",\n            \"apiauthcode\": \"104514\",\n            \"apitransactiondate\": \"2020-06-22 14:41:55\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"481582\",\n            \"cclast4\": \"1036\",\n            \"apicard\": \"481582******1036\",\n            \"apialerterid\": \"3YSJASYY9MDAO68IL58ENVT6R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"737211657884\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018344\",\n            \"apidate\": \"2020-08-22 08:38:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"184.65\",\n            \"apiauthcode\": \"163385\",\n            \"apitransactiondate\": \"2020-07-22 15:38:30\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"481582\",\n            \"cclast4\": \"1036\",\n            \"apicard\": \"481582******1036\",\n            \"apialerterid\": \"3L0WKJDT1U4PINZ361PC9CYOP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"737211657884\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018342\",\n            \"apidate\": \"2020-08-22 08:37:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"134918\",\n            \"apitransactiondate\": \"2020-08-17 08:41:47\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474488\",\n            \"cclast4\": \"2540\",\n            \"apicard\": \"474488******2540\",\n            \"apialerterid\": \"7ICQF1Z8L7M07F8VXHS2UI88N\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018321\",\n            \"apidate\": \"2020-08-22 03:26:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"018776\",\n            \"apitransactiondate\": \"2020-08-18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"8826\",\n            \"apicard\": \"427082******8826\",\n            \"apialerterid\": \"269BTSCPDN0TVOIJCGGL50P2G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018185\",\n            \"apidate\": \"2020-08-21 17:10:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"751980\",\n            \"apitransactiondate\": \"2020-08-18 01:07:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"441251\",\n            \"cclast4\": \"9361\",\n            \"apicard\": \"441251******9361\",\n            \"apialerterid\": \"D8FL4BJYWZL0KMGN33J4KB3RZ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"KEYMAGAZINE8773500570\",\n            \"merchantdescriptor\": \"KEYMAGAZINE8773500570\",\n            \"issuername\": \"Commerce Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018172\",\n            \"apidate\": \"2020-08-21 14:51:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"559906\",\n            \"apitransactiondate\": \"2020-08-18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"8826\",\n            \"apicard\": \"427082******8826\",\n            \"apialerterid\": \"2N6GI20NQQI9M34PYXGUU6VMU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175     833-327-0175 NV\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175     833-327-0175 NV\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018153\",\n            \"apidate\": \"2020-08-21 13:59:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"01786Z\",\n            \"apitransactiondate\": \"2020-07-02 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"8630\",\n            \"apicard\": \"546325******8630\",\n            \"apialerterid\": \"8QPNJ1FO77TPX2RM02FMMUGBH\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018152\",\n            \"apidate\": \"2020-08-21 13:59:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"09799Z\",\n            \"apitransactiondate\": \"2020-07-25 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"8630\",\n            \"apicard\": \"546325******8630\",\n            \"apialerterid\": \"DS2Q2O0QSPTP8TSMPFLBPWAPG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018148\",\n            \"apidate\": \"2020-08-21 12:56:11\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"471710\",\n            \"apitransactiondate\": \"2020-05-23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515034\",\n            \"cclast4\": \"0810\",\n            \"apicard\": \"515034******0810\",\n            \"apialerterid\": \"5BBJSQB12L9HNC2X7XO1IJ2JE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"DATA CENTER INCORPORATED\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018118\",\n            \"apidate\": \"2020-08-21 10:49:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"112884\",\n            \"apitransactiondate\": \"2020-08-19 02:34:38\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"551729\",\n            \"cclast4\": \"3758\",\n            \"apicard\": \"551729******3758\",\n            \"apialerterid\": \"ENZVGU67DGFR909MP160SV2FB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"Mid-Missouri Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018083\",\n            \"apidate\": \"2020-08-21 08:53:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"06297Z\",\n            \"apitransactiondate\": \"2020-03-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"8Y2JP2AIAJVZIK5BRO9TXY6GO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018082\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"07240Z\",\n            \"apitransactiondate\": \"2020-04-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"BBNEFGL0CS1Z0Z933H6OMNH64\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018081\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"00298Z\",\n            \"apitransactiondate\": \"2020-05-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"25MS9W8G0J3JKUGL6DNDUFTM6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018080\",\n            \"apidate\": \"2020-08-21 08:53:58\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"00864Z\",\n            \"apitransactiondate\": \"2020-06-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"COYZH3GV4SMIOUELKN67SLSGR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018079\",\n            \"apidate\": \"2020-08-21 08:53:57\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"02503S\",\n            \"apitransactiondate\": \"2020-07-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"2257\",\n            \"apicard\": \"552433******2257\",\n            \"apialerterid\": \"CC40VTZX8HI1DXI57VOVM6T6M\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"DISCNTPERKS8334883400\",\n            \"merchantdescriptor\": \"DISCNTPERKS8334883400\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018037\",\n            \"apidate\": \"2020-08-21 08:20:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"29.99\",\n            \"apiauthcode\": \"07107W\",\n            \"apitransactiondate\": \"2020-07-12 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"537802\",\n            \"cclast4\": \"1877\",\n            \"apicard\": \"537802******1877\",\n            \"apialerterid\": \"2KK8J0B1MFGIM1QG277QGJ2LT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT COMPANY\",\n            \"merchantdescriptor\": \"MAUI SHIRT COMPANY\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018025\",\n            \"apidate\": \"2020-08-21 08:07:36\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"630031\",\n            \"apitransactiondate\": \"2020-07-28 03:02:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"511752\",\n            \"cclast4\": \"5497\",\n            \"apicard\": \"511752******5497\",\n            \"apialerterid\": \"9ULXZV8NACMDEDFJT94SD418G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5018024\",\n            \"apidate\": \"2020-08-21 08:07:15\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"89.97\",\n            \"apiauthcode\": \"670849\",\n            \"apitransactiondate\": \"2020-07-28 02:57:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"511752\",\n            \"cclast4\": \"5497\",\n            \"apicard\": \"511752******5497\",\n            \"apialerterid\": \"5RDZ1HW2XK46JM9LYPUAAYO9G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNHOME\",\n            \"merchantdescriptor\": \"MODERNHOME\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017989\",\n            \"apidate\": \"2020-08-21 07:35:08\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"58634Z\",\n            \"apitransactiondate\": \"2020-05-19 17:07:20\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552379\",\n            \"cclast4\": \"8227\",\n            \"apicard\": \"552379******8227\",\n            \"apialerterid\": \"1JRI16UC2CFFKZXSAHPTSK6DK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Blue Lake Media Group, Inc. - 49069\",\n            \"desctext\": \"MAGPERKZ 8336379453\",\n            \"merchantdescriptor\": \"MAGPERKZ 8336379453\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017928\",\n            \"apidate\": \"2020-08-21 03:05:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"92416A\",\n            \"apitransactiondate\": \"2020-08-11 23:39:24\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"410892\",\n            \"cclast4\": \"7072\",\n            \"apicard\": \"410892******7072\",\n            \"apialerterid\": \"4LJF6ISFH5EAP8C67GK8AMGT1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017915\",\n            \"apidate\": \"2020-08-20 13:11:35\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"95092Z\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"8620\",\n            \"apicard\": \"512230******8620\",\n            \"apialerterid\": \"9F53R22MOA6NDDR4FCLH0L03X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017821\",\n            \"apidate\": \"2020-08-20 08:28:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.94\",\n            \"apiauthcode\": \"07646P\",\n            \"apitransactiondate\": \"2020-08-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"4395\",\n            \"apicard\": \"552433******4395\",\n            \"apialerterid\": \"5UJLUY3LRE03LRE7QJVJHX7L8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"500000468419\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017814\",\n            \"apidate\": \"2020-08-20 08:16:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"676.00\",\n            \"apiauthcode\": \"811201\",\n            \"apitransactiondate\": \"2020-07-21 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403784\",\n            \"cclast4\": \"5604\",\n            \"apicard\": \"403784******5604\",\n            \"apialerterid\": \"2YPNMSAC213RI1EXKCNN0DY61\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017791\",\n            \"apidate\": \"2020-08-20 07:53:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05386Z\",\n            \"apitransactiondate\": \"2020-06-19 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552318\",\n            \"cclast4\": \"2180\",\n            \"apicard\": \"552318******2180\",\n            \"apialerterid\": \"5STI41NPSY62HUTQHF70GEK9X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017789\",\n            \"apidate\": \"2020-08-20 07:53:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"01893Z\",\n            \"apitransactiondate\": \"2020-07-19 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552318\",\n            \"cclast4\": \"2180\",\n            \"apicard\": \"552318******2180\",\n            \"apialerterid\": \"49W3S237EEH9BBN0H51P9T70G\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 8333270175\",\n            \"merchantdescriptor\": \"GROUPSAVE 8333270175\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017543\",\n            \"apidate\": \"2020-08-20 02:16:18\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001089\",\n            \"apitransactiondate\": \"2020-06-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"8NDU7RBPJ7VE60FBB1O0115FR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017542\",\n            \"apidate\": \"2020-08-20 02:16:17\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001089\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"BORBGXEXZU4EYXEKO4IIZFI1K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516     SANTA ROSA   CA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017515\",\n            \"apidate\": \"2020-08-19 16:11:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03566C\",\n            \"apitransactiondate\": \"2020-06-29 23:20:35\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"405372\",\n            \"cclast4\": \"0360\",\n            \"apicard\": \"405372******0360\",\n            \"apialerterid\": \"D5FWP9M6RTKYVKUU2FB42GZZ6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017514\",\n            \"apidate\": \"2020-08-19 16:11:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"70895C\",\n            \"apitransactiondate\": \"2020-07-29 23:17:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"405372\",\n            \"cclast4\": \"0360\",\n            \"apicard\": \"405372******0360\",\n            \"apialerterid\": \"A0CN88QIKMSDIK0B67OYVYQCP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zone Marketing, Inc. - 49069\",\n            \"desctext\": \"SAVEPASS888689680\",\n            \"merchantdescriptor\": \"SAVEPASS888689680\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017513\",\n            \"apidate\": \"2020-08-19 16:11:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"86232Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"9356\",\n            \"apicard\": \"512230******9356\",\n            \"apialerterid\": \"8Q055C4COLBDGMJVWFBDPVVB0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017442\",\n            \"apidate\": \"2020-08-19 10:25:43\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"004454\",\n            \"apitransactiondate\": \"2020-08-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536013\",\n            \"cclast4\": \"9508\",\n            \"apicard\": \"536013******9508\",\n            \"apialerterid\": \"F3KYMXEIDJWEJCBTMKHDS02BK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 833215468\",\n            \"merchantdescriptor\": \"SAVEPLUS 833215468\",\n            \"issuername\": \"VIRGINIA CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017441\",\n            \"apidate\": \"2020-08-19 10:25:43\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"004454\",\n            \"apitransactiondate\": \"2020-08-14 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536013\",\n            \"cclast4\": \"9508\",\n            \"apicard\": \"536013******9508\",\n            \"apialerterid\": \"6A6KEYYBQW5M0V0NH243RZ0Y8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154\",\n            \"issuername\": \"VIRGINIA CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017398\",\n            \"apidate\": \"2020-08-19 08:37:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"142777\",\n            \"apitransactiondate\": \"2020-06-18 08:27:46\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"6107\",\n            \"apicard\": \"474476******6107\",\n            \"apialerterid\": \"AQTZQ7DK1IMQCC8GTAQQ3YRB9\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017397\",\n            \"apidate\": \"2020-08-19 08:37:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"191490\",\n            \"apitransactiondate\": \"2020-07-18 08:19:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"6107\",\n            \"apicard\": \"474476******6107\",\n            \"apialerterid\": \"5NBSCAJFRWMBQQ547GLMJ8O9V\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017384\",\n            \"apidate\": \"2020-08-19 07:01:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"191E5J\",\n            \"apitransactiondate\": \"2020-08-15 18:29:44\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515241\",\n            \"cclast4\": \"9789\",\n            \"apicard\": \"515241******9789\",\n            \"apialerterid\": \"E67IMTQSN1Q88Q3RU0EAONWLZ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017373\",\n            \"apidate\": \"2020-08-19 06:41:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"802574\",\n            \"apitransactiondate\": \"2020-06-11 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512992\",\n            \"cclast4\": \"7661\",\n            \"apicard\": \"512992******7661\",\n            \"apialerterid\": \"DM2JF3U9N9F1T2A158IA2UM8Z\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"SANTANDER BANK, NA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017371\",\n            \"apidate\": \"2020-08-19 06:41:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"173288\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512992\",\n            \"cclast4\": \"7661\",\n            \"apicard\": \"512992******7661\",\n            \"apialerterid\": \"99HQWEAPEH8YQQMPCUODDNM0P\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5436845558632559\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"SANTANDER BANK, NA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017357\",\n            \"apidate\": \"2020-08-19 05:28:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002326\",\n            \"apitransactiondate\": \"2020-08-10 23:51:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"EXLJEH0QVH7XQLZXY4QXOR3A8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017356\",\n            \"apidate\": \"2020-08-19 05:28:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"005048\",\n            \"apitransactiondate\": \"2020-07-10 23:30:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"2LDPEX2ZNTQ0WTAQO87ZUXJAF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017355\",\n            \"apidate\": \"2020-08-19 05:28:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"006343\",\n            \"apitransactiondate\": \"2020-07-13 23:53:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"0HFYEOPT1GCXL23Y86GWOX4NO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017354\",\n            \"apidate\": \"2020-08-19 05:28:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002273\",\n            \"apitransactiondate\": \"2020-08-13 23:39:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"489922\",\n            \"cclast4\": \"9343\",\n            \"apicard\": \"489922******9343\",\n            \"apialerterid\": \"0I7HBIHDXHPHA0ZBHTK3LSRKW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"301107249970\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017351\",\n            \"apidate\": \"2020-08-19 04:08:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"006783\",\n            \"apitransactiondate\": \"2020-05-28 23:45:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"408037\",\n            \"cclast4\": \"5678\",\n            \"apicard\": \"408037******5678\",\n            \"apialerterid\": \"94KGTB0U82THSAL32MIVJ4DT5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Excelsior - Discount Savings Now - 49069\",\n            \"desctext\": \"SAVINGNOW8332460829\",\n            \"merchantdescriptor\": \"SAVINGNOW8332460829\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017293\",\n            \"apidate\": \"2020-08-18 22:31:18\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"397.00\",\n            \"apiauthcode\": \"111042\",\n            \"apitransactiondate\": \"2020-07-20 13:37:40\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"468013\",\n            \"cclast4\": \"6103\",\n            \"apicard\": \"468013******6103\",\n            \"apialerterid\": \"BOZ0DKVOJ46841TCAAMFIOI44\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017136\",\n            \"apidate\": \"2020-08-18 09:11:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"021860\",\n            \"apitransactiondate\": \"2020-07-21 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"416907\",\n            \"cclast4\": \"5964\",\n            \"apicard\": \"416907******5964\",\n            \"apialerterid\": \"E3HA2Z1N4484QX2CYX3Z59IS2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"KEYMAGAZINE8773500570\",\n            \"merchantdescriptor\": \"KEYMAGAZINE8773500570\",\n            \"issuername\": \"NICOLET NATIONAL BANK\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017124\",\n            \"apidate\": \"2020-08-18 08:42:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"94.85\",\n            \"apiauthcode\": \"151280\",\n            \"apitransactiondate\": \"2020-08-17 10:18:41\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517572\",\n            \"cclast4\": \"2975\",\n            \"apicard\": \"517572******2975\",\n            \"apialerterid\": \"81Q1V66VR5L2G022Y32FM53N6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"565500000457040\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017110\",\n            \"apidate\": \"2020-08-18 08:35:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"08791C\",\n            \"apitransactiondate\": \"2020-07-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"440066\",\n            \"cclast4\": \"3153\",\n            \"apicard\": \"440066******3153\",\n            \"apialerterid\": \"4OAEOHKUWIKPCNBJXDA1LZP9V\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900024557\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017109\",\n            \"apidate\": \"2020-08-18 08:35:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03892C\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"440066\",\n            \"cclast4\": \"3153\",\n            \"apicard\": \"440066******3153\",\n            \"apialerterid\": \"78RU03G1WAODW0Y27FMW01QLO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900024557\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017098\",\n            \"apidate\": \"2020-08-18 08:17:10\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"297.00\",\n            \"apiauthcode\": \"116225\",\n            \"apitransactiondate\": \"2020-07-26 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414776\",\n            \"cclast4\": \"3834\",\n            \"apicard\": \"414776******3834\",\n            \"apialerterid\": \"9T92HYIUFRXDXJ39EAWU640N1\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017089\",\n            \"apidate\": \"2020-08-18 08:15:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"204231\",\n            \"apitransactiondate\": \"2020-02-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403784\",\n            \"cclast4\": \"2602\",\n            \"apicard\": \"403784******2602\",\n            \"apialerterid\": \"1Y1DO1I69UOFBWHAO3WGCJAPT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELSAVINGSPLUS.COM  833-6228008  CA\",\n            \"merchantdescriptor\": \"TRAVELSAVINGSPLUS.COM  833-6228008  CA\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017088\",\n            \"apidate\": \"2020-08-18 08:15:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"005979\",\n            \"apitransactiondate\": \"2020-07-28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"4DMWX6UHQ3X3W5763O4INZP3I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017087\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"016305\",\n            \"apitransactiondate\": \"2020-08-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"DSJL1AJVWHVSBL2QP95LOAM5R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017086\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"018726\",\n            \"apitransactiondate\": \"2020-07-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"4H189Q2VDU2YOORQCV5K6IU0H\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017085\",\n            \"apidate\": \"2020-08-18 08:15:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"011075\",\n            \"apitransactiondate\": \"2020-06-06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"171LVOHOSB8M914X8NMFZPCDM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"SAVEPLUS 8332154681\",\n            \"merchantdescriptor\": \"SAVEPLUS 8332154681\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017084\",\n            \"apidate\": \"2020-08-18 08:15:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"022776\",\n            \"apitransactiondate\": \"2020-07-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"94DTRO75LM9J2BSYFZTVHZ9KY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017083\",\n            \"apidate\": \"2020-08-18 08:15:29\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"019174\",\n            \"apitransactiondate\": \"2020-06-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"DGI6LEBQ73J29WGVNR9QQXAKF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017082\",\n            \"apidate\": \"2020-08-18 08:15:28\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004653\",\n            \"apitransactiondate\": \"2020-05-25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"443264\",\n            \"cclast4\": \"9202\",\n            \"apicard\": \"443264******9202\",\n            \"apialerterid\": \"88PZ08ATHV3LSS37N422UIX2C\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"FIRST TRAVEL SAVINGS\",\n            \"merchantdescriptor\": \"FIRST TRAVEL SAVINGS\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017057\",\n            \"apidate\": \"2020-08-18 03:46:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"027519\",\n            \"apitransactiondate\": \"2020-07-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"CR9F1RFJEVHQZUV1UEUA4KOB5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230405516\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017056\",\n            \"apidate\": \"2020-08-18 03:46:26\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"027293\",\n            \"apitransactiondate\": \"2020-06-27 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"7997\",\n            \"apicard\": \"427082******7997\",\n            \"apialerterid\": \"25EB21EKHS1P2MSCO4RHH7D5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230405516\",\n            \"merchantname\": \"Boulevard Media Partners Inc. - 49069\",\n            \"desctext\": \"TRAVELPLUS8336084516\",\n            \"merchantdescriptor\": \"TRAVELPLUS8336084516\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017048\",\n            \"apidate\": \"2020-08-18 03:11:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"09432C\",\n            \"apitransactiondate\": \"2020-07-13 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"406041\",\n            \"cclast4\": \"4248\",\n            \"apicard\": \"406041******4248\",\n            \"apialerterid\": \"ETMKR5CWJCSDUIXG78R1DLRDT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MAUI SHIRT COMPANY\",\n            \"merchantdescriptor\": \"MAUI SHIRT COMPANY\",\n            \"issuername\": \"Navy Federal\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5017008\",\n            \"apidate\": \"2020-08-17 15:05:09\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"143515\",\n            \"apitransactiondate\": \"2020-07-20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540324\",\n            \"cclast4\": \"5651\",\n            \"apicard\": \"540324******5651\",\n            \"apialerterid\": \"2FJK9PFIHJORLFI727LX7SFQ4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"GigaForm LLC - 49069\",\n            \"desctext\": \"CHANGE ADDRESS ONLINE 855\",\n            \"merchantdescriptor\": \"CHANGE ADDRESS ONLINE 855\",\n            \"issuername\": \"Bank of the West\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016933\",\n            \"apidate\": \"2020-08-17 11:20:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"29.90\",\n            \"apiauthcode\": \"01040B\",\n            \"apitransactiondate\": \"2020-07-12 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469596\",\n            \"cclast4\": \"3583\",\n            \"apicard\": \"469596******3583\",\n            \"apialerterid\": \"B1VGU06WM5NNL5ZILT9A70P9M\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8739294125300025\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"POABA COLLECTION\",\n            \"merchantdescriptor\": \"POABA COLLECTION\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016902\",\n            \"apidate\": \"2020-08-17 10:26:40\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"09535Z\",\n            \"apitransactiondate\": \"2020-07-13 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517669\",\n            \"cclast4\": \"8510\",\n            \"apicard\": \"517669******8510\",\n            \"apialerterid\": \"5KSQ2I1BGHG7YZEVG0QURH6TS\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Marketing Partners, Inc. - 49069\",\n            \"desctext\": \"TRAVELPERKS 8332280641\",\n            \"merchantdescriptor\": \"TRAVELPERKS 8332280641\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016895\",\n            \"apidate\": \"2020-08-17 10:25:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"09173Z\",\n            \"apitransactiondate\": \"2020-08-10 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"7777\",\n            \"apicard\": \"540801******7777\",\n            \"apialerterid\": \"BVWRYSKCAUBTUGZA7SKE4077A\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVELEDGE8337952445\",\n            \"merchantdescriptor\": \"TRAVELEDGE8337952445\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016892\",\n            \"apidate\": \"2020-08-17 10:25:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"00952Z\",\n            \"apitransactiondate\": \"2020-08-02 01:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"540801\",\n            \"cclast4\": \"7777\",\n            \"apicard\": \"540801******7777\",\n            \"apialerterid\": \"24I2ARAEWC1IODW7D3NPVTL3J\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016833\",\n            \"apidate\": \"2020-08-17 09:18:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"39.95\",\n            \"apiauthcode\": \"03648Z\",\n            \"apitransactiondate\": \"2020-08-14 12:21:21\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"2836\",\n            \"apicard\": \"517805******2836\",\n            \"apialerterid\": \"7UOKUC4QMBQPNDQPID44Y7XY7\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8739294125300025\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016765\",\n            \"apidate\": \"2020-08-17 05:41:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"59.98\",\n            \"apiauthcode\": \"93959Z\",\n            \"apitransactiondate\": \"2020-07-24 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"2065\",\n            \"apicard\": \"512230******2065\",\n            \"apialerterid\": \"7NKBXWSZ5OG3QDSB1DVIRGZIX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445036436873\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016743\",\n            \"apidate\": \"2020-08-16 13:12:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"38TRF\",\n            \"apitransactiondate\": \"2020-03-15 18:16:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"AEVXXS36EISHP1U28DAVWI97R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016742\",\n            \"apidate\": \"2020-08-16 13:08:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"678HSX\",\n            \"apitransactiondate\": \"2020-04-15 18:16:57\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"AV3B6FTAABAKLD53PQHSDBQJ6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016735\",\n            \"apidate\": \"2020-08-16 13:04:25\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"7K5NSW\",\n            \"apitransactiondate\": \"2020-05-15 18:12:43\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"1IBTDJ64X4U303ZFR7YF6S8B2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016734\",\n            \"apidate\": \"2020-08-16 13:00:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"YTFRI\",\n            \"apitransactiondate\": \"2020-06-15 18:13:21\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514759\",\n            \"cclast4\": \"7370\",\n            \"apicard\": \"514759******7370\",\n            \"apialerterid\": \"9K4TM68I95J3OEYVCSOBU2IXK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Discovery Marketing Group, Inc. - 49069\",\n            \"desctext\": \"GROUPSAVE 833327\",\n            \"merchantdescriptor\": \"GROUPSAVE 833327\",\n            \"issuername\": \"Capital One (Debit Cards)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016467\",\n            \"apidate\": \"2020-08-15 05:11:13\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-08-08 03:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"5J0V7HWPIXRRSJDXJFLPSKBEX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016466\",\n            \"apidate\": \"2020-08-15 05:11:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-07-08 03:30:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"CXVJRXWGHY6POZ6WLYY2HAMMT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016464\",\n            \"apidate\": \"2020-08-15 05:11:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"004151\",\n            \"apitransactiondate\": \"2020-06-08 03:41:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"3XX5DZVSFHT8TYDIVPNI25BMC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 8338890014\",\n            \"merchantdescriptor\": \"VALUESAVER 8338890014\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016412\",\n            \"apidate\": \"2020-08-15 00:01:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"174.23\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-14 08:21:42\",\n            \"apicurrency\": \"AUD\",\n            \"ccbin6\": \"516361\",\n            \"cclast4\": \"7654\",\n            \"apicard\": \"516361******7654\",\n            \"apialerterid\": \"0GA62AKV53B3CJRFN89NPU0DT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"WestPac\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016373\",\n            \"apidate\": \"2020-08-14 16:16:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-10 15:43:56\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"7S1Q4IE0DFEBFXL7MO7PU5EU3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016372\",\n            \"apidate\": \"2020-08-14 16:16:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-08 03:28:32\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"98PPJPXBNRGUSO4H3FG4GAKVF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016371\",\n            \"apidate\": \"2020-08-14 16:16:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-08 03:27:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"BONG5BPTPPSOEUVHHOL2KB6NP\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016370\",\n            \"apidate\": \"2020-08-14 16:16:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-07-08 03:30:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"2Z8LGK6OGVYAHW4FAWDW482YU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016369\",\n            \"apidate\": \"2020-08-14 16:16:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-07-08 03:30:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"EA10N23B78998DXN2B2FFH4BU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016368\",\n            \"apidate\": \"2020-08-14 16:15:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-08 03:41:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"74YCOGCRA3OZ0CG6Z87279XIK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3917\",\n            \"merchantnumber\": \"4445027821322\",\n            \"merchantname\": \"MediaCore Services, Inc. - 49069\",\n            \"desctext\": \"VALUESAVER 83388\",\n            \"merchantdescriptor\": \"VALUESAVER 83388\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016367\",\n            \"apidate\": \"2020-08-14 16:15:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-08 03:40:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"469451\",\n            \"cclast4\": \"6032\",\n            \"apicard\": \"469451******6032\",\n            \"apialerterid\": \"2GEHN5G3M6WKI9EKE4ZW6W4KE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Primary Media, Inc. - 49069\",\n            \"desctext\": \"TRAVEL SAVERS EDGE\",\n            \"merchantdescriptor\": \"TRAVEL SAVERS EDGE\",\n            \"issuername\": \"First National Bank of Omaha\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016358\",\n            \"apidate\": \"2020-08-14 12:41:07\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"34.97\",\n            \"apiauthcode\": \"44045Z\",\n            \"apitransactiondate\": \"2020-08-07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"512230\",\n            \"cclast4\": \"2465\",\n            \"apicard\": \"512230******2465\",\n            \"apialerterid\": \"6C8OL9X5KCX7ZGMI3ANZOP54U\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"GOLDMAN SACHS BANK USA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016293\",\n            \"apidate\": \"2020-08-14 11:41:09\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"000126\",\n            \"apitransactiondate\": \"2020-07-30 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"415826\",\n            \"cclast4\": \"7203\",\n            \"apicard\": \"415826******7203\",\n            \"apialerterid\": \"7X7YVO65MYXOPYV00HZA9C23R\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"5179390303071440\",\n            \"merchantname\": \"Wiz Marketing Group - 49069\",\n            \"desctext\": \"MYSAVER8332998165 888-232-2141 MT\",\n            \"merchantdescriptor\": \"MYSAVER8332998165 888-232-2141 MT\",\n            \"issuername\": \"DAY AIR CREDIT UNION, INC.\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016286\",\n            \"apidate\": \"2020-08-14 11:21:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"597.00\",\n            \"apiauthcode\": \"812112\",\n            \"apitransactiondate\": \"2020-08-12 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"4212\",\n            \"apicard\": \"403766******4212\",\n            \"apialerterid\": \"BF48HQ5OZSYZZ0YKQYYTDPGAR\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Nano Hearing Aids - 49069\",\n            \"desctext\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"merchantdescriptor\": \"SP * NANO HEARING AIDS HTTPSNANOHEAR AZ\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016283\",\n            \"apidate\": \"2020-08-14 11:20:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"119.96\",\n            \"apiauthcode\": \"04822Z\",\n            \"apitransactiondate\": \"2020-07-13 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"559591\",\n            \"cclast4\": \"4672\",\n            \"apicard\": \"559591******4672\",\n            \"apialerterid\": \"7JOB9C7IHECX026DOFQIRKD81\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016264\",\n            \"apidate\": \"2020-08-14 10:16:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"691804\",\n            \"apitransactiondate\": \"2020-07-20 21:09:17\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"409801\",\n            \"cclast4\": \"1478\",\n            \"apicard\": \"409801******1478\",\n            \"apialerterid\": \"5KNAP764CZRF9WZ9LKP6995S9\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"536927230406019\",\n            \"merchantname\": \"Continental Readers Group Canada Inc - 49069\",\n            \"desctext\": \"EZMAGAZINE8775410042\",\n            \"merchantdescriptor\": \"EZMAGAZINE8775410042\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016223\",\n            \"apidate\": \"2020-08-14 08:21:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"65242Z\",\n            \"apitransactiondate\": \"2020-06-04 05:15:24\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542423\",\n            \"cclast4\": \"9585\",\n            \"apicard\": \"542423******9585\",\n            \"apialerterid\": \"0FFQEYUM7468LXRWU0RISNJNO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016222\",\n            \"apidate\": \"2020-08-14 08:20:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"67447Z\",\n            \"apitransactiondate\": \"2020-07-03 23:27:44\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542423\",\n            \"cclast4\": \"9585\",\n            \"apicard\": \"542423******9585\",\n            \"apialerterid\": \"AXYG8A8ZBA219IPERQD1FB2QV\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Vortex Media Partners, Inc. - 49069\",\n            \"desctext\": \"DISCOUNTSAVE8886896724\",\n            \"merchantdescriptor\": \"DISCOUNTSAVE8886896724\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016206\",\n            \"apidate\": \"2020-08-14 06:46:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"34.97\",\n            \"apiauthcode\": \"000000\",\n            \"apitransactiondate\": \"2020-07-23 07:40:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"466189\",\n            \"cclast4\": \"7806\",\n            \"apicard\": \"466189******7806\",\n            \"apialerterid\": \"9MOVMHS6Z6PC1HOYCS5SI672N\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"MODERNARTHOME\",\n            \"merchantdescriptor\": \"MODERNARTHOME\",\n            \"issuername\": \"Truist Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016093\",\n            \"apidate\": \"2020-08-13 23:56:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"104.75\",\n            \"apiauthcode\": \"240594\",\n            \"apitransactiondate\": \"2020-08-09 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"535470\",\n            \"cclast4\": \"4968\",\n            \"apicard\": \"535470******4968\",\n            \"apialerterid\": \"B8Y4GGRLTBQWIGX9J1SRX5POT\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"e4d761468fc4\",\n            \"merchantname\": \"Day Networks LLC - 49069\",\n            \"desctext\": \"DAY-SOLUTIONS.NET\",\n            \"merchantdescriptor\": \"DAY-SOLUTIONS.NET\",\n            \"issuername\": \"POWSZECHNA KASA OSZCZEDNOSCI BANK POLSKI S.A. (PKO BANK POLSKI S.A.)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5016088\",\n            \"apidate\": \"2020-08-13 22:11:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.98\",\n            \"apiauthcode\": \"KL046F\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"548190\",\n            \"cclast4\": \"5022\",\n            \"apicard\": \"548190******5022\",\n            \"apialerterid\": \"A3YVYZ37CNR492GJ7C9UE4F8S\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"8610000413318\",\n            \"merchantname\": \"Zeus Holding Group - 49069\",\n            \"desctext\": \"KOKOTHEKAT\",\n            \"merchantdescriptor\": \"KOKOTHEKAT\",\n            \"issuername\": \"Truist Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015531\",\n            \"apidate\": \"2020-08-12 08:39:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.97\",\n            \"apiauthcode\": \"101824\",\n            \"apitransactiondate\": \"2020-08-06 08:12:23\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"474476\",\n            \"cclast4\": \"8292\",\n            \"apicard\": \"474476******8292\",\n            \"apialerterid\": \"5HH0VA8FY0Z2223FRIEXEB73I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015492\",\n            \"apidate\": \"2020-08-12 07:06:56\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"2.89\",\n            \"apiauthcode\": \"543178\",\n            \"apitransactiondate\": \"2020-07-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515645\",\n            \"cclast4\": \"0508\",\n            \"apicard\": \"515645******0508\",\n            \"apialerterid\": \"DXUHNVDBAQBCOHMJ6U9VIKNEB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"GUARDIAN CREDIT UNION\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015449\",\n            \"apidate\": \"2020-08-12 05:20:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.97\",\n            \"apiauthcode\": \"03435B\",\n            \"apitransactiondate\": \"2020-07-19 13:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514021\",\n            \"cclast4\": \"9207\",\n            \"apicard\": \"514021******9207\",\n            \"apialerterid\": \"7RHVFLG8O417FCIKCSSL1RBS8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"9180000000042424\",\n            \"merchantname\": \"eMarket Group - 30687\",\n            \"desctext\": \"FAMILYSAVE8006146055\",\n            \"merchantdescriptor\": \"FAMILYSAVE8006146055\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015402\",\n            \"apidate\": \"2020-08-12 03:31:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"185.00\",\n            \"apiauthcode\": \"019455\",\n            \"apitransactiondate\": \"2020-05-19 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"0449\",\n            \"apicard\": \"427082******0449\",\n            \"apialerterid\": \"3BII56FO01NSIRRR5ZK8AJXI5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"TBD\",\n            \"merchantname\": \"950923-Supreme Alliance LLC-CSavvy\",\n            \"desctext\": \"CHS*GREAT CHANGE REVIVA\",\n            \"merchantdescriptor\": \"CHS*GREAT CHANGE REVIVA\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015030\",\n            \"apidate\": \"2020-08-11 06:13:17\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"119.83\",\n            \"apiauthcode\": \"793688\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"400344\",\n            \"cclast4\": \"7939\",\n            \"apicard\": \"400344******7939\",\n            \"apialerterid\": \"5XKVOM1A9YLPD2W46OQ2SHEKE\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900000250\",\n            \"merchantname\": \"Adcentric Enterprises - 30687\",\n            \"desctext\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"merchantdescriptor\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"5015029\",\n            \"apidate\": \"2020-08-11 06:13:16\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"37.89\",\n            \"apiauthcode\": \"793688\",\n            \"apitransactiondate\": \"2020-08-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"400344\",\n            \"cclast4\": \"7939\",\n            \"apicard\": \"400344******7939\",\n            \"apialerterid\": \"EZ805GDX0FJB81I8AB5NN2W5F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"4228994900000250\",\n            \"merchantname\": \"Adcentric Enterprises - 30687\",\n            \"desctext\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"merchantdescriptor\": \"NATUREFRESHAIRPURIFIER.CO\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158154\",\n            \"apidate\": \"2019-04-10 08:02:39\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"005406\",\n            \"apitransactiondate\": \"2019/03/05 21:15:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"432977\",\n            \"cclast4\": \"5401\",\n            \"apicard\": \"432977*****5401\",\n            \"apialerterid\": \"3WAI1HLRCRVX2MHMSXEWX4XGX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158153\",\n            \"apidate\": \"2019-04-10 08:02:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002454\",\n            \"apitransactiondate\": \"2019/03/24 00:30:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"432977\",\n            \"cclast4\": \"5401\",\n            \"apicard\": \"432977*****5401\",\n            \"apialerterid\": \"DIXL4TAFVSNX7STXHK80Q7CKD\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158152\",\n            \"apidate\": \"2019-04-09 10:03:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"52.50\",\n            \"apiauthcode\": \"111930\",\n            \"apitransactiondate\": \"2019/03/26 06:13:44\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"470144\",\n            \"cclast4\": \"2627\",\n            \"apicard\": \"470144*****2627\",\n            \"apialerterid\": \"9I21X308CRUZ98YUQRA75A2NN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158151\",\n            \"apidate\": \"2019-04-09 07:35:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06578C\",\n            \"apitransactiondate\": \"2019/04/04 01:35:52\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"430587\",\n            \"cclast4\": \"2182\",\n            \"apicard\": \"430587*****2182\",\n            \"apialerterid\": \"ATT5SC40G3HFCWDQANH9VKMUL\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"794\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158150\",\n            \"apidate\": \"2019-04-09 06:14:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"7092\",\n            \"apicard\": \"517805*****7092\",\n            \"apialerterid\": \"9EP2AJGYYJ7P844JXL4BF209O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158149\",\n            \"apidate\": \"2019-04-09 02:53:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"000000\",\n            \"apitransactiondate\": \"2019/04/07 20:58:40\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403664\",\n            \"cclast4\": \"0823\",\n            \"apicard\": \"403664*****0823\",\n            \"apialerterid\": \"1DDICKHYI6RYMRRAYSDHK45WY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"791\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158148\",\n            \"apidate\": \"2019-04-08 11:11:15\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"004380\",\n            \"apitransactiondate\": \"2019/04/04 00:13:05\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442868\",\n            \"cclast4\": \"5053\",\n            \"apicard\": \"442868*****5053\",\n            \"apialerterid\": \"DGZJ6J8TZ5RPGMEDYCVYI1W9F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"728\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Comerica Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158147\",\n            \"apidate\": \"2019-04-08 08:47:20\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002642\",\n            \"apitransactiondate\": \"2019/01/30 23:13:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"5CYPQ1NX5J3UWEPN12PFJNOZM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158146\",\n            \"apidate\": \"2019-04-08 08:47:08\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"001650\",\n            \"apitransactiondate\": \"2019/02/28 00:14:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"56FH7PC6MTTGF6L7DRR1SNCIN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158145\",\n            \"apidate\": \"2019-04-08 08:46:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"006331\",\n            \"apitransactiondate\": \"2019/01/06 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"064HH843LY6Z3F2OLF777TBH6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158144\",\n            \"apidate\": \"2019-04-08 08:46:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"002678\",\n            \"apitransactiondate\": \"2019/03/28 00:11:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485144\",\n            \"cclast4\": \"3369\",\n            \"apicard\": \"485144*****3369\",\n            \"apialerterid\": \"61GIRCE7M1ENPLDAPM7I61MFV\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158143\",\n            \"apidate\": \"2019-04-07 06:12:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"466309\",\n            \"cclast4\": \"2432\",\n            \"apicard\": \"466309*****2432\",\n            \"apialerterid\": \"77296S713A10O3QDEZYQ4D1ED\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"794\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158142\",\n            \"apidate\": \"2019-04-07 06:10:50\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/29 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"1486\",\n            \"apicard\": \"517805*****1486\",\n            \"apialerterid\": \"D1V3OXVNWMJZI3YUZTXGZK43K\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"798\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158141\",\n            \"apidate\": \"2019-04-07 04:11:29\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"15.21\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/04 02:10:28\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"456735\",\n            \"cclast4\": \"0029\",\n            \"apicard\": \"456735*****0029\",\n            \"apialerterid\": \"EUQYOT3M8UFEOBAM4SNGBXQIW\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"795\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158140\",\n            \"apidate\": \"2019-04-06 06:13:42\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/11 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"4481\",\n            \"apicard\": \"517805*****4481\",\n            \"apialerterid\": \"D6NXBIPXH6K8ABKA5R1JG84ES\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158139\",\n            \"apidate\": \"2019-04-06 06:12:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"5791\",\n            \"apicard\": \"517805*****5791\",\n            \"apialerterid\": \"9MZD7M6DDUET46JMME4UG7UND\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"797\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"158138\",\n            \"apidate\": \"2019-04-05 05:35:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"07190Z\",\n            \"apitransactiondate\": \"2019/03/17 22:12:39\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514736\",\n            \"cclast4\": \"7122\",\n            \"apicard\": \"514736*****7122\",\n            \"apialerterid\": \"7WXSH1SQXCSNKUK4FO6KGW2AX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"791\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157072\",\n            \"apidate\": \"2019-03-30 08:20:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05687S\",\n            \"apitransactiondate\": \"2019/03/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"CDKAYJXGIGLTVRPIY5FBX0I4Q\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157071\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03273S\",\n            \"apitransactiondate\": \"2019/02/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"4DD61T2NDPFKC9K9BS98KYUU8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157070\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"03306S\",\n            \"apitransactiondate\": \"2019/01/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"5ZG3KTCR3N7N037HWC65V8CNO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157069\",\n            \"apidate\": \"2019-03-30 08:20:32\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"05843S\",\n            \"apitransactiondate\": \"2018/12/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"3DU6CRLTUOM20J1RXA9CZ3T5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157068\",\n            \"apidate\": \"2019-03-30 08:20:33\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"09062S\",\n            \"apitransactiondate\": \"2018/11/22 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"3659\",\n            \"apicard\": \"552433*****3659\",\n            \"apialerterid\": \"69YIZBQTUYTA3RZK3MNK6DFFK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157067\",\n            \"apidate\": \"2019-04-02 05:36:41\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"725428\",\n            \"apitransactiondate\": \"2019/03/31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"542179\",\n            \"cclast4\": \"6772\",\n            \"apicard\": \"542179*****6772\",\n            \"apialerterid\": \"3ETTCABHG0B4CAQAJ4QIKEQDG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Comerica Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157066\",\n            \"apidate\": \"2019-04-03 08:18:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06020S\",\n            \"apitransactiondate\": \"2019/01/07 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"552433\",\n            \"cclast4\": \"0226\",\n            \"apicard\": \"552433*****0226\",\n            \"apialerterid\": \"BLV2THY0JC4G1YSMA6RT4Q0V0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157065\",\n            \"apidate\": \"2019-04-04 06:11:11\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/30 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"8516\",\n            \"apicard\": \"517805*****8516\",\n            \"apialerterid\": \"55CI5VDXZROG6FD7407R9BLYU\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157064\",\n            \"apidate\": \"2019-04-04 12:41:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/02/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"4589\",\n            \"apicard\": \"427082*****4589\",\n            \"apialerterid\": \"0P7VQ2QFNR08D31X5AY5ZAJ25\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157063\",\n            \"apidate\": \"2019-04-04 12:41:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/01/31 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"4589\",\n            \"apicard\": \"427082*****4589\",\n            \"apialerterid\": \"3F9KHU6NRBC7HGLN15Y9Y4KF6\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"724\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157062\",\n            \"apidate\": \"2019-03-30 07:31:12\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"09757C\",\n            \"apitransactiondate\": \"2019/03/26 01:26:58\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414720\",\n            \"cclast4\": \"1437\",\n            \"apicard\": \"414720*****1437\",\n            \"apialerterid\": \"A86AD3F6P8RJ97TMC9KDU007O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157061\",\n            \"apidate\": \"2019-04-02 08:55:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"023320\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"401741\",\n            \"cclast4\": \"5538\",\n            \"apicard\": \"401741*****5538\",\n            \"apialerterid\": \"9LSGXB9CZPRI3A2X8WQLC4O3J\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"PSCU\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157060\",\n            \"apidate\": \"2019-04-02 11:39:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"630011\",\n            \"apitransactiondate\": \"2019/03/28 00:12:59\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"0JHFDHZRIIQ6WJSGJ4RW4PHPC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157059\",\n            \"apidate\": \"2019-04-02 11:39:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"602642\",\n            \"apitransactiondate\": \"2019/01/27 23:30:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"8SNQEPB6EN4B7CX2QZWHG2L3I\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157058\",\n            \"apidate\": \"2019-04-02 11:39:38\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"661229\",\n            \"apitransactiondate\": \"2019/02/28 00:16:12\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"442083\",\n            \"cclast4\": \"2902\",\n            \"apicard\": \"442083*****2902\",\n            \"apialerterid\": \"AROQRQCRMTCPT1C0XJ259SJP2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157057\",\n            \"apidate\": \"2019-04-03 08:23:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"122006\",\n            \"apitransactiondate\": \"2019/03/02 10:20:53\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"0L7CM4HJ2LBXPC4ILFQ5G3CNM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157056\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"102030\",\n            \"apitransactiondate\": \"2019/02/02 10:23:23\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"B795UGJ0VHYKII5X92TWYNTCS\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157055\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"153435\",\n            \"apitransactiondate\": \"2019/01/02 10:33:26\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"1VJ5TLFOA8T3S6MDM2ACEWBQK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157054\",\n            \"apidate\": \"2019-04-03 08:23:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"165895\",\n            \"apitransactiondate\": \"2018/12/02 11:59:58\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"4H2CAS3BVT474YTDJ2TSOH61O\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157053\",\n            \"apidate\": \"2019-04-03 08:23:04\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"164873\",\n            \"apitransactiondate\": \"2018/11/02 08:47:45\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"470134\",\n            \"cclast4\": \"5706\",\n            \"apicard\": \"470134*****5706\",\n            \"apialerterid\": \"EOC69TB9K2X5TM4SUI9BGRP5E\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of America\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157052\",\n            \"apidate\": \"2019-04-04 12:16:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"004421\",\n            \"apitransactiondate\": \"2019/02/21 20:31:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438840\",\n            \"cclast4\": \"8667\",\n            \"apicard\": \"438840*****8667\",\n            \"apialerterid\": \"26MP0EA5NHF1NWQFVSJACB82X\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157051\",\n            \"apidate\": \"2019-04-04 12:17:22\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"005653\",\n            \"apitransactiondate\": \"2019/03/18 23:40:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438840\",\n            \"cclast4\": \"8667\",\n            \"apicard\": \"438840*****8667\",\n            \"apialerterid\": \"1PAKVXCB7EUIC9U5EDWQ7R26S\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"723\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157050\",\n            \"apidate\": \"2019-04-04 03:06:34\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"91239D\",\n            \"apitransactiondate\": \"2019/03/27 22:59:12\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414724\",\n            \"cclast4\": \"4928\",\n            \"apicard\": \"414724*****4928\",\n            \"apialerterid\": \"BY9BMDJM17V3NCQ1TROSBCU60\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"728\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157049\",\n            \"apidate\": \"2019-03-31 08:30:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"000034\",\n            \"apitransactiondate\": \"2019/03/28 19:24:10\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529263\",\n            \"cclast4\": \"3075\",\n            \"apicard\": \"529263*****3075\",\n            \"apialerterid\": \"1Q1SO7A0MCS5A2N7IFLUTBHFJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157048\",\n            \"apidate\": \"2019-04-01 19:39:30\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"001677\",\n            \"apitransactiondate\": \"2019/03/14 20:41:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438809\",\n            \"cclast4\": \"5667\",\n            \"apicard\": \"438809*****5667\",\n            \"apialerterid\": \"7RNJKYBO6ULGWX1G8KWJD9V4T\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157047\",\n            \"apidate\": \"2019-04-02 08:39:23\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"303290\",\n            \"apitransactiondate\": \"2019/02/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"1712\",\n            \"apicard\": \"403766*****1712\",\n            \"apialerterid\": \"6BIZ5253CI492MCMIAE03DOSJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157046\",\n            \"apidate\": \"2019-04-03 07:50:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"09875B\",\n            \"apitransactiondate\": \"2019/03/29 03:03:29\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426684\",\n            \"cclast4\": \"7568\",\n            \"apicard\": \"426684*****7568\",\n            \"apialerterid\": \"AYOK99GGGAJ3QKJOI7032RQO0\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157045\",\n            \"apidate\": \"2019-04-04 12:40:02\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"04938D\",\n            \"apitransactiondate\": \"2019/03/29 20:40:49\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"414724\",\n            \"cclast4\": \"7424\",\n            \"apicard\": \"414724*****7424\",\n            \"apialerterid\": \"0P5OET5YLHXJZTSOXLKDLOYQ4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"722\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157044\",\n            \"apidate\": \"2019-04-03 07:45:44\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"91.17\",\n            \"apiauthcode\": \"01684Z\",\n            \"apitransactiondate\": \"2019/03/04 20:36:54\",\n            \"apicurrency\": \"CAD\",\n            \"ccbin6\": \"528061\",\n            \"cclast4\": \"3965\",\n            \"apicard\": \"528061*****3965\",\n            \"apialerterid\": \"2GQRMSG8R5Y6HUIOWKUOYBW42\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Bank of Montreal (BMO)\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157043\",\n            \"apidate\": \"2019-04-04 10:53:00\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"153.00\",\n            \"apiauthcode\": \"023000\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"2354\",\n            \"apicard\": \"427082*****2354\",\n            \"apialerterid\": \"9ZTN4CACZ78IA74J96NZU7KDO\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157042\",\n            \"apidate\": \"2019-04-04 10:54:01\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"153.00\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/23 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"427082\",\n            \"cclast4\": \"2354\",\n            \"apicard\": \"427082*****2354\",\n            \"apialerterid\": \"109ICCCEKSSMX93D5HJ0U155L\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"762\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"USAA\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157041\",\n            \"apidate\": \"2019-04-03 06:11:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/09 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"8432\",\n            \"apicard\": \"517805*****8432\",\n            \"apialerterid\": \"D95V536MI54Y9C69H2OS9Y7A4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157040\",\n            \"apidate\": \"2019-04-04 06:12:46\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/28 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"9616\",\n            \"apicard\": \"517805*****9616\",\n            \"apialerterid\": \"CQMO1PKVADMXBX4UKWFQZ4Q5W\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"727\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157039\",\n            \"apidate\": \"2019-03-30 06:12:55\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"548042\",\n            \"cclast4\": \"5604\",\n            \"apicard\": \"548042*****5604\",\n            \"apialerterid\": \"4VPO0VLFQ58PVLTZZOFN6NBF8\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157038\",\n            \"apidate\": \"2019-03-31 06:11:52\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529115\",\n            \"cclast4\": \"1813\",\n            \"apicard\": \"529115*****1813\",\n            \"apialerterid\": \"6CFK2KRCK0VATI9RS1G7IVUX2\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157037\",\n            \"apidate\": \"2019-03-31 06:11:53\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"529115\",\n            \"cclast4\": \"1813\",\n            \"apicard\": \"529115*****1813\",\n            \"apialerterid\": \"2J0KBMJMZB4U89QMAYG2Q4PVM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157036\",\n            \"apidate\": \"2019-04-01 19:39:24\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"003253\",\n            \"apitransactiondate\": \"2019/03/17 20:22:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"438809\",\n            \"cclast4\": \"5667\",\n            \"apicard\": \"438809*****5667\",\n            \"apialerterid\": \"238BBWJK00OM1EPK1MQQ1R2UB\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"FIS US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157035\",\n            \"apidate\": \"2019-04-02 06:12:37\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"5090\",\n            \"apicard\": \"517805*****5090\",\n            \"apialerterid\": \"9GEWHUXJPBLEOB5KQBEA1HHH4\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157034\",\n            \"apidate\": \"2019-04-02 06:15:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546325\",\n            \"cclast4\": \"3139\",\n            \"apicard\": \"546325*****3139\",\n            \"apialerterid\": \"568YZBYJCORFZP26JZXHKXPVC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"744\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157033\",\n            \"apidate\": \"2019-04-02 07:31:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"02148B\",\n            \"apitransactiondate\": \"2019/03/28 00:34:04\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"407166\",\n            \"cclast4\": \"6675\",\n            \"apicard\": \"407166*****6675\",\n            \"apialerterid\": \"6VHMPCG8CZ7VFTHH2Q7VCFHCK\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"730\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157032\",\n            \"apidate\": \"2019-04-02 10:00:48\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/02/09 03:21:02\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"514752\",\n            \"cclast4\": \"0982\",\n            \"apicard\": \"514752*****0982\",\n            \"apialerterid\": \"0RMJIPR4EH5U7TUGXT14E8QJI\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"730\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Associated Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157031\",\n            \"apidate\": \"2019-04-02 06:13:20\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/10 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"419310\",\n            \"cclast4\": \"1658\",\n            \"apicard\": \"419310*****1658\",\n            \"apialerterid\": \"02QGYV0RM5XLIFNO7O6MG1FX3\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157030\",\n            \"apidate\": \"2019-04-02 06:13:21\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"9.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/08 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"419310\",\n            \"cclast4\": \"1658\",\n            \"apicard\": \"419310*****1658\",\n            \"apialerterid\": \"4CKHZDPRY06X6WCHI8K5YKIEQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157029\",\n            \"apidate\": \"2019-04-02 08:39:24\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"206272\",\n            \"apitransactiondate\": \"2019/02/26 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403766\",\n            \"cclast4\": \"1712\",\n            \"apicard\": \"403766*****1712\",\n            \"apialerterid\": \"DZV6ZGUI7WVH3QFR881J4S33F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"US Bank Consumer\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157028\",\n            \"apidate\": \"2019-04-03 06:14:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/25 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"7569\",\n            \"apicard\": \"517805*****7569\",\n            \"apialerterid\": \"BLHHIK2M7QBWPKYFHL1IGCHUM\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157027\",\n            \"apidate\": \"2019-04-04 06:12:31\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/18 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426692\",\n            \"cclast4\": \"4199\",\n            \"apicard\": \"426692*****4199\",\n            \"apialerterid\": \"4WIONQ6N7D6XDFL23RB83WXI5\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157026\",\n            \"apidate\": \"2019-04-04 06:13:19\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"0322\",\n            \"apicard\": \"517805*****0322\",\n            \"apialerterid\": \"2NTT5D40BRKV1BKUCPG1OZUBJ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157025\",\n            \"apidate\": \"2019-04-04 11:25:45\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/04/03 00:40:08\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"426684\",\n            \"cclast4\": \"1826\",\n            \"apicard\": \"426684*****1826\",\n            \"apialerterid\": \"BYFL1PZZXK6OTQC4CXZW4FJHX\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"JP Morgan Chase Credit\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157024\",\n            \"apidate\": \"2019-04-04 13:09:27\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"1.95\",\n            \"apiauthcode\": \"06611C\",\n            \"apitransactiondate\": \"2019/03/26 20:55:53\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"486895\",\n            \"cclast4\": \"7572\",\n            \"apicard\": \"486895*****7572\",\n            \"apialerterid\": \"56P6JB342V0FWC1FBR3P9HPLQ\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"767\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"Barclaycard US\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157023\",\n            \"apidate\": \"2019-04-02 06:15:54\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/17 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"515593\",\n            \"cclast4\": \"8461\",\n            \"apicard\": \"515593*****8461\",\n            \"apialerterid\": \"5G2AMYPD4VIUTA7NBCXDDCA3F\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157022\",\n            \"apidate\": \"2019-04-02 08:55:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"24.79\",\n            \"apiauthcode\": \"020863\",\n            \"apitransactiondate\": \"2019/03/20 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"403297\",\n            \"cclast4\": \"4548\",\n            \"apicard\": \"403297*****4548\",\n            \"apialerterid\": \"AA2RFSK1X3H026WY1OJX6MMXY\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"PSCU\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3635\",\n            \"companyname\": \"Ron Allen Enterprises\",\n            \"companygroupid\": \"3107\",\n            \"group_default\": \"0\",\n            \"apiID\": \"157021\",\n            \"apidate\": \"2019-04-04 06:12:05\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2019/03/22 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546641\",\n            \"cclast4\": \"0591\",\n            \"apicard\": \"546641*****0591\",\n            \"apialerterid\": \"7701IF749251R8EA1MVL2S5Z7\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"725\",\n            \"merchantid5\": \"0\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"\",\n            \"merchantdescriptor\": \"\",\n            \"issuername\": \"CapitalOne\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        }\n    ]\n}"},{"id":"b99a0560-adb0-402e-8bd4-bd8221313483","name":"Get record with filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/cbalerts?customerid=3834&limit=0|25","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbalerts"],"query":[{"key":"customerid","value":"3834"},{"key":"limit","value":"0|25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Sep 2020 00:06:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1847"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"x-query_total","value":"39353"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"5022285\",\n        \"minid\": \"55891\",\n        \"total_records\": \"39353\",\n        \"response_total\": 13,\n        \"query_admin\": {\n            \"qrecords\": \"39353\"\n        },\n        \"query_total\": \"13\",\n        \"qrequest\": [\n            \"SELECT COUNT(*) as `qrecords` FROM `vw_customers_alertsbeta` WHERE 1 \"\n        ],\n        \"request\": [\n            \"SELECT * FROM `vw_customers_alertsbeta` WHERE 1 AND `customerid` = 3834 ORDER BY `apiID` DESC LIMIT 0,25\",\n            {\n                \"method\": \"GET\",\n                \"uri\": \"/v2/cbalerts?customerid=3834&limit=0|25\",\n                \"query\": {\n                    \"customerid\": \"3834\",\n                    \"limit\": \"0|25\"\n                }\n            }\n        ],\n        \"report_totals\": [\n            {\n                \"stopped_alerts\": \"0\"\n            },\n            {\n                \"stopped_alerts_amount\": null\n            },\n            {\n                \"all_alerts\": \"2\"\n            },\n            {\n                \"all_alerts_amount\": \"56.96\"\n            },\n            {\n                \"total_amount_month\": \"56.96\"\n            },\n            {\n                \"new_alerts\": \"2\"\n            },\n            {\n                \"new_alerts_amount\": \"56.96\"\n            },\n            {\n                \"other_alerts\": \"0\"\n            },\n            {\n                \"other_alerts_amount\": \"0\"\n            },\n            {\n                \"previously_refunded_alerts\": \"0\"\n            },\n            {\n                \"count(apiID)\": \"2\",\n                \"apidate\": \"2020-06-10 13:21:02\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-06-15 11:46:52\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-06-16 22:42:03\"\n            },\n            {\n                \"count(apiID)\": \"2\",\n                \"apidate\": \"2020-06-29 19:47:15\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-07-09 22:15:19\"\n            },\n            {\n                \"count(apiID)\": \"2\",\n                \"apidate\": \"2020-08-05 09:31:00\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-08-27 11:55:10\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-08-28 12:52:10\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-09-08 22:11:24\"\n            },\n            {\n                \"count(apiID)\": \"1\",\n                \"apidate\": \"2020-09-09 00:45:20\"\n            },\n            {\n                \"total_amount\": \"52.84\",\n                \"apidate\": \"2020-06-10 13:21:02\"\n            },\n            {\n                \"total_amount\": \"14.95\",\n                \"apidate\": \"2020-06-15 11:46:52\"\n            },\n            {\n                \"total_amount\": \"19.95\",\n                \"apidate\": \"2020-06-16 22:42:03\"\n            },\n            {\n                \"total_amount\": \"92.82\",\n                \"apidate\": \"2020-06-29 19:47:15\"\n            },\n            {\n                \"total_amount\": \"47.85\",\n                \"apidate\": \"2020-07-09 22:15:19\"\n            },\n            {\n                \"total_amount\": \"112.81\",\n                \"apidate\": \"2020-08-05 09:31:00\"\n            },\n            {\n                \"total_amount\": \"44.97\",\n                \"apidate\": \"2020-08-27 11:55:10\"\n            },\n            {\n                \"total_amount\": \"101.93\",\n                \"apidate\": \"2020-08-28 12:52:10\"\n            },\n            {\n                \"total_amount\": \"15.99\",\n                \"apidate\": \"2020-09-08 22:11:24\"\n            },\n            {\n                \"total_amount\": \"40.97\",\n                \"apidate\": \"2020-09-09 00:45:20\"\n            }\n        ],\n        \"message\": {\n            \"results\": null,\n            \"fields\": [\n                \"3834\",\n                \"0|25\"\n            ]\n        }\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5022033\",\n            \"apidate\": \"2020-09-08 22:11:24\",\n            \"apidateupdated\": \"2020-09-09 19:36:05\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"15.99\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-09-04 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"546540\",\n            \"cclast4\": \"3426\",\n            \"apicard\": \"546540******3426\",\n            \"apialerterid\": \"05SSOZS63AUUPYHYV1Q4EAN0J\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"558600176131775\",\n            \"merchantname\": \"131775-SII-Petanica - 30687\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"Truist Bank\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5022025\",\n            \"apidate\": \"2020-09-09 00:45:20\",\n            \"apidateupdated\": \"2020-09-09 19:36:46\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"40.97\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-09-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"424631\",\n            \"cclast4\": \"0630\",\n            \"apicard\": \"424631******0630\",\n            \"apialerterid\": \"627821\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"558600176131775\",\n            \"merchantname\": \"PETANICA\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5019812\",\n            \"apidate\": \"2020-08-28 12:52:10\",\n            \"apidateupdated\": \"2020-08-29 18:23:32\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"101.93\",\n            \"apiauthcode\": \"08057A\",\n            \"apitransactiondate\": \"2020-08-28 12:19:35\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"406095\",\n            \"cclast4\": \"5410\",\n            \"apicard\": \"406095******5410\",\n            \"apialerterid\": \"D0ECGLOXNO4HPTLEVYCSK51XG\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"558600176131775\",\n            \"merchantname\": \"131775-SII-Petanica - 30687\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"Navy Federal\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5019239\",\n            \"apidate\": \"2020-08-27 11:55:10\",\n            \"apidateupdated\": \"2020-08-27 11:56:23\",\n            \"statusid\": \"0\",\n            \"apiamount\": \"44.97\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-08-26 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"473702\",\n            \"cclast4\": \"5939\",\n            \"apicard\": \"473702******5939\",\n            \"apialerterid\": \"613177\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"558600176131775\",\n            \"merchantname\": \"Petanica\",\n            \"desctext\": \"Petanica\",\n            \"merchantdescriptor\": \"Petanica\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"1\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5012813\",\n            \"apidate\": \"2020-08-05 09:31:00\",\n            \"apidateupdated\": \"2020-08-20 00:09:03\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"47.85\",\n            \"apiauthcode\": \"000020\",\n            \"apitransactiondate\": \"2020-06-14 07:20:56\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485804\",\n            \"cclast4\": \"0078\",\n            \"apicard\": \"485804******0078\",\n            \"apialerterid\": \"82M3VOH4DGD82IV3SZ2O0LWEC\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3504\",\n            \"merchantnumber\": \"0\",\n            \"merchantname\": \"131775-SII-Petanica - 30687\",\n            \"desctext\": \"PETANICA                 888-9700793  US\",\n            \"merchantdescriptor\": \"PETANICA                 888-9700793  US\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5012812\",\n            \"apidate\": \"2020-08-05 09:31:00\",\n            \"apidateupdated\": \"2020-08-20 00:08:59\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"64.96\",\n            \"apiauthcode\": \"000021\",\n            \"apitransactiondate\": \"2020-06-14 07:20:56\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"485804\",\n            \"cclast4\": \"0078\",\n            \"apicard\": \"485804******0078\",\n            \"apialerterid\": \"EF61SKD9NI7O75LFWNUASUMQD\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"0\",\n            \"merchantid5\": \"3504\",\n            \"merchantnumber\": \"0\",\n            \"merchantname\": \"131775-SII-Petanica - 30687\",\n            \"desctext\": \"PETANICA                 888-9700793  US\",\n            \"merchantdescriptor\": \"PETANICA                 888-9700793  US\",\n            \"issuername\": \"Netspend\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5008531\",\n            \"apidate\": \"2020-07-09 22:15:19\",\n            \"apidateupdated\": \"2020-09-09 14:21:16\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"47.85\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-07-05 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"\",\n            \"cclast4\": \"\",\n            \"apicard\": \"414720******8769\",\n            \"apialerterid\": \"550917\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"1319\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"0\",\n            \"merchantname\": \"\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5007580\",\n            \"apidate\": \"2020-06-29 19:47:17\",\n            \"apidateupdated\": \"2020-09-09 14:08:47\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"47.85\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-12 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"\",\n            \"cclast4\": \"\",\n            \"apicard\": \"414720******2777\",\n            \"apialerterid\": \"538883\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"1319\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"0\",\n            \"merchantname\": \"\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"13\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5007579\",\n            \"apidate\": \"2020-06-29 19:47:15\",\n            \"apidateupdated\": \"2020-09-09 14:08:47\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"44.97\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-12 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"\",\n            \"cclast4\": \"\",\n            \"apicard\": \"414720******2777\",\n            \"apialerterid\": \"538882\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"1319\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"0\",\n            \"merchantname\": \"\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"13\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5002684\",\n            \"apidate\": \"2020-06-16 22:42:03\",\n            \"apidateupdated\": \"2020-08-20 00:08:53\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.95\",\n            \"apiauthcode\": \"08770Z\",\n            \"apitransactiondate\": \"2020-06-07\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"517805\",\n            \"cclast4\": \"9218\",\n            \"apicard\": \"517805*****9218\",\n            \"apialerterid\": \"3S3OM4YL41N5GSNADH9JB30DN\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"1761\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"131775-SII-Petanica - 30687\",\n            \"desctext\": \"PETANICA\",\n            \"merchantdescriptor\": \"PETANICA\",\n            \"issuername\": \"Capital One W\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"5001220\",\n            \"apidate\": \"2020-06-15 11:46:52\",\n            \"apidateupdated\": \"2020-08-20 00:09:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"14.95\",\n            \"apiauthcode\": \"\",\n            \"apitransactiondate\": \"2020-06-15 00:00:00\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"473703\",\n            \"cclast4\": \"2695\",\n            \"apicard\": \"473703*****2695\",\n            \"apialerterid\": \"523272\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"3\",\n            \"merchantid\": \"1319\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"\",\n            \"desctext\": \"Petanica.com\",\n            \"merchantdescriptor\": \"Petanica.com\",\n            \"issuername\": \"\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"4998814\",\n            \"apidate\": \"2020-06-10 13:21:03\",\n            \"apidateupdated\": \"2020-08-20 00:08:49\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"32.85\",\n            \"apiauthcode\": \"636142\",\n            \"apitransactiondate\": \"2020-06-05\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536603\",\n            \"cclast4\": \"2209\",\n            \"apicard\": \"536603*****2209\",\n            \"apialerterid\": \"0T8MGJT7ISVWK8KL0DF6BHX1B\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"1681\",\n            \"merchantid5\": \"3828\",\n            \"merchantnumber\": \"\",\n            \"merchantname\": \"019877 - BMB Pet Care - Petanica - 30687\",\n            \"desctext\": \"PETANCIA\",\n            \"merchantdescriptor\": \"PETANCIA\",\n            \"issuername\": \"Montana Federal Credit Union\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"companyname\": \"BMB Pet Care, LLC\",\n            \"companygroupid\": \"3520\",\n            \"group_default\": \"1\",\n            \"apiID\": \"4998813\",\n            \"apidate\": \"2020-06-10 13:21:02\",\n            \"apidateupdated\": \"2020-08-19 23:17:06\",\n            \"statusid\": \"1\",\n            \"apiamount\": \"19.99\",\n            \"apiauthcode\": \"876699\",\n            \"apitransactiondate\": \"2020-06-05\",\n            \"apicurrency\": \"USD\",\n            \"ccbin6\": \"536603\",\n            \"cclast4\": \"2209\",\n            \"apicard\": \"536603*****2209\",\n            \"apialerterid\": \"67UGPYAY62YYF1HX9Y5ASFSTF\",\n            \"apistatus\": \"0\",\n            \"providerid\": \"1\",\n            \"merchantid\": \"1681\",\n            \"merchantid5\": \"3504\",\n            \"merchantnumber\": \"6333999512760003\",\n            \"merchantname\": \"019877 - BMB Pet Care - Petanica - 30687\",\n            \"desctext\": \"PETANCIA\",\n            \"merchantdescriptor\": \"PETANCIA\",\n            \"issuername\": \"Montana Federal Credit Union\",\n            \"apireasoncode\": \"\",\n            \"apionoff\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"74e72049-a029-47ff-9eee-3c6be9816cb5"},{"name":"Update Alert Outcome/Status","id":"4ebd87dc-bf68-4ed5-97b4-011819bf6b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5022633","description":"<h6 id=\"update-an-alert\">Update an Alert</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> { \"statusid: 1 }\n</code></pre><p><code>deprecated fieldname outcomeid</code></p>\n<table>\n  <tr>\n    <th>{statusid}</th>\n    <th>Name</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>1</td>\n    <td>Stopped/Refunded</td>\n    <td>successful refund on the disputed transaction</td>\n  </tr>\n  <tr>\n    <td>3</td>\n    <td>Accept/Chargeback</td>\n    <td>accept disputed transaction and resolve internally</td>\n  </tr>\n  <tr>\n    <td>8</td>\n    <td>Other</td>\n    <td>voided, declined/unsuccessful original transaction</td>\n   </tr>\n  <tr>\n    <td>12</td>\n    <td>Previously Cancelled</td>\n    <td>original transaction refunded prior to apidate</td>\n  </tr>\n  <tr>\n    <td>13</td>\n    <td>Too Late</td>\n    <td>alert not updated within provider guidelines</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v2","cbalerts","5022633"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"498a5c4f-ffc9-43f1-ad2a-ff8e505da4f0","name":"Alert Outcome Unsuccessful Update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 45\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5022633"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Sep 2020 17:59:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"response\": {\n            \"code\": 0,\n            \"status\": \"ERROR\",\n            \"message\": \"statusid (45) not allowed for alert update\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts/5022633\"\n        },\n        \"data\": []\n    }\n}"},{"id":"53401965-818d-4430-8506-93ca99683e7d","name":"Alert Outcome Updated Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5022633"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Sep 2020 17:57:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"357"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"response\": {\n            \"code\": 1,\n            \"status\": \"SUCCESS\",\n            \"message\": \"(1) value updated\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts/5022633\",\n            \"response\": \"<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=\\\"http://schemas.xmlsoap.org/soap/envelope/\\\"><soapenv:Body><eth:Ethoca360AlertsUpdateResponse xmlns:eth=\\\"http://schemas.ethoca.com/E360v1/xml\\\" majorCode=\\\"3\\\"><eth:Errors><eth:Error code=\\\"690\\\">The requested service is not supported.</eth:Error></eth:Errors></eth:Ethoca360AlertsUpdateResponse></soapenv:Body></soapenv:Envelope>\"\n        },\n        \"data\": {\n            \"statusid\": 1\n        }\n    }\n}"},{"id":"95b3307c-f857-410b-95b3-cde9925dd646","name":"Alert Outcome  Locked","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbalerts/5022633"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Sep 2020 17:55:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbalerts.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 0,\n            \"status\": \"alert record locked. statusid:(1)\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbalerts/5022633\"\n        },\n        \"data\": []\n    }\n}"}],"_postman_id":"4ebd87dc-bf68-4ed5-97b4-011819bf6b39"}],"id":"ae76c36a-cd34-4d0f-91b2-b61fd1ef4757","description":"<h6 id=\"alert-field-type-properties\"><strong><code>Alert Field Type Properties</code></strong></h6>\n<table>\n  <tr>\n    <th>Field</th>\n    <th>Type</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>apiID</td>\n    <td>int(11)</td>\n    <td>int(11)</td>\n  </tr>\n  <tr>\n    <td>apilive</td>\n    <td>tinyint(1)</td>\n    <td>int(11)</td>    \n  </tr>\n    <tr>\n    <td>providerid</td>\n    <td>tinyint(1)</td>\n    <td>int(11)</td>\n  </tr>\n  <tr>\n    <td>merchantid</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>merchantid5</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>customerid</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n  <tr>\n    <td>apialerterid</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>descid</td>\n    <td>int(11)</td>\n<td>int(11)</td>\n  </tr>\n  <tr>\n    <td>merchantnumber</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>merchantname</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n  <tr>\n    <td>merchantid</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>merchantid5</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n    <tr>\n    <td>apidate</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n  <tr>\n    <td>desctext</td>\n    <td>int(11)</td>    \n    <td>smallint(5)</td>\n  </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"ce98281f-be49-46ff-90db-ec14ee444885","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c1fd138-7727-4bfe-ac5c-baac29f0332f","type":"text/javascript","exec":[""]}}],"_postman_id":"ae76c36a-cd34-4d0f-91b2-b61fd1ef4757"},{"name":"/cbdisputes","item":[{"name":"/update","item":[{"name":"representment evidence","item":[{"name":"create <html> evidence","id":"a485ecb9-b053-4ce6-95e9-b5eb52c548d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"evidencehtml\": \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 24750760341900014089841</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:9.25pt;\\\"><span style=\\\"color:#346699;\\\"><span style=\\\"font-size:16px;\\\"><strong>Merchant: Law Firm of Karl Frankovitch</strong></span></span></p></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:2.3pt;\\\"><span style=\\\"font-size:13px;\\\">375 Redondo Ave # 1032 Long Beach, CA 90814</span></p></td><td colspan=\\\"2\\\"><span style=\\\"font-size:13px;\\\">1-877-339-6316</span></td></tr><tr><td colspan=\\\"2\\\">&nbsp;</td><td colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Order Information</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1px solid hsl(0, 0%, 90%);border-left:1px solid hsl(0, 0%, 90%);border-right:1px solid hsl(0, 0%, 90%);border-top:1px solid hsl(0, 0%, 90%);padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Billing Information</strong></span></span></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-right:1.0pt windowtext;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Payment Information&nbsp;</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:14.5pt;padding:3px;vertical-align:top;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Date/Time</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">2020-12-04</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Transaction ID:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">5837690588</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Transaction Type:</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><i><span style=\\\"font-size:13px;\\\">Sale w/ Capture</span></i></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Status&nbsp;</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.65pt;\\\"><span style=\\\"color:#050505;\\\"><i><span style=\\\"font-size:13px;\\\">Settled Successfully</span></i></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.45pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Authorization:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">authcode</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Payment Method:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.75pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">417903 <strong>XXXX9553</strong></span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:55.35pt;\\\">&nbsp;</td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:.75in;\\\">&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence/1","urlObject":{"protocol":"https","path":["v2","cbevidence","1"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"08865d6a-4858-4315-bff9-0c722f3100b9","name":"<html>","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"1212\",\r\n    \"merchantid\": \"4343\",\r\n    \"packetid\": \"7\",\r\n    \"evidencename\": \"Transaction\",\r\n    \"evidencehtml\": \"<h1>HellowWorld</h1>\",\r\n    \"evidenceonoff\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 20 Feb 2021 16:51:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbevidence.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `5tbl_chargebacks_evidence` (cbid,merchantid,packetid,evidencename,evidencehtml,evidenceonoff) VALUES (1212,4343,7,'Transaction','<h1>HellowWorld</h1>',1)\"\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true,\n            \"count\": \"Boo Yah! 1 records created\"\n        },\n        \"request\": {\n            \"time\": \"1613839872\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbevidence\"\n        },\n        \"data\": [\n            2\n        ]\n    }\n}"}],"_postman_id":"a485ecb9-b053-4ce6-95e9-b5eb52c548d8"},{"name":"create <pdf> evidence","id":"c018775b-ec87-4b25-b701-af064562f0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"evidencehtml\": \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 24750760341900014089841</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:9.25pt;\\\"><span style=\\\"color:#346699;\\\"><span style=\\\"font-size:16px;\\\"><strong>Merchant: Law Firm of Karl Frankovitch</strong></span></span></p></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:2.3pt;\\\"><span style=\\\"font-size:13px;\\\">375 Redondo Ave # 1032 Long Beach, CA 90814</span></p></td><td colspan=\\\"2\\\"><span style=\\\"font-size:13px;\\\">1-877-339-6316</span></td></tr><tr><td colspan=\\\"2\\\">&nbsp;</td><td colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Order Information</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1px solid hsl(0, 0%, 90%);border-left:1px solid hsl(0, 0%, 90%);border-right:1px solid hsl(0, 0%, 90%);border-top:1px solid hsl(0, 0%, 90%);padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Billing Information</strong></span></span></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-right:1.0pt windowtext;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Payment Information&nbsp;</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:14.5pt;padding:3px;vertical-align:top;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Date/Time</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">2020-12-04</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Transaction ID:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">5837690588</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Transaction Type:</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><i><span style=\\\"font-size:13px;\\\">Sale w/ Capture</span></i></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Status&nbsp;</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.65pt;\\\"><span style=\\\"color:#050505;\\\"><i><span style=\\\"font-size:13px;\\\">Settled Successfully</span></i></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.45pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Authorization:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">authcode</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Payment Method:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.75pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">417903 <strong>XXXX9553</strong></span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:55.35pt;\\\">&nbsp;</td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:.75in;\\\">&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence/1","urlObject":{"protocol":"https","path":["v2","cbevidence","1"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"a7a6f315-e2a3-407f-811d-0ef639e89b25","name":"<pdf>","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"1212\",\r\n    \"merchantid\": \"4343\",\r\n    \"packetid\": \"7\",\r\n    \"evidencename\": \"Transaction\",\r\n    \"evidencehtml\": \"<h1>HellowWorld</h1>\",\r\n    \"evidenceonoff\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 20 Feb 2021 16:51:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbevidence.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `5tbl_chargebacks_evidence` (cbid,merchantid,packetid,evidencename,evidencehtml,evidenceonoff) VALUES (1212,4343,7,'Transaction','<h1>HellowWorld</h1>',1)\"\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true,\n            \"count\": \"Boo Yah! 1 records created\"\n        },\n        \"request\": {\n            \"time\": \"1613839872\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbevidence\"\n        },\n        \"data\": [\n            2\n        ]\n    }\n}"}],"_postman_id":"c018775b-ec87-4b25-b701-af064562f0c2"},{"name":"evidence records","id":"ac64f691-7575-40a9-87b7-a4c9c79611a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence/1","urlObject":{"protocol":"https","path":["v2","cbevidence","1"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"d59e44bc-5464-4046-bb8b-ec47f9061722","name":"evidence list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 20 Feb 2021 16:40:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"377"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbevidence.json"},{"key":"x-query_total","value":"1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"1\",\n        \"minid\": \"1\",\n        \"total_records\": \"1\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1613839249\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/cbevidence\",\n                \"query\": []\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_chargebacks_evidence` WHERE 1 ORDER BY `evidenceid` DESC \",\n            \"SELECT * FROM `5tbl_chargebacks_evidence` WHERE 1 ORDER BY `evidenceid` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"evidenceid\": \"1\",\n            \"cbid\": \"1212\",\n            \"merchantid\": \"0\",\n            \"conditionid\": \"\",\n            \"packetid\": \"7\",\n            \"evidencename\": \"Transaction\",\n            \"evidencehtml\": \"<h1>HellowWorld</h1>\",\n            \"evidenceonoff\": \"1\",\n            \"dtcreated\": \"2021-01-27 20:22:45\",\n            \"dtupdated\": \"2021-02-20 16:35:26\"\n        }\n    ]\n}"},{"id":"f1369a18-108d-4d17-8b7f-26e65ea4cfd8","name":"evidence record","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbevidence/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 20 Feb 2021 16:41:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbevidence.json"},{"key":"x-query_total","value":"1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"1\",\n        \"minid\": \"1\",\n        \"total_records\": \"1\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1613839303\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/cbevidence/1\",\n                \"query\": []\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_chargebacks_evidence` WHERE 1 AND `evidenceid` = 1 ORDER BY `evidenceid` DESC \",\n            \"SELECT * FROM `5tbl_chargebacks_evidence` WHERE 1 AND `evidenceid` = 1 ORDER BY `evidenceid` DESC LIMIT 1\"\n        ]\n    },\n    \"data\": [\n        {\n            \"evidenceid\": \"1\",\n            \"cbid\": \"1212\",\n            \"merchantid\": \"0\",\n            \"conditionid\": \"\",\n            \"packetid\": \"7\",\n            \"evidencename\": \"Transaction\",\n            \"evidencehtml\": \"<h1>HellowWorld</h1>\",\n            \"evidenceonoff\": \"1\",\n            \"dtcreated\": \"2021-01-27 20:22:45\",\n            \"dtupdated\": \"2021-02-20 16:35:26\"\n        }\n    ]\n}"}],"_postman_id":"ac64f691-7575-40a9-87b7-a4c9c79611a1"}],"id":"ed37675c-478b-4cf2-a500-47f71ecc3171","_postman_id":"ed37675c-478b-4cf2-a500-47f71ecc3171","description":""}],"id":"9aea143c-308f-4a7e-b0c5-187281176866","_postman_id":"9aea143c-308f-4a7e-b0c5-187281176866","description":""},{"name":"/disputepacket","item":[{"name":"evidene","item":[{"name":"create evidence","id":"2fa70a6b-df45-4242-989f-0dacfc2ffdf2","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/C:/Users/jerem/Sites/10.0.16.30/apache/system/web/images/mga/logo_recurly.png"}]},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=evidencecreate&cbcasenumber=24750760300900010305588","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"evidencecreate"},{"key":"cbcasenumber","value":"24750760300900010305588"}],"variable":[]}},"response":[],"_postman_id":"2fa70a6b-df45-4242-989f-0dacfc2ffdf2"}],"id":"a6dcf262-3601-4154-84ea-b399a4a38a94","_postman_id":"a6dcf262-3601-4154-84ea-b399a4a38a94","description":""},{"name":"respond","id":"2824eb2c-73ab-49ae-92d9-b056106a64a3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/:cbid?action=fight","urlObject":{"protocol":"https","path":["v2","cbdisputes",":cbid"],"host":["api","chargebackdefense","com"],"query":[{"description":{"content":"<p>dispute packet generated and submitted to the processor of the merchant</p>\n","type":"text/plain"},"key":"action","value":"fight"}],"variable":[{"type":"string","value":"","key":"cbid"}]}},"response":[{"id":"97ffb4da-b7be-4a04-b557-d1ce1b7b78ed","name":"https://api.chargebackdefense.com/v2/cbdisputes/:cbid?action=fight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes/476816?action=fight","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes","476816"],"query":[{"key":"action","value":"fight"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Nov 2020 23:52:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_reversal\": true,\n    \"statusid\": 113,\n    \"statusid4\": 188,\n    \"date_disputed\": \"2020-11-02\"\n}"}],"_postman_id":"2824eb2c-73ab-49ae-92d9-b056106a64a3"},{"name":"html","id":"0e59e26d-d2c8-44c9-bce2-30072ab857d8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbpackets","urlObject":{"protocol":"https","path":["v2","cbpackets"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"b29c6c15-9c07-44ac-b971-06aa722afd49","name":"html","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbpackets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 20:07:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15106"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbpackets.json"},{"key":"x-query_total","value":"3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"7\",\n        \"minid\": \"5\",\n        \"total_records\": \"3\",\n        \"response_total\": \"3\",\n        \"query_total\": \"3\",\n        \"request\": [\n            {\n                \"time\": \"1611778021\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/cbpackets\",\n                \"query\": []\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_chargebacks_packets` WHERE 1 ORDER BY `packetid` DESC \",\n            \"SELECT * FROM `5tbl_chargebacks_packets` WHERE 1 ORDER BY `packetid` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"packetid\": \"7\",\n            \"reasoncategory\": \"Fraud\",\n            \"reasoncodes\": \"[86,113,92]\",\n            \"conditionid\": \"548091483\",\n            \"templateid\": \"467349\",\n            \"templatetype\": \"3\",\n            \"packetonoff\": \"1\",\n            \"dtcreated\": \"0000-00-00 00:00:00\",\n            \"packethtml\": \"<h2><span class=\\\"span\\\"> <img style=\\\"float: right;\\\" src=\\\"//www.tiny.cloud/images/glyph-tinymce@2x.png\\\" alt=\\\"TinyMCE Logo\\\" width=\\\"110\\\" height=\\\"97\\\" /> </span> <span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">TinyMCE</span></h2>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGridLight\\\" style=\\\"width: 516.4pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: .5in;\\\">\\n<td style=\\\"width: 231.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">DISPUTE RESPONSE:</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">CB Reason:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[REASONCODE]]</span></p>\\n</td>\\n<td style=\\\"width: 285.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 12.0pt;\\\">[[TODAY]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Case#:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CASENUMBER]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">ARN:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[BANKARN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 55.5pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant DBA:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant ID:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Date:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Amount:</span></strong><span style=\\\"font-size: 12.0pt;\\\">&nbsp;[[ORDERAMOUNT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Acct:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Attached herein are compelling evidences that demonstrate the cardholder&rsquo;s authorization and participation in completing a transaction for purchasing a product. This document is intended to show the cardholder:</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Willfully and knowingly authorized the transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Was the sole benefactor from the authorized transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to contact [[MERCHANTDBA]] directly to resolve a dispute.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to comply with the agreed Terms and Conditions to cancel their product.&nbsp;</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Please inform the cardholder of the merchant &lsquo;s continued dispute rights:</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may escalate and continue the chargeback process into Arbitration or Compliance.</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may submit this case: [[CASENUMBER]] into \\\"Good Faith Collections\\\" if the disputed transaction is resolved in Cardholder's favor.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">*Direct Cardholder Resolution:&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">If this dispute rebuttal is received less than 48 hours from [[CHARGEBACKDATE]]; please have the cardholder contact [[MERCHANTDBA]] chargeback department immediately to resolve this dispute directly and complete a chargeback withdrawal affidavit.</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">1 (888) 988-8588</p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">M-F 7:00 AM - 07:00 PM MST</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 4.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Transaction Receipt</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">A Transaction Receipt was sent to the email address that was presented by the purchaser; which is linked to the Cardholder's shipping address.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">From: [[MERCHANTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">Subject: Transaction Receipt</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 34.0pt;\\\">\\n<td style=\\\"width: 24.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: .05in .2in 0in 0in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 16.0pt; font-family: Georgia, serif; color: #336699;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 483.2pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"8\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 29.7pt;\\\">\\n<td style=\\\"width: 24.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" rowspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHANTADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer Service: [[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Website: [[MERCHANTURL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 27.0pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Order Information</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 60.75pt;\\\">\\n<td style=\\\"width: 75.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Description: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Order Number: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer ID:</span></p>\\n</td>\\n<td style=\\\"width: 185.2pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PROCESSORDESCRIPTOR]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 101.3pt; border: none; padding: 0in .15in 0in 0in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Product:</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Invoice Number:</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 121.55pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 84.8pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Billing Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .55in;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Payment Information</span></p>\\n</td>\\n<td style=\\\"width: 39.1pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 107.75pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Tax:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Total:</span></strong></p>\\n</td>\\n<td style=\\\"width: 100.85pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERAMOUNT]]</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">USD</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 123.9pt;\\\">\\n<td style=\\\"width: 23.3pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 109.2pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Date/Time: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction ID: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Type: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Status: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Authorization Code: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Payment Method:</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 374.75pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"6\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[GWTRANSID]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Sale</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Successful</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[AUTHCODE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]**** [[LAST4]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 44.1pt;\\\">\\n<td style=\\\"width: 507.25pt; border: none; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"10\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHREFDESC]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Purchaser&rsquo;s information linked to the Customer Profile held by the Merchant</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The Purchaser created a user profile on the Merchant's website and successfully sent and delivered an item to the Cardholder.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Order Receipt Sent To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Profile Created: [[ORDERSALEDATE]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Website of Purchased Item: [[MERCHANTURL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email submitted: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Created: [[ORDERSALEDATE]]</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 480.05pt; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 50.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 465.0pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Customer Profile:</span> <span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">[[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Profile Information </span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/1a5eee86-816f-46d5-826d-e3dedee33309\\\" width=\\\"223\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 465.0pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><sub><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></sub></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 9.2pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer Profile ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CLIENTEMAIL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Description:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Payment Profile</span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/7ba2dc68-8ec2-4d96-94ef-8b9f9a11f093\\\" width=\\\"113\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 11.7pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[ORDERID]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 78.75pt;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 158.35pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">United States</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Phone: [[CLIENTPHONE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">CC: [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 154.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Shipping Profile(s)</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/897286d2-2557-4abf-a1d8-9a8e45b3c827\\\" width=\\\"111\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .2in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 5.85pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[IPADDRESS]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 111.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\"><br style=\\\"page-break-before: always;\\\" clear=\\\"all\\\" /></span>\\n<p style=\\\"margin: 2pt 0in; text-align: center; break-after: avoid; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Cardholder Identification details submitted by the Purchaser</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">[[ORDERSALEDATE]], an authorized purchase was completed by ([[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]) for the product: [[PRODUCT]]</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The following details were submitted to [[MERCHANTURL]] by the Purchaser in the amount of $[[ORDERAMOUNT]].</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"display: none;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 419.3pt;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Transaction<span style=\\\"color: black;\\\"> Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Type: s</span><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">ale(settled)</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Status:&nbsp;</span><em><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">complete</span></em></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction ID:&nbsp;[[GWTRANSID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction Date:&nbsp;[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Amount:&nbsp;[[ORDERAMOUNT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Authorization Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Type: [[CARDTYPE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Number:&nbsp;[[CARDNUMBER]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">AVS Status:&nbsp;[[AVSSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CVV Status:&nbsp;[[CVVSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Auth Code:&nbsp;[[AUTHCODE]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 80.05pt;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTFIRSTNAME]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTLASTNAME]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTEMAIL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[IPADDRESS]];</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[BILLINGZIP]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CURRENCY]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-bottom: none; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Id:<em>&nbsp;</em>[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Description:&nbsp;[[PRODUCT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Description:&nbsp;[[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-top: none; background: white; padding: .15in 1.45pt .1in .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Service:<em>&nbsp;</em>[[MERCHANTPHONE]]&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Website:<em>&nbsp;</em>[[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Terms URL:<em>&nbsp;</em>[[MERCHTERMSURL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Receipt Sent to: [[CLIENTEMAIL]] on [[ORDERSALEDATE]]</span></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 5.95pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 12pt; font-family: Calibri, sans-serif; color: black; font-weight: bold;\\\"><span style=\\\"font-size: 10.0pt;\\\">&nbsp;Merchant Services Completed</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 6.7pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt 0in .2in;\\\">\\n<p style=\\\"margin: 2pt 0in 6pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">Cardholders must agree to the Merchant's Terms before completing a purchase.&nbsp; The cardholder was properly disclosed before completing the purchase.&nbsp;&nbsp; If disputes arise the cardholder must allow the merchant&rsquo;s customer service to resolve.</span></p>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTPHONE]]</span></li>\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTEMAIL]]</span></li>\\n</ul>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTADDRESS]]</span></li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 416.15pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 243.45pt;\\\">\\n<td style=\\\"width: 416.15pt; padding: .1in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-family: 'Arial Nova', sans-serif; color: black;\\\">&shy;&shy;&shy;&shy;</span><img src=\\\"blob:https://cdpn.io/013e1de9-6ebd-4a75-a39c-1281198185f0\\\" width=\\\"441\\\" height=\\\"329\\\" /></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">demo: PowerPaste plugin!</span></h2>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">PREMIUM PLUGIN: The TinyMCE <a href=\\\"https://www.tinymce.com/docs/enterprise/paste-from-word/\\\">PowerPaste plugin</a> automatically cleans up and transfers content &amp; images from Microsoft Word and HTML sources to ensure clean, compliant content that matches the look and feel of the site.</p>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WORD or EXCEL</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from MS Word or Excel into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WEBSITE OR HTML SOURCES</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from website content into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">DRAG AND DROP IMAGE</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Drag a local image into this editor.</li>\\n</ol>\\n<p>---------------------------------------------------------------------</p>\\n<h2 style=\\\"color: #7e7e7e; font-size: 20px; font-family: avenir; font-weight: 500;\\\">Got questions or need help?</h2>\\n<ul style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Our <a href=\\\"https://www.tinymce.com/docs/\\\">documentation</a> is a great resource for learning how to configure TinyMCE.</li>\\n<li>Have a specific question? Visit the <a href=\\\"https://community.tinymce.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Community Forum</a>.</li>\\n<li>We also offer enterprise grade support as part of <a href=\\\"www.tinymce.com/pricing\\\">TinyMCE Enterprise</a>.</li>\\n</ul>\\n<p style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">Thanks for supporting TinyMCE! We hope it helps you and your users create great content.<br />All the best from the TinyMCE team.</p>\",\n            \"dtupdated\": \"2021-01-27 19:45:10\",\n            \"pageorder\": \"0\"\n        },\n        {\n            \"packetid\": \"6\",\n            \"reasoncategory\": \"Fraud\",\n            \"reasoncodes\": \"[86,113,92]\",\n            \"conditionid\": \"548091483\",\n            \"templateid\": \"467349\",\n            \"templatetype\": \"2\",\n            \"packetonoff\": \"1\",\n            \"dtcreated\": \"0000-00-00 00:00:00\",\n            \"packethtml\": \"<h2><span class=\\\"span\\\"> <img style=\\\"float: right;\\\" src=\\\"//www.tiny.cloud/images/glyph-tinymce@2x.png\\\" alt=\\\"TinyMCE Logo\\\" width=\\\"110\\\" height=\\\"97\\\" /> </span> <span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">TinyMCE</span></h2>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGridLight\\\" style=\\\"width: 516.4pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: .5in;\\\">\\n<td style=\\\"width: 231.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">DISPUTE RESPONSE:</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">CB Reason:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[REASONCODE]]</span></p>\\n</td>\\n<td style=\\\"width: 285.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 12.0pt;\\\">[[TODAY]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Case#:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CASENUMBER]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">ARN:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[BANKARN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 55.5pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant DBA:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant ID:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Date:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Amount:</span></strong><span style=\\\"font-size: 12.0pt;\\\">&nbsp;[[ORDERAMOUNT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Acct:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Attached herein are compelling evidences that demonstrate the cardholder&rsquo;s authorization and participation in completing a transaction for purchasing a product. This document is intended to show the cardholder:</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Willfully and knowingly authorized the transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Was the sole benefactor from the authorized transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to contact [[MERCHANTDBA]] directly to resolve a dispute.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to comply with the agreed Terms and Conditions to cancel their product.&nbsp;</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Please inform the cardholder of the merchant &lsquo;s continued dispute rights:</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may escalate and continue the chargeback process into Arbitration or Compliance.</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may submit this case: [[CASENUMBER]] into \\\"Good Faith Collections\\\" if the disputed transaction is resolved in Cardholder's favor.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">*Direct Cardholder Resolution:&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">If this dispute rebuttal is received less than 48 hours from [[CHARGEBACKDATE]]; please have the cardholder contact [[MERCHANTDBA]] chargeback department immediately to resolve this dispute directly and complete a chargeback withdrawal affidavit.</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">1 (888) 988-8588</p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">M-F 7:00 AM - 07:00 PM MST</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 4.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Transaction Receipt</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">A Transaction Receipt was sent to the email address that was presented by the purchaser; which is linked to the Cardholder's shipping address.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">From: [[MERCHANTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">Subject: Transaction Receipt</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 34.0pt;\\\">\\n<td style=\\\"width: 24.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: .05in .2in 0in 0in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 16.0pt; font-family: Georgia, serif; color: #336699;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 483.2pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"8\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 29.7pt;\\\">\\n<td style=\\\"width: 24.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" rowspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHANTADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer Service: [[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Website: [[MERCHANTURL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 27.0pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Order Information</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 60.75pt;\\\">\\n<td style=\\\"width: 75.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Description: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Order Number: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer ID:</span></p>\\n</td>\\n<td style=\\\"width: 185.2pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PROCESSORDESCRIPTOR]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 101.3pt; border: none; padding: 0in .15in 0in 0in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Product:</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Invoice Number:</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 121.55pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 84.8pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Billing Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .55in;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Payment Information</span></p>\\n</td>\\n<td style=\\\"width: 39.1pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 107.75pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Tax:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Total:</span></strong></p>\\n</td>\\n<td style=\\\"width: 100.85pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERAMOUNT]]</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">USD</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 123.9pt;\\\">\\n<td style=\\\"width: 23.3pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 109.2pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Date/Time: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction ID: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Type: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Status: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Authorization Code: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Payment Method:</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 374.75pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"6\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[GWTRANSID]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Sale</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Successful</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[AUTHCODE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]**** [[LAST4]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 44.1pt;\\\">\\n<td style=\\\"width: 507.25pt; border: none; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"10\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHREFDESC]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Purchaser&rsquo;s information linked to the Customer Profile held by the Merchant</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The Purchaser created a user profile on the Merchant's website and successfully sent and delivered an item to the Cardholder.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Order Receipt Sent To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Profile Created: [[ORDERSALEDATE]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Website of Purchased Item: [[MERCHANTURL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email submitted: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Created: [[ORDERSALEDATE]]</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 480.05pt; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 50.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 465.0pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Customer Profile:</span> <span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">[[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Profile Information </span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/1a5eee86-816f-46d5-826d-e3dedee33309\\\" width=\\\"223\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 465.0pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><sub><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></sub></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 9.2pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer Profile ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CLIENTEMAIL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Description:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Payment Profile</span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/7ba2dc68-8ec2-4d96-94ef-8b9f9a11f093\\\" width=\\\"113\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 11.7pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[ORDERID]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 78.75pt;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 158.35pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">United States</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Phone: [[CLIENTPHONE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">CC: [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 154.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Shipping Profile(s)</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/897286d2-2557-4abf-a1d8-9a8e45b3c827\\\" width=\\\"111\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .2in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 5.85pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[IPADDRESS]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 111.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\"><br style=\\\"page-break-before: always;\\\" clear=\\\"all\\\" /></span>\\n<p style=\\\"margin: 2pt 0in; text-align: center; break-after: avoid; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Cardholder Identification details submitted by the Purchaser</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">[[ORDERSALEDATE]], an authorized purchase was completed by ([[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]) for the product: [[PRODUCT]]</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The following details were submitted to [[MERCHANTURL]] by the Purchaser in the amount of $[[ORDERAMOUNT]].</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"display: none;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 419.3pt;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Transaction<span style=\\\"color: black;\\\"> Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Type: s</span><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">ale(settled)</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Status:&nbsp;</span><em><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">complete</span></em></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction ID:&nbsp;[[GWTRANSID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction Date:&nbsp;[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Amount:&nbsp;[[ORDERAMOUNT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Authorization Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Type: [[CARDTYPE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Number:&nbsp;[[CARDNUMBER]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">AVS Status:&nbsp;[[AVSSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CVV Status:&nbsp;[[CVVSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Auth Code:&nbsp;[[AUTHCODE]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 80.05pt;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTFIRSTNAME]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTLASTNAME]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTEMAIL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[IPADDRESS]];</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[BILLINGZIP]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CURRENCY]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-bottom: none; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Id:<em>&nbsp;</em>[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Description:&nbsp;[[PRODUCT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Description:&nbsp;[[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-top: none; background: white; padding: .15in 1.45pt .1in .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Service:<em>&nbsp;</em>[[MERCHANTPHONE]]&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Website:<em>&nbsp;</em>[[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Terms URL:<em>&nbsp;</em>[[MERCHTERMSURL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Receipt Sent to: [[CLIENTEMAIL]] on [[ORDERSALEDATE]]</span></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 5.95pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 12pt; font-family: Calibri, sans-serif; color: black; font-weight: bold;\\\"><span style=\\\"font-size: 10.0pt;\\\">&nbsp;Merchant Services Completed</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 6.7pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt 0in .2in;\\\">\\n<p style=\\\"margin: 2pt 0in 6pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">Cardholders must agree to the Merchant's Terms before completing a purchase.&nbsp; The cardholder was properly disclosed before completing the purchase.&nbsp;&nbsp; If disputes arise the cardholder must allow the merchant&rsquo;s customer service to resolve.</span></p>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTPHONE]]</span></li>\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTEMAIL]]</span></li>\\n</ul>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTADDRESS]]</span></li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 416.15pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 243.45pt;\\\">\\n<td style=\\\"width: 416.15pt; padding: .1in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-family: 'Arial Nova', sans-serif; color: black;\\\">&shy;&shy;&shy;&shy;</span><img src=\\\"blob:https://cdpn.io/013e1de9-6ebd-4a75-a39c-1281198185f0\\\" width=\\\"441\\\" height=\\\"329\\\" /></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">demo: PowerPaste plugin!</span></h2>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">PREMIUM PLUGIN: The TinyMCE <a href=\\\"https://www.tinymce.com/docs/enterprise/paste-from-word/\\\">PowerPaste plugin</a> automatically cleans up and transfers content &amp; images from Microsoft Word and HTML sources to ensure clean, compliant content that matches the look and feel of the site.</p>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WORD or EXCEL</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from MS Word or Excel into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WEBSITE OR HTML SOURCES</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from website content into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">DRAG AND DROP IMAGE</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Drag a local image into this editor.</li>\\n</ol>\\n<p>---------------------------------------------------------------------</p>\\n<h2 style=\\\"color: #7e7e7e; font-size: 20px; font-family: avenir; font-weight: 500;\\\">Got questions or need help?</h2>\\n<ul style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Our <a href=\\\"https://www.tinymce.com/docs/\\\">documentation</a> is a great resource for learning how to configure TinyMCE.</li>\\n<li>Have a specific question? Visit the <a href=\\\"https://community.tinymce.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Community Forum</a>.</li>\\n<li>We also offer enterprise grade support as part of <a href=\\\"www.tinymce.com/pricing\\\">TinyMCE Enterprise</a>.</li>\\n</ul>\\n<p style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">Thanks for supporting TinyMCE! We hope it helps you and your users create great content.<br />All the best from the TinyMCE team.</p>\",\n            \"dtupdated\": \"2021-01-27 19:45:09\",\n            \"pageorder\": \"0\"\n        },\n        {\n            \"packetid\": \"5\",\n            \"reasoncategory\": \"Fraud\",\n            \"reasoncodes\": \"[86,113,92]\",\n            \"conditionid\": \"548091483\",\n            \"templateid\": \"467349\",\n            \"templatetype\": \"1\",\n            \"packetonoff\": \"1\",\n            \"dtcreated\": \"2021-01-26 00:00:00\",\n            \"packethtml\": \"<h2><span class=\\\"span\\\"> <img style=\\\"float: right;\\\" src=\\\"//www.tiny.cloud/images/glyph-tinymce@2x.png\\\" alt=\\\"TinyMCE Logo\\\" width=\\\"110\\\" height=\\\"97\\\" /> </span> <span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">TinyMCE</span></h2>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGridLight\\\" style=\\\"width: 516.4pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: .5in;\\\">\\n<td style=\\\"width: 231.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">DISPUTE RESPONSE:</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">CB Reason:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[REASONCODE]]</span></p>\\n</td>\\n<td style=\\\"width: 285.2pt; padding: 0in .15in .15in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 12.0pt;\\\">[[TODAY]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Case#:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CASENUMBER]]</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">ARN:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[BANKARN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 55.5pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant DBA:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Merchant ID:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[MERCHANTNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Date:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Txn Amount:</span></strong><span style=\\\"font-size: 12.0pt;\\\">&nbsp;[[ORDERAMOUNT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Acct:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder:</span></strong><span style=\\\"font-size: 12.0pt;\\\"> [[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Attached herein are compelling evidences that demonstrate the cardholder&rsquo;s authorization and participation in completing a transaction for purchasing a product. This document is intended to show the cardholder:</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Willfully and knowingly authorized the transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Was the sole benefactor from the authorized transaction(s).</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to contact [[MERCHANTDBA]] directly to resolve a dispute.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 3px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Has failed to comply with the agreed Terms and Conditions to cancel their product.&nbsp;</li>\\n</ul>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Please inform the cardholder of the merchant &lsquo;s continued dispute rights:</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may escalate and continue the chargeback process into Arbitration or Compliance.</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><em>[[MERCHANTDBA]]</em> may submit this case: [[CASENUMBER]] into \\\"Good Faith Collections\\\" if the disputed transaction is resolved in Cardholder's favor.</li>\\n</ul>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.75pt .15in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">*Direct Cardholder Resolution:&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">If this dispute rebuttal is received less than 48 hours from [[CHARGEBACKDATE]]; please have the cardholder contact [[MERCHANTDBA]] chargeback department immediately to resolve this dispute directly and complete a chargeback withdrawal affidavit.</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">1 (888) 988-8588</p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">M-F 7:00 AM - 07:00 PM MST</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 4.0pt;\\\">\\n<td style=\\\"width: 516.4pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt;\\\">Cardholder Transaction Receipt</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">A Transaction Receipt was sent to the email address that was presented by the purchaser; which is linked to the Cardholder's shipping address.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">From: [[MERCHANTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">Subject: Transaction Receipt</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 34.0pt;\\\">\\n<td style=\\\"width: 24.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: .05in .2in 0in 0in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 16.0pt; font-family: Georgia, serif; color: #336699;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 483.2pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"8\\\">\\n<p style=\\\"margin: 0.15pt 0in 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 29.7pt;\\\">\\n<td style=\\\"width: 24.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" rowspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHANTADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer Service: [[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Website: [[MERCHANTURL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 27.0pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Order Information</span></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 60.75pt;\\\">\\n<td style=\\\"width: 75.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Description: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Order Number: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Customer ID:</span></p>\\n</td>\\n<td style=\\\"width: 185.2pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PROCESSORDESCRIPTOR]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 101.3pt; border: none; padding: 0in .15in 0in 0in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Product:</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Invoice Number:</span></p>\\n<p style=\\\"text-align: right; line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 121.55pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"line-height: 10.15pt; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 8.5pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 84.8pt;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Billing Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n<td style=\\\"width: 247.7pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in 0in 2pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping Information</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .55in;\\\">\\n<td style=\\\"width: 235.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"bottom\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif; color: #ababab;\\\">Payment Information</span></p>\\n</td>\\n<td style=\\\"width: 39.1pt; border: none; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 107.75pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Shipping:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Tax:</span></p>\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Total:</span></strong></p>\\n</td>\\n<td style=\\\"width: 100.85pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">0.00</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERAMOUNT]]</span></strong></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">USD</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 123.9pt;\\\">\\n<td style=\\\"width: 23.3pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in .15in;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 109.2pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Date/Time: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction ID: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Type: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Transaction Status: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Authorization Code: </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Payment Method:</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 374.75pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.4pt 0in 5.4pt;\\\" colspan=\\\"6\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[GWTRANSID]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Sale</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Successful</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[AUTHCODE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]**** [[LAST4]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 44.1pt;\\\">\\n<td style=\\\"width: 507.25pt; border: none; padding: 0in 5.75pt 0in .15in;\\\" colspan=\\\"10\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"text-align: justify; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 7.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[MERCHREFDESC]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Purchaser&rsquo;s information linked to the Customer Profile held by the Merchant</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The Purchaser created a user profile on the Merchant's website and successfully sent and delivered an item to the Cardholder.</p>\\n<ul style=\\\"margin-bottom: 0in; margin-top: 0px;\\\">\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Order Receipt Sent To: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Profile Created: [[ORDERSALEDATE]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Website of Purchased Item: [[MERCHANTURL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email submitted: [[CLIENTEMAIL]]</li>\\n<li style=\\\"margin: 0in 0in 0in 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\">User Created: [[ORDERSALEDATE]]</li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 480.05pt; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 50.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: solid windowtext 1.0pt; border-left: solid windowtext 1.0pt; border-bottom: none; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 465.0pt; border-top: solid windowtext 1.0pt; border-left: none; border-bottom: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">Customer Profile:</span> <span style=\\\"font-size: 14.0pt; font-family: Georgia, serif; color: #336699;\\\">[[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Profile Information </span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/1a5eee86-816f-46d5-826d-e3dedee33309\\\" width=\\\"223\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 465.0pt; border: none; border-right: solid windowtext 1.0pt; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"6\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><sub><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></sub></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 9.2pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer Profile ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CCBIN]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Customer ID:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CUSTOMERID]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Email:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[CLIENTEMAIL]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 12.6pt;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Description:</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[PRODUCT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 112.5pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 352.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 177.1pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Payment Profile</span></p>\\n</td>\\n<td style=\\\"width: 287.9pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"3\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/7ba2dc68-8ec2-4d96-94ef-8b9f9a11f093\\\" width=\\\"113\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .1in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 11.7pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[ORDERID]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 78.75pt;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 158.35pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">United States</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">Phone: [[CLIENTPHONE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">CC: [[CARDNUMBER]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n</td>\\n<td style=\\\"width: 154.5pt; border: none; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .3in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; background: #D9D9D9; padding: .15in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Shipping Profile(s)</span></p>\\n</td>\\n<td style=\\\"width: 152.15pt; border: none; border-right: solid windowtext 1.0pt; background: #D9D9D9; padding: 0in 5.75pt 0in 5.75pt;\\\">\\n<p style=\\\"text-align: right; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\"><img src=\\\"blob:https://cdpn.io/897286d2-2557-4abf-a1d8-9a8e45b3c827\\\" width=\\\"111\\\" height=\\\"19\\\" /></span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: .1in;\\\">\\n<td style=\\\"width: 15.05pt; border: none; border-left: solid windowtext 1.0pt; padding: .2in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"2\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 152.15pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" rowspan=\\\"3\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 5.85pt;\\\">\\n<td style=\\\"width: 312.85pt; border: none; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">[[IPADDRESS]]</p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 111.0pt;\\\">\\n<td style=\\\"width: 15.05pt; border-top: none; border-left: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-right: none; padding: 0in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n<td style=\\\"width: 312.85pt; border: none; border-bottom: solid windowtext 1.0pt; padding: 0in 5.75pt 0in 5.75pt;\\\" colspan=\\\"5\\\" valign=\\\"top\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGADDRESS]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGCITY]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGSTATE]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">[[BILLINGZIP]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 9.0pt; font-family: 'Georgia Pro Light', serif;\\\">US</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n</td>\\n</tr>\\n<tr>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n<td style=\\\"border: none;\\\">&nbsp;</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; line-height: 107%; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in 0in 8pt; line-height: 107%; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 1.0pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\"><br style=\\\"page-break-before: always;\\\" clear=\\\"all\\\" /></span>\\n<p style=\\\"margin: 2pt 0in; text-align: center; break-after: avoid; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><strong><span style=\\\"font-size: 12.0pt; color: black;\\\">Cardholder Identification details submitted by the Purchaser</span></strong></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 8.5pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt .1in .2in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">[[ORDERSALEDATE]], an authorized purchase was completed by ([[CLIENTFIRSTNAME]] [[CLIENTLASTNAME]]) for the product: [[PRODUCT]]</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif; color: black;\\\">The following details were submitted to [[MERCHANTURL]] by the Purchaser in the amount of $[[ORDERAMOUNT]].</p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"display: none;\\\">&nbsp;</span></p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoNormalTable\\\" style=\\\"width: 419.3pt;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">Transaction<span style=\\\"color: black;\\\"> Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant: [[MERCHANTDBA]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Type: s</span><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">ale(settled)</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Txn Status:&nbsp;</span><em><span style=\\\"font-size: 10.0pt; font-family: 'Courier New'; color: black;\\\">complete</span></em></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction ID:&nbsp;[[GWTRANSID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Transaction Date:&nbsp;[[ORDERSALEDATE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Amount:&nbsp;[[ORDERAMOUNT]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Authorization Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Type: [[CARDTYPE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CC Number:&nbsp;[[CARDNUMBER]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">AVS Status:&nbsp;[[AVSSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">CVV Status:&nbsp;[[CVVSTATUS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Auth Code:&nbsp;[[AUTHCODE]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 80.05pt;\\\">\\n<td style=\\\"width: 198.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTFIRSTNAME]] </span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTLASTNAME]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTEMAIL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CLIENTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n</td>\\n<td style=\\\"width: 216.55pt; border: solid windowtext 1.0pt; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[FULLBILLINGADDRESS]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[IPADDRESS]];</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[BILLINGZIP]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">[[CURRENCY]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0pt;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 1.45pt 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Details</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-bottom: none; background: white; padding: .1in 1.45pt 1.45pt .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Id:<em>&nbsp;</em>[[ORDERID]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Order Description:&nbsp;[[PRODUCT]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Billing Description:&nbsp;[[MERCHANTDBA]]</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 1.0in;\\\">\\n<td style=\\\"width: 416.5pt; border: solid windowtext 1.0pt; border-top: none; background: white; padding: .15in 1.45pt .1in .15in;\\\" colspan=\\\"2\\\">\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Customer Service:<em>&nbsp;</em>[[MERCHANTPHONE]]&nbsp;</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Website:<em>&nbsp;</em>[[MERCHANTPHONE]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Merchant Terms URL:<em>&nbsp;</em>[[MERCHTERMSURL]]</span></p>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"color: black;\\\">Receipt Sent to: [[CLIENTEMAIL]] on [[ORDERSALEDATE]]</span></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\"><span style=\\\"font-size: 11.0pt; font-family: Calibri, sans-serif;\\\">&nbsp;</span></span></h2>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 6.4in; border-collapse: collapse; border: none;\\\" border=\\\"1\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 5.95pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; background: #F2F2F2; padding: 0in 5.4pt 0in 5.4pt;\\\">\\n<p style=\\\"margin: 2pt 0in; text-align: center; font-size: 12pt; font-family: Calibri, sans-serif; color: black; font-weight: bold;\\\"><span style=\\\"font-size: 10.0pt;\\\">&nbsp;Merchant Services Completed</span></p>\\n</td>\\n</tr>\\n<tr style=\\\"height: 6.7pt;\\\">\\n<td style=\\\"width: 6.4in; border: solid windowtext 1.0pt; border-top: none; padding: .1in 5.75pt 0in .2in;\\\">\\n<p style=\\\"margin: 2pt 0in 6pt; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">Cardholders must agree to the Merchant's Terms before completing a purchase.&nbsp; The cardholder was properly disclosed before completing the purchase.&nbsp;&nbsp; If disputes arise the cardholder must allow the merchant&rsquo;s customer service to resolve.</span></p>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTPHONE]]</span></li>\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTEMAIL]]</span></li>\\n</ul>\\n<ul style=\\\"margin-top: 2.0pt; margin-bottom: 6.0pt;\\\">\\n<li style=\\\"margin: 2pt 0in 6pt 0px; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-size: 10.0pt;\\\">[[MERCHANTADDRESS]]</span></li>\\n</ul>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<p style=\\\"margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\">&nbsp;</p>\\n<div align=\\\"center\\\">\\n<table class=\\\"MsoTableGrid\\\" style=\\\"width: 416.15pt; border-collapse: collapse; border: none;\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n<tbody>\\n<tr style=\\\"page-break-inside: avoid; height: 243.45pt;\\\">\\n<td style=\\\"width: 416.15pt; padding: .1in 5.75pt 0in 5.75pt;\\\" valign=\\\"top\\\">\\n<p style=\\\"text-align: center; margin: 0in; font-size: 11pt; font-family: Calibri, sans-serif;\\\"><span style=\\\"font-family: 'Arial Nova', sans-serif; color: black;\\\">&shy;&shy;&shy;&shy;</span><img src=\\\"blob:https://cdpn.io/013e1de9-6ebd-4a75-a39c-1281198185f0\\\" width=\\\"441\\\" height=\\\"329\\\" /></p>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</div>\\n<h2><span style=\\\"color: #828282; font-size: 35px; font-family: avenir; font-weight: 200;\\\">demo: PowerPaste plugin!</span></h2>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">PREMIUM PLUGIN: The TinyMCE <a href=\\\"https://www.tinymce.com/docs/enterprise/paste-from-word/\\\">PowerPaste plugin</a> automatically cleans up and transfers content &amp; images from Microsoft Word and HTML sources to ensure clean, compliant content that matches the look and feel of the site.</p>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WORD or EXCEL</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from MS Word or Excel into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">COPY AND PASTE FROM WEBSITE OR HTML SOURCES</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Copy and paste content from website content into this editor.</li>\\n<li>Choose Remove Formatting (remove inline styles) or Keep Formatting (keep inline styles)</li>\\n</ol>\\n<p style=\\\"color: #7e7e7e; font-size: 15px; font-family: avenir; font-weight: 500;\\\">DRAG AND DROP IMAGE</p>\\n<ol style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Drag a local image into this editor.</li>\\n</ol>\\n<p>---------------------------------------------------------------------</p>\\n<h2 style=\\\"color: #7e7e7e; font-size: 20px; font-family: avenir; font-weight: 500;\\\">Got questions or need help?</h2>\\n<ul style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">\\n<li>Our <a href=\\\"https://www.tinymce.com/docs/\\\">documentation</a> is a great resource for learning how to configure TinyMCE.</li>\\n<li>Have a specific question? Visit the <a href=\\\"https://community.tinymce.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Community Forum</a>.</li>\\n<li>We also offer enterprise grade support as part of <a href=\\\"www.tinymce.com/pricing\\\">TinyMCE Enterprise</a>.</li>\\n</ul>\\n<p style=\\\"color: #7e7e7e; font-size: 14px; font-family: avenir; font-weight: 500;\\\">Thanks for supporting TinyMCE! We hope it helps you and your users create great content.<br />All the best from the TinyMCE team.</p>\",\n            \"dtupdated\": \"2021-01-27 19:45:07\",\n            \"pageorder\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"0e59e26d-d2c8-44c9-bce2-30072ab857d8"}],"id":"5c169aad-f7f2-4e95-a4d1-5ae290ba80c6","event":[{"listen":"prerequest","script":{"id":"cee023a0-5537-481d-85f0-4a17d3570d26","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8dd2799-56d0-4192-bde9-3e7b834891c7","type":"text/javascript","exec":[""]}}],"_postman_id":"5c169aad-f7f2-4e95-a4d1-5ae290ba80c6","description":""},{"name":"/populate","item":[{"name":"/precount","item":[{"name":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate&precount=true","id":"b1ebe50c-964d-4d8a-a5ad-816645422dba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"merchantid\":6113\r\n\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate&precount=true","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"populate"},{"key":"precount","value":"true"}],"variable":[]}},"response":[{"id":"080a9518-713b-4ea3-8155-eb5b708be78b","name":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate&precount=true","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"merchantid\":6113\r\n\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate&precount=true","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"populate"},{"key":"precount","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jun 2021 19:57:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_cbs\": null,\n    \"total_populated\": null,\n    \"total_not_populated\": null\n}"}],"_postman_id":"b1ebe50c-964d-4d8a-a5ad-816645422dba"}],"id":"bdc63730-ecc8-4b10-af64-5c212fc39c2d","_postman_id":"bdc63730-ecc8-4b10-af64-5c212fc39c2d","description":""},{"name":"/playground","item":[{"name":"API Search","id":"fa2eaafb-a0f2-4662-a368-96af8a00bd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"MAAHEEM\",\r\n    \"lastName\": \"AKHTAR\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=41","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"41"}],"variable":[]}},"response":[{"id":"0819d489-0a2c-4400-a50d-11a23cee5b47","name":"API Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"MAAHEEM\",\r\n    \"lastName\": \"AKHTAR\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=41","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"41"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Aug 2021 22:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1888"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1628288073\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=playground&connid=41\",\n            \"query\": {\n                \"action\": \"playground\",\n                \"connid\": \"41\"\n            },\n            \"payload\": \"https://api.konnektive.com/order/query/?loginId=TECCio-cbdAPIuser&password=CBDpass123%21&startDate=2021-08-05&endDate=2021-08-09&firstName=MAAHEEM&lastName=AKHTAR\"\n        }\n    },\n    \"data\": [\n        {\n            \"message\": {\n                \"totalResults\": 4,\n                \"resultsPerPage\": 25,\n                \"page\": 1,\n                \"data\": [\n                    {\n                        \"orderId\": \"39C4939897\",\n                        \"clientOrderId\": \"39C4939897\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:26\",\n                        \"dateUpdated\": \"2021-08-05 00:33:33\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"259.89\",\n                        \"refundRemaining\": \"259.89\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"259.89\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1070\": {\n                                \"productId\": \"1070\",\n                                \"name\": \"500G-O1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"184\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"99.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045368\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1071\": {\n                                \"productId\": \"1071\",\n                                \"name\": \"500G-O1U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"184\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"89.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045369\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1072\": {\n                                \"productId\": \"1072\",\n                                \"name\": \"500G-O1U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"276\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"69.99\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045370\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"A02529F6A1\",\n                        \"clientOrderId\": \"A02529F6A1\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:36\",\n                        \"dateUpdated\": \"2021-08-05 00:33:43\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"184.89\",\n                        \"refundRemaining\": \"184.89\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"184.89\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1073\": {\n                                \"productId\": \"1073\",\n                                \"name\": \"500N-O2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"83\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"14.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045371\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1074\": {\n                                \"productId\": \"1074\",\n                                \"name\": \"500N-O2U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"83\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"99.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045372\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1075\": {\n                                \"productId\": \"1075\",\n                                \"name\": \"500N-O2U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"70\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"69.99\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045373\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"B4E859DBD5\",\n                        \"clientOrderId\": \"B4E859DBD5\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:46\",\n                        \"dateUpdated\": \"2021-08-05 00:33:52\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"54.85\",\n                        \"refundRemaining\": \"54.85\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"54.85\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1076\": {\n                                \"productId\": \"1076\",\n                                \"name\": \"500R-O3\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"52\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"34.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045374\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1077\": {\n                                \"productId\": \"1077\",\n                                \"name\": \"500R-O3U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"52\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"9.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045375\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1078\": {\n                                \"productId\": \"1078\",\n                                \"name\": \"500R-O3U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"53\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"9.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045376\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"20C9427375\",\n                        \"clientOrderId\": \"20C9427375\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-06 17:28:15\",\n                        \"dateUpdated\": \"2021-08-06 17:28:15\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"14.95\",\n                        \"refundRemaining\": \"14.95\",\n                        \"avsResponse\": null,\n                        \"cvvResponse\": null,\n                        \"campaignName\": \"Rev050\",\n                        \"customerId\": 175487,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2083564348\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"TESTCARD\",\n                        \"cardLast4\": \"7777\",\n                        \"cardExpiryDate\": \"2021-11-30 23:59:59\",\n                        \"cardIsPrepaid\": 0,\n                        \"cardIsDebit\": 0,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"14.95\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"192.168.10.1\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 100,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": false,\n                        \"items\": {\n                            \"1170\": {\n                                \"productId\": \"1170\",\n                                \"name\": \"050G-O1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"185\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"14.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1048503\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"39C4939897\",\n                        \"clientOrderId\": \"39C4939897\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:26\",\n                        \"dateUpdated\": \"2021-08-05 00:33:33\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"259.89\",\n                        \"refundRemaining\": \"259.89\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"259.89\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1070\": {\n                                \"productId\": \"1070\",\n                                \"name\": \"500G-O1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"184\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"99.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045368\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1071\": {\n                                \"productId\": \"1071\",\n                                \"name\": \"500G-O1U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"184\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"89.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045369\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1072\": {\n                                \"productId\": \"1072\",\n                                \"name\": \"500G-O1U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"276\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"69.99\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045370\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"A02529F6A1\",\n                        \"clientOrderId\": \"A02529F6A1\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:36\",\n                        \"dateUpdated\": \"2021-08-05 00:33:43\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"184.89\",\n                        \"refundRemaining\": \"184.89\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"184.89\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1073\": {\n                                \"productId\": \"1073\",\n                                \"name\": \"500N-O2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"83\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"14.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045371\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1074\": {\n                                \"productId\": \"1074\",\n                                \"name\": \"500N-O2U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"83\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"99.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045372\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1075\": {\n                                \"productId\": \"1075\",\n                                \"name\": \"500N-O2U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"70\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"69.99\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045373\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"B4E859DBD5\",\n                        \"clientOrderId\": \"B4E859DBD5\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-05 00:33:46\",\n                        \"dateUpdated\": \"2021-08-05 00:33:52\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"54.85\",\n                        \"refundRemaining\": \"54.85\",\n                        \"avsResponse\": \"Y\",\n                        \"cvvResponse\": \"M\",\n                        \"campaignName\": \"Rev500\",\n                        \"customerId\": 174965,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2144905236\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"MASTERCARD\",\n                        \"cardLast4\": \"7016\",\n                        \"cardExpiryDate\": \"2029-09-30 23:59:59\",\n                        \"cardIsPrepaid\": 1,\n                        \"cardIsDebit\": 1,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"54.85\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"172.69.130.19\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 88,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": true,\n                        \"items\": {\n                            \"1076\": {\n                                \"productId\": \"1076\",\n                                \"name\": \"500R-O3\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"52\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"34.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1045374\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1077\": {\n                                \"productId\": \"1077\",\n                                \"name\": \"500R-O3U1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"52\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"9.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045375\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            },\n                            \"1078\": {\n                                \"productId\": \"1078\",\n                                \"name\": \"500R-O3U2\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"53\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"9.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"UPSALE\",\n                                \"orderItemId\": \"1045376\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    },\n                    {\n                        \"orderId\": \"20C9427375\",\n                        \"clientOrderId\": \"20C9427375\",\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"dateCreated\": \"2021-08-06 17:28:15\",\n                        \"dateUpdated\": \"2021-08-06 17:28:15\",\n                        \"orderType\": \"NEW_SALE\",\n                        \"orderStatus\": \"COMPLETE\",\n                        \"reviewStatus\": null,\n                        \"totalAmount\": \"14.95\",\n                        \"refundRemaining\": \"14.95\",\n                        \"avsResponse\": null,\n                        \"cvvResponse\": null,\n                        \"campaignName\": \"Rev050\",\n                        \"customerId\": 175487,\n                        \"name\": \"MAAHEEM AKHTAR\",\n                        \"emailAddress\": null,\n                        \"phoneNumber\": \"2083564348\",\n                        \"firstName\": \"MAAHEEM\",\n                        \"lastName\": \"AKHTAR\",\n                        \"companyName\": null,\n                        \"address1\": \"4649 PINTO RIVER CT\",\n                        \"address2\": \"4649 PINTO RIVER CT\",\n                        \"city\": \"SAN JOSE\",\n                        \"state\": \"CA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"95136\",\n                        \"shipFirstName\": \"MAAHEEM\",\n                        \"shipLastName\": \"AKHTAR\",\n                        \"shipCompanyName\": null,\n                        \"shipAddress1\": \"4649 PINTO RIVER CT\",\n                        \"shipAddress2\": \"4649 PINTO RIVER CT\",\n                        \"shipCity\": \"SAN JOSE\",\n                        \"shipState\": \"CA\",\n                        \"shipCountry\": \"US\",\n                        \"shipPostalCode\": \"95136\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"cardType\": \"TESTCARD\",\n                        \"cardLast4\": \"7777\",\n                        \"cardExpiryDate\": \"2021-11-30 23:59:59\",\n                        \"cardIsPrepaid\": 0,\n                        \"cardIsDebit\": 0,\n                        \"achRoutingNumber\": null,\n                        \"achAccountNumber\": null,\n                        \"couponCode\": \"001\",\n                        \"agentUserId\": 97177,\n                        \"agentName\": \"alvaro@paymentusa.com\",\n                        \"price\": \"14.95\",\n                        \"baseShipping\": \"0.00\",\n                        \"voiceLogNumber\": null,\n                        \"discountPrice\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"surcharge\": \"0.00\",\n                        \"shipUpcharge\": \"0.00\",\n                        \"shipProfileId\": null,\n                        \"isDeclineSave\": 0,\n                        \"ipAddress\": \"192.168.10.1\",\n                        \"sourceId\": null,\n                        \"sourceTitle\": null,\n                        \"affId\": null,\n                        \"sourceValue1\": null,\n                        \"sourceValue2\": null,\n                        \"sourceValue3\": null,\n                        \"sourceValue4\": null,\n                        \"sourceValue5\": null,\n                        \"currencySymbol\": \"$\",\n                        \"campaignId\": 100,\n                        \"totalDiscount\": \"0.00\",\n                        \"custom1\": null,\n                        \"custom2\": null,\n                        \"custom3\": null,\n                        \"custom4\": null,\n                        \"custom5\": null,\n                        \"hasUpsell\": false,\n                        \"items\": {\n                            \"1170\": {\n                                \"productId\": \"1170\",\n                                \"name\": \"050G-O1\",\n                                \"variantDetailId\": \"\",\n                                \"variantName\": \"\",\n                                \"merchantId\": \"185\",\n                                \"productDescription\": \"\",\n                                \"clientId\": \"\",\n                                \"qty\": \"1\",\n                                \"shipping\": \"0.00\",\n                                \"price\": \"14.95\",\n                                \"purchaseId\": \"\",\n                                \"purchaseStatus\": \"\",\n                                \"txnType\": \"SALE\",\n                                \"detailedStatus\": \"\",\n                                \"nextBillDate\": \"\",\n                                \"productType\": \"OFFER\",\n                                \"orderItemId\": \"1048503\",\n                                \"currentProduct\": \"\",\n                                \"currentPrice\": \"\",\n                                \"currentProductId\": \"\",\n                                \"currentVariantDetailId\": \"\",\n                                \"responseType\": \"SUCCESS\"\n                            }\n                        }\n                    }\n                ],\n                \"params\": null,\n                \"errors\": null,\n                \"sortBy\": \"dateCreated\",\n                \"sortDir\": 1,\n                \"queryArgs\": {\n                    \"page\": 1,\n                    \"sortDir\": 1,\n                    \"resultsPerPage\": 25,\n                    \"sortBy\": \"dateCreated\",\n                    \"startDate\": \"2021-08-05\",\n                    \"endDate\": \"2021-08-09\",\n                    \"firstName\": \"MAAHEEM\",\n                    \"lastName\": \"AKHTAR\",\n                    \"hideExternal\": true,\n                    \"dateRangeType\": \"dateCreated\",\n                    \"dateCreated\": [\n                        {\n                            \"date\": \"2021-08-05 00:00:00.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        {\n                            \"date\": \"2021-08-09 00:00:00.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"fa2eaafb-a0f2-4662-a368-96af8a00bd26"},{"name":"Limelight Order Find","id":"17a3064e-5e25-47e2-9692-93032f3dad21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\",\r\n    \"order_total\": \"80.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"45"},{"disabled":true,"key":null,"value":"p5HE8x7zZJkwmP"}],"variable":[]}},"response":[{"id":"ede30a58-059b-4043-b587-eedf6dd3e4b8","name":"Limelight API Find","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\",\r\n    \"order_total\": \"80.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"45"},{"key":null,"value":"p5HE8x7zZJkwmP","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Aug 2021 15:34:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14197"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"time\": \"1628609664\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=playground&connid=45\",\n            \"query\": {\n                \"action\": \"playground\",\n                \"connid\": \"45\"\n            },\n            \"payload\": \"https://worldwidemediaoffers.sticky.io/api/v1/order_find\"\n        }\n    },\n    \"data\": [\n        {\n            \"total_orders\": \"34\",\n            \"data\": [\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20530730\",\n                    \"acquisition_date\": \"2020-04-15 23:17:26\",\n                    \"ancestor_id\": \"12407933\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c2\": \"67176787\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"067148\",\n                    \"billing_city\": \"ROBSTOWN\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Margarita\",\n                    \"billing_last_name\": \"Villarreal\",\n                    \"billing_postcode\": \"78380\",\n                    \"billing_state\": \"TX\",\n                    \"billing_state_id\": \"TX\",\n                    \"billing_street_address\": \"4768 cr36\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1122\",\n                    \"cc_first_6\": \"514441\",\n                    \"cc_last_4\": \"2454\",\n                    \"cc_number\": \"2454\",\n                    \"credit_card_number\": \"514441******2454\",\n                    \"cc_orig_first_6\": \"514441\",\n                    \"cc_orig_last_4\": \"2454\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1664754\",\n                    \"customers_telephone\": \"3612494170\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"villarrealmage@g.com\",\n                    \"first_name\": \"Margarita\",\n                    \"gateway_id\": \"1669\",\n                    \"gateway_descriptor\": \"MY INSTA SHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.189.43\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Villarreal\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                    \"next_subscription_product_id\": \"2917\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20305864\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-30\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"ROBSTOWN\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/03/2021\",\n                    \"shipping_first_name\": \"Margarita\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Villarreal\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"78380\",\n                    \"shipping_state\": \"TX\",\n                    \"shipping_state_id\": \"TX\",\n                    \"shipping_street_address\": \"4768 cr36\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-07-31 04:06:41\",\n                    \"tracking_number\": \"9274890267787818137758\",\n                    \"transaction_id\": \"6459836255\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-30\",\n                            \"subscription_id\": \"3c38c1332531527c36a453b1c350207e\",\n                            \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"next_subscription_product_id\": \"2917\",\n                            \"next_subscription_product_price\": \"89.9800\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 06, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 07, 2021 01:16 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-06 06:28:00]: ARRIVE USPS FACILITY\"\n                    ],\n                    \"systemNotes\": [\n                        \"July 31, 2021 04:06 AM - sticky.io - This order was billed against gateway (1669) using the subscription management force gateway feature.\",\n                        \"July 31, 2021 04:06 AM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"July 31, 2021 04:06 AM - sticky.io - Order was force preserved to gateway (1669) because of an overriding gateway force on the parent order.\",\n                        \"July 31, 2021 05:19 AM - sticky.io - Order sent to fulfillment. Fulfillment #: 390754452.\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531041\",\n                    \"acquisition_date\": \"2020-04-20 16:07:11\",\n                    \"ancestor_id\": \"12460674\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"8876\",\n                    \"affid\": \"\",\n                    \"c1\": \"67472105\",\n                    \"c2\": \"6a3113f2-c8ce-416d-9f4d-6d12dcf61b11\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"03120R\",\n                    \"billing_city\": \"lees summit\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"Helen\",\n                    \"billing_last_name\": \"Burris\",\n                    \"billing_postcode\": \"64086\",\n                    \"billing_state\": \"MO\",\n                    \"billing_state_id\": \"MO\",\n                    \"billing_street_address\": \"10418 s Howard rd  Lees summit.   Mo\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0524\",\n                    \"cc_first_6\": \"601100\",\n                    \"cc_last_4\": \"9914\",\n                    \"cc_number\": \"9914\",\n                    \"credit_card_number\": \"601100******9914\",\n                    \"cc_orig_first_6\": \"601100\",\n                    \"cc_orig_last_4\": \"9914\",\n                    \"cc_type\": \"discover\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1672459\",\n                    \"customers_telephone\": \"8165089987\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"lburris9987@gmail.com\",\n                    \"first_name\": \"Louise\",\n                    \"gateway_id\": \"1674\",\n                    \"gateway_descriptor\": \"MY TRU SKIN\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.58.141.185\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Burris\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20349086\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-30\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Lees Summit\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/03/2021\",\n                    \"shipping_first_name\": \"Louise\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Burris\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"64086-9533\",\n                    \"shipping_state\": \"MO\",\n                    \"shipping_state_id\": \"MO\",\n                    \"shipping_street_address\": \"10418 Howard Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"8876\",\n                    \"time_stamp\": \"2021-07-31 04:29:06\",\n                    \"tracking_number\": \"9274890267787818138984\",\n                    \"transaction_id\": \"6459864296\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-30\",\n                            \"subscription_id\": \"666c3164bb97ebed396f8444dada8d65\",\n                            \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"next_subscription_product_id\": \"2917\",\n                            \"next_subscription_product_price\": \"89.9800\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 06, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 07, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-05 16:52:00]: Departed shipping partner facility.\",\n                        \"August 08, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-07 03:59:00]: Arrived shipping partner facility.\",\n                        \"August 09, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-08 05:11:00]: DEPART USPS FACILITY\"\n                    ],\n                    \"systemNotes\": [\n                        \"July 31, 2021 04:29 AM - sticky.io - This order was billed against gateway (1674) using the subscription management force gateway feature.\",\n                        \"July 31, 2021 04:29 AM - sticky.io - Order was force preserved to gateway (1674) because of an overriding gateway force on the parent order.\",\n                        \"July 31, 2021 04:29 AM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"July 31, 2021 05:35 AM - sticky.io - Order sent to fulfillment. Fulfillment #: 390755727.\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531264\",\n                    \"acquisition_date\": \"2020-05-29 12:05:40\",\n                    \"ancestor_id\": \"13141583\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9290\",\n                    \"affid\": \"\",\n                    \"c1\": \"70479273\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"rifle\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Aileen\",\n                    \"billing_last_name\": \"Apodaca\",\n                    \"billing_postcode\": \"81650\",\n                    \"billing_state\": \"CO\",\n                    \"billing_state_id\": \"CO\",\n                    \"billing_street_address\": \"426 E 12th St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0821\",\n                    \"cc_first_6\": \"475570\",\n                    \"cc_last_4\": \"8526\",\n                    \"cc_number\": \"8526\",\n                    \"credit_card_number\": \"475570******8526\",\n                    \"cc_orig_first_6\": \"475570\",\n                    \"cc_orig_last_4\": \"8526\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1838584\",\n                    \"customers_telephone\": \"9704563177\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"crue_1@msn.com\",\n                    \"first_name\": \"Aileen\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.243.214.141\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Apodaca\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"15501105\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"rifle\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Aileen\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Apodaca\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"81650\",\n                    \"shipping_state\": \"CO\",\n                    \"shipping_state_id\": \"CO\",\n                    \"shipping_street_address\": \"426 E 12th St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9290\",\n                    \"time_stamp\": \"2021-08-01 02:10:07\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"3588744b83c252145043ac8754e35397\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 02:10 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 02:10 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 02:10 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531412\",\n                    \"acquisition_date\": \"2020-05-30 06:16:48\",\n                    \"ancestor_id\": \"13170065\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"70566065\",\n                    \"c2\": \"3689-7109\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"burlingame\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Arianna\",\n                    \"billing_last_name\": \"Sogas\",\n                    \"billing_postcode\": \"94010\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"1630 balboa ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1224\",\n                    \"cc_first_6\": \"406068\",\n                    \"cc_last_4\": \"6350\",\n                    \"cc_number\": \"6350\",\n                    \"credit_card_number\": \"406068******6350\",\n                    \"cc_orig_first_6\": \"406068\",\n                    \"cc_orig_last_4\": \"6350\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1844440\",\n                    \"customers_telephone\": \"6507033314\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"arianna.sogas@yahoo.com\",\n                    \"first_name\": \"Arianna\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"75.25.147.131\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Sogas\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"15722821\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"burlingame\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Arianna\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Sogas\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"94010\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"1630 balboa ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 02:11:45\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"6066d4d29259f42ba6c28d3bef95507e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 02:11 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 02:11 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 02:11 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20536981\",\n                    \"acquisition_date\": \"2020-04-22 14:02:20\",\n                    \"ancestor_id\": \"12475492\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67578640\",\n                    \"c2\": \"RC$200safespendBMEdwardLawsonAccounts-476V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"darrington\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Kathie\",\n                    \"billing_last_name\": \"Cumming\",\n                    \"billing_postcode\": \"98241\",\n                    \"billing_state\": \"WA\",\n                    \"billing_state_id\": \"WA\",\n                    \"billing_street_address\": \"PO Box 162\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0923\",\n                    \"cc_first_6\": \"421712\",\n                    \"cc_last_4\": \"8003\",\n                    \"cc_number\": \"8003\",\n                    \"credit_card_number\": \"421712******8003\",\n                    \"cc_orig_first_6\": \"421712\",\n                    \"cc_orig_last_4\": \"8003\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1674801\",\n                    \"customers_telephone\": \"3604361154\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"kathiecumming@hotmail.com\",\n                    \"first_name\": \"Kathie\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"50.34.147.169\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cumming\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18389484\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"darrington\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kathie\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cumming\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"98241\",\n                    \"shipping_state\": \"WA\",\n                    \"shipping_state_id\": \"WA\",\n                    \"shipping_street_address\": \"PO Box 162\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 03:12:42\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"abd96db6a09caccd63ab7afc54c58533\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:12 AM - sticky.io - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:12 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:12 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537840\",\n                    \"acquisition_date\": \"2020-04-20 22:37:52\",\n                    \"ancestor_id\": \"12463341\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67490580\",\n                    \"c2\": \"RCEthanLongWarmBMJaredSolomon\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"hanover\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Joy e\",\n                    \"billing_last_name\": \"Chesney\",\n                    \"billing_postcode\": \"17331\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"10 Meadow Lane\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0723\",\n                    \"cc_first_6\": \"411079\",\n                    \"cc_last_4\": \"4098\",\n                    \"cc_number\": \"4098\",\n                    \"credit_card_number\": \"411079******4098\",\n                    \"cc_orig_first_6\": \"411079\",\n                    \"cc_orig_last_4\": \"4098\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1673013\",\n                    \"customers_telephone\": \"7174767725\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"joyches64@gmail.com\",\n                    \"first_name\": \"Joy e\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.58.204.88\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Chesney\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18440573\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"hanover\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Joy e\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Chesney\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"17331\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"10 Meadow Lane\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 03:25:46\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"43e6f252c3924c2f6ad092f22f427d23\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:25 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537848\",\n                    \"acquisition_date\": \"2020-04-24 16:47:02\",\n                    \"ancestor_id\": \"12492153\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67689968\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"morgan\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Earl\",\n                    \"billing_last_name\": \"Cragun\",\n                    \"billing_postcode\": \"84050\",\n                    \"billing_state\": \"UT\",\n                    \"billing_state_id\": \"UT\",\n                    \"billing_street_address\": \"5730 Monte Verde Dr.\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0423\",\n                    \"cc_first_6\": \"475824\",\n                    \"cc_last_4\": \"8512\",\n                    \"cc_number\": \"8512\",\n                    \"credit_card_number\": \"475824******8512\",\n                    \"cc_orig_first_6\": \"475824\",\n                    \"cc_orig_last_4\": \"8512\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20602105\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1676814\",\n                    \"customers_telephone\": \"8018883063\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"bcwashman.77@gmail.com\",\n                    \"first_name\": \"Earl\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.23.28.246\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cragun\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18444206\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"morgan\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Earl\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cragun\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"84050\",\n                    \"shipping_state\": \"UT\",\n                    \"shipping_state_id\": \"UT\",\n                    \"shipping_street_address\": \"5730 Monte Verde Dr.\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:25:55\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"255e01c474e6614958c893fbaadce2a3\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:25 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537895\",\n                    \"acquisition_date\": \"2020-05-16 17:00:25\",\n                    \"ancestor_id\": \"12832299\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"69268321\",\n                    \"c2\": \"3689-5642\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Plymouth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Kaylee\",\n                    \"billing_last_name\": \"Gibbs\",\n                    \"billing_postcode\": \"02360\",\n                    \"billing_state\": \"MA\",\n                    \"billing_state_id\": \"MA\",\n                    \"billing_street_address\": \"26 James Circle\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"551404\",\n                    \"cc_last_4\": \"4509\",\n                    \"cc_number\": \"4509\",\n                    \"credit_card_number\": \"551404******4509\",\n                    \"cc_orig_first_6\": \"551404\",\n                    \"cc_orig_last_4\": \"4509\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1754405\",\n                    \"customers_telephone\": \"6179221828\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"krgibb22@g.holycross.edu\",\n                    \"first_name\": \"Kaylee\",\n                    \"gateway_id\": \"1587\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.63.124.82\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Gibbs\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18481955\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Plymouth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kaylee\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Gibbs\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"02360\",\n                    \"shipping_state\": \"MA\",\n                    \"shipping_state_id\": \"MA\",\n                    \"shipping_street_address\": \"26 James Circle\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 03:26:36\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"50d4610c969a77383bdcb5e5372a9f95\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1587) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537898\",\n                    \"acquisition_date\": \"2020-05-12 21:45:46\",\n                    \"ancestor_id\": \"12741889\",\n                    \"affiliate\": \"22\",\n                    \"afid\": \"22\",\n                    \"sid\": \"73\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"54ce6abc-a88a-46fe-89f6-6a8b81aa7d55\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"204\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"elkins\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Gene\",\n                    \"billing_last_name\": \"Ochsendorf\",\n                    \"billing_postcode\": \"26241\",\n                    \"billing_state\": \"WV\",\n                    \"billing_state_id\": \"WV\",\n                    \"billing_street_address\": \"614 Yokum St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0924\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"6156\",\n                    \"cc_number\": \"6156\",\n                    \"credit_card_number\": \"542418******6156\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"6156\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1730270\",\n                    \"customers_telephone\": \"6143158724\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"geneochsendorf@yahoo.com\",\n                    \"first_name\": \"Gene\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"50.25.6.194\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Ochsendorf\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18484444\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"elkins\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Gene\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Ochsendorf\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"26241\",\n                    \"shipping_state\": \"WV\",\n                    \"shipping_state_id\": \"WV\",\n                    \"shipping_street_address\": \"614 Yokum St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"73\",\n                    \"time_stamp\": \"2021-08-01 03:26:39\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"67db86afca2370479576de5e93665116\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537902\",\n                    \"acquisition_date\": \"2020-05-12 08:50:19\",\n                    \"ancestor_id\": \"12728659\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"68914723\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"brooklyn\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Nelson\",\n                    \"billing_last_name\": \"Carrillo\",\n                    \"billing_postcode\": \"11214\",\n                    \"billing_state\": \"NY\",\n                    \"billing_state_id\": \"NY\",\n                    \"billing_street_address\": \"1676 82nd Street\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0222\",\n                    \"cc_first_6\": \"400344\",\n                    \"cc_last_4\": \"0676\",\n                    \"cc_number\": \"0676\",\n                    \"credit_card_number\": \"400344******0676\",\n                    \"cc_orig_first_6\": \"400344\",\n                    \"cc_orig_last_4\": \"0676\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1726082\",\n                    \"customers_telephone\": \"3476281117\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"carrillo11206@gmail.com\",\n                    \"first_name\": \"Nelson\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"69.114.112.86\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Carrillo\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18485735\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"brooklyn\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Nelson\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Carrillo\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"11214\",\n                    \"shipping_state\": \"NY\",\n                    \"shipping_state_id\": \"NY\",\n                    \"shipping_street_address\": \"1676 82nd Street\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:26:42\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"8179405350d3f5619292031aecc7ef14\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20538137\",\n                    \"acquisition_date\": \"2020-05-13 17:54:13\",\n                    \"ancestor_id\": \"12756683\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69033678\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Waddy\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Chris\",\n                    \"billing_last_name\": \"Fry\",\n                    \"billing_postcode\": \"40076\",\n                    \"billing_state\": \"KY\",\n                    \"billing_state_id\": \"KY\",\n                    \"billing_street_address\": \"588 McCormack Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1023\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"8231\",\n                    \"cc_number\": \"8231\",\n                    \"credit_card_number\": \"542418******8231\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"8231\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1734766\",\n                    \"customers_telephone\": \"7657446888\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Chris@Playpros.com\",\n                    \"first_name\": \"Chris\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.236.202\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Fry\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18678320\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Waddy\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Chris\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Fry\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"40076\",\n                    \"shipping_state\": \"KY\",\n                    \"shipping_state_id\": \"KY\",\n                    \"shipping_street_address\": \"588 McCormack Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:29:57\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"1fa18126f6280bce1d8143f125f0ef91\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:29 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:29 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:30 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20542432\",\n                    \"acquisition_date\": \"2020-05-13 09:39:38\",\n                    \"ancestor_id\": \"12744870\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69002307\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"fort pierce\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"George\",\n                    \"billing_last_name\": \"Wainwright\",\n                    \"billing_postcode\": \"34982\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"4021 Gator Trace Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"546633\",\n                    \"cc_last_4\": \"7619\",\n                    \"cc_number\": \"7619\",\n                    \"credit_card_number\": \"546633******7619\",\n                    \"cc_orig_first_6\": \"546633\",\n                    \"cc_orig_last_4\": \"7619\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20603626\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1731250\",\n                    \"customers_telephone\": \"7722005136\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"gwain31@yahoo.com\",\n                    \"first_name\": \"George\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.204.207.54\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Wainwright\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19831510\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"fort pierce\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"George\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Wainwright\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"34982\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"4021 Gator Trace Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 04:33:10\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"16dd617a81b19dac83bdecc14898a377\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:33 AM - sticky.io API - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:33 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:33 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20542919\",\n                    \"acquisition_date\": \"2021-03-20 07:50:44\",\n                    \"ancestor_id\": \"19361497\",\n                    \"affiliate\": \"\",\n                    \"afid\": \"\",\n                    \"sid\": \"\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Monmouth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Leiane\",\n                    \"billing_last_name\": \"Bertelsen\",\n                    \"billing_postcode\": \"61462\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"904 west girard\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"2146\",\n                    \"cc_expires\": \"0422\",\n                    \"cc_first_6\": \"435695\",\n                    \"cc_last_4\": \"2018\",\n                    \"cc_number\": \"2018\",\n                    \"credit_card_number\": \"435695******2018\",\n                    \"cc_orig_first_6\": \"435695\",\n                    \"cc_orig_last_4\": \"2018\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20603953\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"2418276\",\n                    \"customers_telephone\": \"3092361474\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Leianeb@yahoo.com\",\n                    \"first_name\": \"Leiane\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.31.62.100\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bertelsen\",\n                    \"main_product_id\": \"3100\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"3.95\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"81.91\",\n                    \"parent_id\": \"19898647\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Monmouth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Leiane\",\n                    \"shipping_id\": \"134\",\n                    \"shipping_last_name\": \"Bertelsen\",\n                    \"shipping_method_name\": \"VIP Expedited Shipping & Handling\",\n                    \"shipping_postcode\": \"61462\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"904 west girard\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"\",\n                    \"time_stamp\": \"2021-08-01 04:38:22\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"3103\",\n                    \"upsell_product_quantity\": \"1\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"3100\",\n                            \"sku\": \"Bundle-KG1\",\n                            \"price\": \"69.99\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"b69deb819fae24504079a6a4d605f004\",\n                            \"next_subscription_product\": \"Ketogenix\",\n                            \"next_subscription_product_id\": \"3100\",\n                            \"next_subscription_product_price\": \"69.99\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"27\",\n                                \"name\": \"Buyketogenix.com  Bundles\"\n                            }\n                        },\n                        {\n                            \"product_id\": \"3103\",\n                            \"sku\": \"eDigital\",\n                            \"price\": \"7.97\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix VIP Membership\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"90e005162e18cb493dc70d01f98876c4\",\n                            \"next_subscription_product\": \"Ketogenix VIP Membership\",\n                            \"next_subscription_product_id\": \"3103\",\n                            \"next_subscription_product_price\": \"7.97\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"0\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"26\",\n                                \"name\": \"Ketogenix VIP Discount Membership\"\n                            }\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:38 AM - sticky.io - Product <a href=products/products.php?product_id=3100>3100</a> was purchased using offer <a href=billing_models/template.php?id=27>27</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3100>3100</a> on 8/31/2021.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Product <a href=products/products.php?product_id=3103>3103</a> was purchased using offer <a href=billing_models/template.php?id=26>26</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3103>3103</a> on 8/31/2021.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"81.91\",\n                        \"subtotal\": \"8.97\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"0\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20543736\",\n                    \"acquisition_date\": \"2020-04-20 11:14:11\",\n                    \"ancestor_id\": \"12456101\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67456533\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Kankakee\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Kari\",\n                    \"billing_last_name\": \"Foster\",\n                    \"billing_postcode\": \"60901\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"Leave on front porch under table\",\n                    \"billing_street_address2\": \"646 S. Small Avenue\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1122\",\n                    \"cc_first_6\": \"474665\",\n                    \"cc_last_4\": \"4202\",\n                    \"cc_number\": \"4202\",\n                    \"credit_card_number\": \"474665******4202\",\n                    \"cc_orig_first_6\": \"474665\",\n                    \"cc_orig_last_4\": \"4202\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20604590\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1672053\",\n                    \"customers_telephone\": \"8159224713\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"karifostermom7@yahoo.com\",\n                    \"first_name\": \"Kari\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"98.226.195.66\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Foster\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19933038\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Kankakee\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kari\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Foster\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"60901\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"Leave on front porch under table\",\n                    \"shipping_street_address2\": \"646 S. Small Avenue\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 04:47:02\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"0d43d1247fc44c4f5821da6b2334b4b2\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:47 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20543745\",\n                    \"acquisition_date\": \"2019-09-15 09:50:13\",\n                    \"ancestor_id\": \"11583830\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"6726\",\n                    \"affid\": \"\",\n                    \"c1\": \"10002\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"oviedo\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"16\",\n                    \"billing_first_name\": \"Barbara\",\n                    \"billing_last_name\": \"Knerr\",\n                    \"billing_postcode\": \"32765\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"346 Hartlepool Ct\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1554\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"511786\",\n                    \"cc_last_4\": \"6683\",\n                    \"cc_number\": \"6683\",\n                    \"credit_card_number\": \"511786******6683\",\n                    \"cc_orig_first_6\": \"511786\",\n                    \"cc_orig_last_4\": \"6683\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20650337\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1523127\",\n                    \"customers_telephone\": \"4079235000\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"blkoviedo@gmail.com\",\n                    \"first_name\": \"Barbara\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"68.205.108.125\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Knerr\",\n                    \"main_product_id\": \"2473\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19933128\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"oviedo\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Barbara\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Knerr\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"32765\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"346 Hartlepool Ct\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"6726\",\n                    \"time_stamp\": \"2021-08-01 04:47:08\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2473\",\n                            \"sku\": \"KB.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"[LS] - KetoBoost Replenishment (30-Day Supply)\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"564b994ca4e518e276825e0338f47995\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:47 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20545526\",\n                    \"acquisition_date\": \"2020-04-29 18:06:05\",\n                    \"ancestor_id\": \"12525040\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67924406\",\n                    \"c2\": \"RCEthanLongWarmBMJaredSolomon\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"fort worth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Donns\",\n                    \"billing_last_name\": \"Kearns\",\n                    \"billing_postcode\": \"76148\",\n                    \"billing_state\": \"TX\",\n                    \"billing_state_id\": \"TX\",\n                    \"billing_street_address\": \"6308 Kary Lynn Dr S\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1123\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"7816\",\n                    \"cc_number\": \"7816\",\n                    \"credit_card_number\": \"412061******7816\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"7816\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20605750\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1680702\",\n                    \"customers_telephone\": \"6822035050\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"dl_kearns@att.net\",\n                    \"first_name\": \"Donns\",\n                    \"gateway_id\": \"1706\",\n                    \"gateway_descriptor\": \"KETOWELLSHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"47.38.138.217\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Kearns\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"19967120\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"fort worth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Donns\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Kearns\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"76148\",\n                    \"shipping_state\": \"TX\",\n                    \"shipping_state_id\": \"TX\",\n                    \"shipping_street_address\": \"6308 Kary Lynn Dr S\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 05:09:58\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ee2be52c3dde7b533f41293b9352682e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:09 AM - sticky.io - This order was billed against gateway (1706) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:09 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:10 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20547626\",\n                    \"acquisition_date\": \"2021-02-26 09:25:00\",\n                    \"ancestor_id\": \"19251323\",\n                    \"affiliate\": \"\",\n                    \"afid\": \"\",\n                    \"sid\": \"\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Coopersburg\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Lisa\",\n                    \"billing_last_name\": \"Nirady\",\n                    \"billing_postcode\": \"18036\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"6095 Whitetail Dr.\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"2146\",\n                    \"cc_expires\": \"0124\",\n                    \"cc_first_6\": \"552433\",\n                    \"cc_last_4\": \"8037\",\n                    \"cc_number\": \"8037\",\n                    \"credit_card_number\": \"552433******8037\",\n                    \"cc_orig_first_6\": \"552433\",\n                    \"cc_orig_last_4\": \"8037\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20606643\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"2390221\",\n                    \"customers_telephone\": \"5082748615\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Nirady@aol.com\",\n                    \"first_name\": \"Lisa\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.31.3.3\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Nirady\",\n                    \"main_product_id\": \"3100\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"3.95\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"81.91\",\n                    \"parent_id\": \"20021760\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Coopersburg\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Lisa\",\n                    \"shipping_id\": \"134\",\n                    \"shipping_last_name\": \"Nirady\",\n                    \"shipping_method_name\": \"VIP Expedited Shipping & Handling\",\n                    \"shipping_postcode\": \"18036\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"6095 Whitetail Dr.\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"\",\n                    \"time_stamp\": \"2021-08-01 05:34:05\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"3103\",\n                    \"upsell_product_quantity\": \"1\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"3100\",\n                            \"sku\": \"Bundle-KG1\",\n                            \"price\": \"69.99\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"3030a399a7b71fede832d88225086b6b\",\n                            \"next_subscription_product\": \"Ketogenix\",\n                            \"next_subscription_product_id\": \"3100\",\n                            \"next_subscription_product_price\": \"69.99\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"27\",\n                                \"name\": \"Buyketogenix.com  Bundles\"\n                            }\n                        },\n                        {\n                            \"product_id\": \"3103\",\n                            \"sku\": \"eDigital\",\n                            \"price\": \"7.97\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix VIP Membership\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"136a30ad9878c8177ffabfa534869d2f\",\n                            \"next_subscription_product\": \"Ketogenix VIP Membership\",\n                            \"next_subscription_product_id\": \"3103\",\n                            \"next_subscription_product_price\": \"7.97\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"0\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"26\",\n                                \"name\": \"Ketogenix VIP Discount Membership\"\n                            }\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:34 AM - sticky.io - Product <a href=products/products.php?product_id=3100>3100</a> was purchased using offer <a href=billing_models/template.php?id=27>27</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3100>3100</a> on 8/31/2021.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Product <a href=products/products.php?product_id=3103>3103</a> was purchased using offer <a href=billing_models/template.php?id=26>26</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3103>3103</a> on 8/31/2021.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"81.91\",\n                        \"subtotal\": \"8.97\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"0\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20547646\",\n                    \"acquisition_date\": \"2020-05-07 10:42:53\",\n                    \"ancestor_id\": \"12644759\",\n                    \"affiliate\": \"22\",\n                    \"afid\": \"22\",\n                    \"sid\": \"73\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"54ce6abc-a88a-46fe-89f6-6a8b81aa7d55\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"204\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"blairsville\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Beth\",\n                    \"billing_last_name\": \"Lear\",\n                    \"billing_postcode\": \"15717\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"614 S Walnut St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"7332\",\n                    \"cc_number\": \"7332\",\n                    \"credit_card_number\": \"412061******7332\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"7332\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20606658\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1706683\",\n                    \"customers_telephone\": \"7245492082\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"bethalear@gmail.com\",\n                    \"first_name\": \"Beth\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"71.60.145.239\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Lear\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20022127\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"blairsville\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Beth\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Lear\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"15717\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"614 S Walnut St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"73\",\n                    \"time_stamp\": \"2021-08-01 05:34:19\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"70901e8900280053d3ee25200758c8c6\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:34 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20550446\",\n                    \"acquisition_date\": \"2020-05-01 00:40:25\",\n                    \"ancestor_id\": \"12536196\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67988329\",\n                    \"c2\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Townsend\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Peggy\",\n                    \"billing_last_name\": \"Cochran\",\n                    \"billing_postcode\": \"37882\",\n                    \"billing_state\": \"TN\",\n                    \"billing_state_id\": \"TN\",\n                    \"billing_street_address\": \"1070 Dry Valley rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1223\",\n                    \"cc_first_6\": \"510617\",\n                    \"cc_last_4\": \"5331\",\n                    \"cc_number\": \"5331\",\n                    \"credit_card_number\": \"510617******5331\",\n                    \"cc_orig_first_6\": \"510617\",\n                    \"cc_orig_last_4\": \"5331\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607663\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1682035\",\n                    \"customers_telephone\": \"3092652177\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"peggy53cochran@gmail.com\",\n                    \"first_name\": \"Peggy\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.121.138.10\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cochran\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20056872\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Townsend\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Peggy\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cochran\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"37882\",\n                    \"shipping_state\": \"TN\",\n                    \"shipping_state_id\": \"TN\",\n                    \"shipping_street_address\": \"1070 Dry Valley rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:08:17\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ce3c28d82b3f35dbadfcd6767d5b9bf6\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:08 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20550478\",\n                    \"acquisition_date\": \"2020-05-29 20:30:05\",\n                    \"ancestor_id\": \"13165781\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9290\",\n                    \"affid\": \"\",\n                    \"c1\": \"70535546\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"wallowa\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Alexandria\",\n                    \"billing_last_name\": \"Tippett\",\n                    \"billing_postcode\": \"97885\",\n                    \"billing_state\": \"OR\",\n                    \"billing_state_id\": \"OR\",\n                    \"billing_street_address\": \"80907 leap lane\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0623\",\n                    \"cc_first_6\": \"550968\",\n                    \"cc_last_4\": \"1715\",\n                    \"cc_number\": \"1715\",\n                    \"credit_card_number\": \"550968******1715\",\n                    \"cc_orig_first_6\": \"550968\",\n                    \"cc_orig_last_4\": \"1715\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607683\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1843316\",\n                    \"customers_telephone\": \"5413980537\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"alexandria.shae@icloud.com\",\n                    \"first_name\": \"Alexandria\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"162.72.162.128\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Tippett\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20056926\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"wallowa\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Alexandria\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Tippett\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"97885\",\n                    \"shipping_state\": \"OR\",\n                    \"shipping_state_id\": \"OR\",\n                    \"shipping_street_address\": \"80907 leap lane\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9290\",\n                    \"time_stamp\": \"2021-08-01 06:08:39\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"accc78f9525571c4570c77ae9f239180\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:08 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20551013\",\n                    \"acquisition_date\": \"2020-04-23 14:27:50\",\n                    \"ancestor_id\": \"12483305\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67634848\",\n                    \"c2\": \"MM$40_Nov_2019BMRichardRosadoAccounts-810V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"dixon\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Lorrie\",\n                    \"billing_last_name\": \"Werner\",\n                    \"billing_postcode\": \"61021\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"6928 S Anterier Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"601100\",\n                    \"cc_last_4\": \"7697\",\n                    \"cc_number\": \"7697\",\n                    \"credit_card_number\": \"601100******7697\",\n                    \"cc_orig_first_6\": \"601100\",\n                    \"cc_orig_last_4\": \"7697\",\n                    \"cc_type\": \"discover\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607952\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1675942\",\n                    \"customers_telephone\": \"8159948802\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"lorriewerner@yahoo.com\",\n                    \"first_name\": \"Lorrie\",\n                    \"gateway_id\": \"1696\",\n                    \"gateway_descriptor\": \"KETOVIRTUE\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.192.74.196\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Werner\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20058300\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"dixon\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Lorrie\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Werner\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"61021\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"6928 S Anterier Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:14:59\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"81b1b0c41cda926897487f4a76209612\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:14 AM - sticky.io - This order was billed against gateway (1696) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:15 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:15 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20554322\",\n                    \"acquisition_date\": \"2020-04-16 12:22:02\",\n                    \"ancestor_id\": \"12412987\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"RCBM$35_Oct_2019LindaEvangelistaAccounts-758SCapV\",\n                    \"c2\": \"67162012\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"mount morris\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Debra\",\n                    \"billing_last_name\": \"Sutton\",\n                    \"billing_postcode\": \"48458\",\n                    \"billing_state\": \"MI\",\n                    \"billing_state_id\": \"MI\",\n                    \"billing_street_address\": \"8295n.clio.rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"400177\",\n                    \"cc_last_4\": \"6466\",\n                    \"cc_number\": \"6466\",\n                    \"credit_card_number\": \"400177******6466\",\n                    \"cc_orig_first_6\": \"400177\",\n                    \"cc_orig_last_4\": \"6466\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1664980\",\n                    \"customers_telephone\": \"8104107565\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Dsutton387@gmail.com\",\n                    \"first_name\": \"Debra\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"162.200.43.77\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Sutton\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"13013551\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"mount morris\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Debra\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Sutton\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"48458\",\n                    \"shipping_state\": \"MI\",\n                    \"shipping_state_id\": \"MI\",\n                    \"shipping_street_address\": \"8295n.clio.rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:53:10\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"1e055dda0eb1ca88ee045b3c4e5df55e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:53 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:53 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 06:53 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20557072\",\n                    \"acquisition_date\": \"2020-05-13 20:19:17\",\n                    \"ancestor_id\": \"12758680\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69042006\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Boynton Beach\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"A.J.\",\n                    \"billing_last_name\": \"Bernstein\",\n                    \"billing_postcode\": \"33472\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"6773 SOUTHPORT DR.e\",\n                    \"billing_street_address2\": \"BOYNTON BEACH\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0224\",\n                    \"cc_first_6\": \"512107\",\n                    \"cc_last_4\": \"6993\",\n                    \"cc_number\": \"6993\",\n                    \"credit_card_number\": \"512107******6993\",\n                    \"cc_orig_first_6\": \"512107\",\n                    \"cc_orig_last_4\": \"6993\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20608961\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1735553\",\n                    \"customers_telephone\": \"5612519204\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ajb17775@aol.com\",\n                    \"first_name\": \"A.J.\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.49.49.46\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bernstein\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20142052\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Boynton Beach\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"A.J.\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Bernstein\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"33472\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"6773 SOUTHPORT DR.e\",\n                    \"shipping_street_address2\": \"BOYNTON BEACH\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 07:24:47\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"21603d47f66e5bc3f960b8bb7f568ba5\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 07:24 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 07:24 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 07:24 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20557108\",\n                    \"acquisition_date\": \"2020-04-27 13:40:03\",\n                    \"ancestor_id\": \"12509348\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67822104\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Bozeman\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Daryl\",\n                    \"billing_last_name\": \"Schliem\",\n                    \"billing_postcode\": \"59714\",\n                    \"billing_state\": \"MT\",\n                    \"billing_state_id\": \"MT\",\n                    \"billing_street_address\": \"466 Buckskin Road\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0723\",\n                    \"cc_first_6\": \"512106\",\n                    \"cc_last_4\": \"2710\",\n                    \"cc_number\": \"2710\",\n                    \"credit_card_number\": \"512106******2710\",\n                    \"cc_orig_first_6\": \"512106\",\n                    \"cc_orig_last_4\": \"2710\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20608981\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1678660\",\n                    \"customers_telephone\": \"4065951448\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"dschliem@bozemanchamber.com\",\n                    \"first_name\": \"Daryl\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"184.166.105.198\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Schliem\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20142087\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"bozeman\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Daryl\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Schliem\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"59715\",\n                    \"shipping_state\": \"MT\",\n                    \"shipping_state_id\": \"MT\",\n                    \"shipping_street_address\": \"2000 Commerce Way\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 07:25:08\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"5885fa528bfa4cc8164371bb378b83ea\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 07:25 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 07:25 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 07:25 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20561652\",\n                    \"acquisition_date\": \"2020-04-16 05:24:04\",\n                    \"ancestor_id\": \"12409126\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"NLBM$35_Oct_2019EdelmiraRiveraAccounts-761V_1to5\",\n                    \"c2\": \"67186211\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"detroit\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"R uth\",\n                    \"billing_last_name\": \"Pendleton\",\n                    \"billing_postcode\": \"48235\",\n                    \"billing_state\": \"MI\",\n                    \"billing_state_id\": \"MI\",\n                    \"billing_street_address\": \"18680 Appoline\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0924\",\n                    \"cc_first_6\": \"549170\",\n                    \"cc_last_4\": \"9660\",\n                    \"cc_number\": \"9660\",\n                    \"credit_card_number\": \"549170******9660\",\n                    \"cc_orig_first_6\": \"549170\",\n                    \"cc_orig_last_4\": \"9660\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20610860\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665005\",\n                    \"customers_telephone\": \"2489865594\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ruthcogic11@gmail.com\",\n                    \"first_name\": \"R uth\",\n                    \"gateway_id\": \"1696\",\n                    \"gateway_descriptor\": \"KETOVIRTUE\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"99.203.1.193\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Pendleton\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20166700\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"detroit\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"R uth\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Pendleton\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"48235\",\n                    \"shipping_state\": \"MI\",\n                    \"shipping_state_id\": \"MI\",\n                    \"shipping_street_address\": \"18680 Appoline\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 08:16:35\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"52e727ef79c4094e9c2184f588f856ad\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 08:16 AM - sticky.io - This order was billed against gateway (1696) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 08:16 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 08:16 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20562483\",\n                    \"acquisition_date\": \"2020-04-24 11:54:22\",\n                    \"ancestor_id\": \"12486925\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67679804\",\n                    \"c2\": \"ASOct_2019BMTroyReynaAccounts-736V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"dayton\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Mary\",\n                    \"billing_last_name\": \"Hoskins\",\n                    \"billing_postcode\": \"45415\",\n                    \"billing_state\": \"OH\",\n                    \"billing_state_id\": \"OH\",\n                    \"billing_street_address\": \"673 Frefericksburg Dr\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1123\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"9096\",\n                    \"cc_number\": \"9096\",\n                    \"credit_card_number\": \"412061******9096\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"9096\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20611097\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1676665\",\n                    \"customers_telephone\": \"9377890592\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"maryj461@yahoo.com\",\n                    \"first_name\": \"Mary\",\n                    \"gateway_id\": \"1708\",\n                    \"gateway_descriptor\": \"KETOCLUB\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"71.146.170.156\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Hoskins\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20187646\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Dayton\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Mary\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Hoskins\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"45415-2650\",\n                    \"shipping_state\": \"OH\",\n                    \"shipping_state_id\": \"OH\",\n                    \"shipping_street_address\": \"673 Fredericksburg Dr\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 08:26:09\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ef59869c66c6d91f6c758237251c0612\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 08:26 AM - sticky.io - This order was billed against gateway (1708) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 08:26 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 08:26 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20566077\",\n                    \"acquisition_date\": \"2020-04-18 13:58:49\",\n                    \"ancestor_id\": \"12440055\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67337402\",\n                    \"c2\": \"SGTumblr-EthanB4louis_roach98@yahoo.comBM_V\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"macon\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"Thelmas\",\n                    \"billing_last_name\": \"Bell\",\n                    \"billing_postcode\": \"31217\",\n                    \"billing_state\": \"GA\",\n                    \"billing_state_id\": \"GA\",\n                    \"billing_street_address\": \"2765 Lakeshore ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0523\",\n                    \"cc_first_6\": \"527519\",\n                    \"cc_last_4\": \"4129\",\n                    \"cc_number\": \"4129\",\n                    \"credit_card_number\": \"527519******4129\",\n                    \"cc_orig_first_6\": \"527519\",\n                    \"cc_orig_last_4\": \"4129\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20611611\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1669858\",\n                    \"customers_telephone\": \"4787422477\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"hips2765@gmail.com\",\n                    \"first_name\": \"Thelmas\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.252.198.202\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bell\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20282653\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"macon\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Thelmas\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Bell\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"31217\",\n                    \"shipping_state\": \"GA\",\n                    \"shipping_state_id\": \"GA\",\n                    \"shipping_street_address\": \"2765 Lakeshore ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 09:14:51\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7daa9ed6e83838d05cc723e25bd6ec89\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:14 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:14 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 09:15 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20568552\",\n                    \"acquisition_date\": \"2020-04-16 06:39:48\",\n                    \"ancestor_id\": \"12409308\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"RCTumblr-NB-BM-TammyKuhnAccounts-557BM_V\",\n                    \"c2\": \"67188287\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"san clemente\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Antonietta\",\n                    \"billing_last_name\": \"Robinson\",\n                    \"billing_postcode\": \"92673\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"26 cantilena  san clemente\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1125\",\n                    \"cc_first_6\": \"490071\",\n                    \"cc_last_4\": \"8063\",\n                    \"cc_number\": \"8063\",\n                    \"credit_card_number\": \"490071******8063\",\n                    \"cc_orig_first_6\": \"490071\",\n                    \"cc_orig_last_4\": \"8063\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20612507\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665049\",\n                    \"customers_telephone\": \"9492328051\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"tonirwinner@gmail.com\",\n                    \"first_name\": \"Antonietta\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.67.225.9\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Robinson\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20286581\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"SAN CLEMENTE\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Antonietta\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Robinson\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"92673\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"26 CANTILENA\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 09:45:36\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7028114b9fbfabca894a5bb5d246104b\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:45 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:45 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 09:45 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570066\",\n                    \"acquisition_date\": \"2020-05-13 19:07:40\",\n                    \"ancestor_id\": \"12757726\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"68529215\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"oak lawn\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Ninon\",\n                    \"billing_last_name\": \"Gallagher\",\n                    \"billing_postcode\": \"60453\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"9745 S. Karlov #210\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1022\",\n                    \"cc_first_6\": \"460722\",\n                    \"cc_last_4\": \"3527\",\n                    \"cc_number\": \"3527\",\n                    \"credit_card_number\": \"460722******3527\",\n                    \"cc_orig_first_6\": \"460722\",\n                    \"cc_orig_last_4\": \"3527\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613122\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1735188\",\n                    \"customers_telephone\": \"7082372330\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ninongallagher6@gmail.com\",\n                    \"first_name\": \"Ninon\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"76.236.114.14\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Gallagher\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20289374\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"oak lawn\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Ninon\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Gallagher\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"60453\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"9745 S. Karlov #210\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 09:59:57\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"b8e4c946d3fea7e2992bad130d21ed99\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:59 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:59 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570130\",\n                    \"acquisition_date\": \"2020-04-30 14:48:04\",\n                    \"ancestor_id\": \"12531462\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67967125\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"orange\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"tong\",\n                    \"billing_last_name\": \"dent\",\n                    \"billing_postcode\": \"07050\",\n                    \"billing_state\": \"NJ\",\n                    \"billing_state_id\": \"NJ\",\n                    \"billing_street_address\": \"221 central ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0223\",\n                    \"cc_first_6\": \"546645\",\n                    \"cc_last_4\": \"9163\",\n                    \"cc_number\": \"9163\",\n                    \"credit_card_number\": \"546645******9163\",\n                    \"cc_orig_first_6\": \"546645\",\n                    \"cc_orig_last_4\": \"9163\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613152\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1681566\",\n                    \"customers_telephone\": \"9733954220\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"tongsukdent0502@gmail.com\",\n                    \"first_name\": \"tong\",\n                    \"gateway_id\": \"1708\",\n                    \"gateway_descriptor\": \"KETOCLUB\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"96.240.27.162\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"dent\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20289452\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"orange\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"tong\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"dent\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"07050\",\n                    \"shipping_state\": \"NJ\",\n                    \"shipping_state_id\": \"NJ\",\n                    \"shipping_street_address\": \"221 central ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 10:00:48\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"738c3e1113936e3f75726f4a00025e27\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:00 AM - sticky.io - This order was billed against gateway (1708) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570812\",\n                    \"acquisition_date\": \"2020-05-02 23:18:14\",\n                    \"ancestor_id\": \"12567565\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67584669\",\n                    \"c2\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"bullhead city\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Desiree\",\n                    \"billing_last_name\": \"Washington\",\n                    \"billing_postcode\": \"86429\",\n                    \"billing_state\": \"AZ\",\n                    \"billing_state_id\": \"AZ\",\n                    \"billing_street_address\": \"2795 Desert Foothills Blvd\",\n                    \"billing_street_address2\": \"421\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0822\",\n                    \"cc_first_6\": \"517279\",\n                    \"cc_last_4\": \"6126\",\n                    \"cc_number\": \"6126\",\n                    \"credit_card_number\": \"517279******6126\",\n                    \"cc_orig_first_6\": \"517279\",\n                    \"cc_orig_last_4\": \"6126\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613430\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1685764\",\n                    \"customers_telephone\": \"4107104689\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"reason5352@gmail.com\",\n                    \"first_name\": \"Desiree\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"65.73.92.182\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Washington\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20290703\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"bullhead city\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Desiree\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Washington\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"86429\",\n                    \"shipping_state\": \"AZ\",\n                    \"shipping_state_id\": \"AZ\",\n                    \"shipping_street_address\": \"2795 Desert Foothills Blvd\",\n                    \"shipping_street_address2\": \"421\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 10:10:23\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"fb65cea304947c0599693a60a071d462\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:10 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:10 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:10 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20572661\",\n                    \"acquisition_date\": \"2020-04-16 08:44:35\",\n                    \"ancestor_id\": \"12410215\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"PA$30_FEB_20walter_powers7@yahoo.comBM_V\",\n                    \"c2\": \"67193946\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"orange\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"orange\",\n                    \"billing_last_name\": \"Albert\",\n                    \"billing_postcode\": \"06477\",\n                    \"billing_state\": \"CT\",\n                    \"billing_state_id\": \"CT\",\n                    \"billing_street_address\": \"934 Ox Yoke Road\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1024\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"1616\",\n                    \"cc_number\": \"1616\",\n                    \"credit_card_number\": \"542418******1616\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"1616\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20614296\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665289\",\n                    \"customers_telephone\": \"2036416080\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"judy.albert934@gmail.com\",\n                    \"first_name\": \"orange\",\n                    \"gateway_id\": \"1709\",\n                    \"gateway_descriptor\": \"ALPHAKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"67.84.41.162\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Albert\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20294138\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"orange\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"orange\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Albert\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"06477\",\n                    \"shipping_state\": \"CT\",\n                    \"shipping_state_id\": \"CT\",\n                    \"shipping_street_address\": \"934 Ox Yoke Road\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 10:29:02\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7d3c18c89138e5d33877c18483acd065\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:29 AM - sticky.io - This order was billed against gateway (1709) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:29 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:29 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20582913\",\n                    \"acquisition_date\": \"2020-04-19 10:40:21\",\n                    \"ancestor_id\": \"12448009\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"67390355\",\n                    \"c2\": \"3689-5857\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"486708\",\n                    \"billing_city\": \"Centerport\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"William\",\n                    \"billing_last_name\": \"Entwistle\",\n                    \"billing_postcode\": \"11721\",\n                    \"billing_state\": \"NY\",\n                    \"billing_state_id\": \"NY\",\n                    \"billing_street_address\": \"142 Buchanan st\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0823\",\n                    \"cc_first_6\": \"559460\",\n                    \"cc_last_4\": \"4861\",\n                    \"cc_number\": \"4861\",\n                    \"credit_card_number\": \"559460******4861\",\n                    \"cc_orig_first_6\": \"559460\",\n                    \"cc_orig_last_4\": \"4861\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1671009\",\n                    \"customers_telephone\": \"6317744392\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"networking@optonline.net\",\n                    \"first_name\": \"William\",\n                    \"gateway_id\": \"1603\",\n                    \"gateway_descriptor\": \"My Worldwide Goods\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.146.180.19\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Entwistle\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20357665\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Centerport\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/02/2021\",\n                    \"shipping_first_name\": \"William\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Entwistle\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"11721\",\n                    \"shipping_state\": \"NY\",\n                    \"shipping_state_id\": \"NY\",\n                    \"shipping_street_address\": \"142 Buchanan st\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 12:24:31\",\n                    \"tracking_number\": \"9274890267787818094990\",\n                    \"transaction_id\": \"6464025701\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ab519dab7f225d235e2026838e7c3f0b\",\n                            \"next_subscription_product\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"next_subscription_product_id\": \"2906\",\n                            \"next_subscription_product_price\": \"90.9100\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 05, 2021 01:16 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 06, 2021 01:17 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-04 16:41:00]: Departed shipping partner facility.\",\n                        \"August 08, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-07 04:50:00]: ARRIVE USPS FACILITY\"\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 12:24 PM - sticky.io - This order was billed against gateway (1603) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 12:24 PM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"August 01, 2021 12:24 PM - sticky.io - Order was force preserved to gateway (1603) because of an overriding gateway force on the parent order.\",\n                        \"August 01, 2021 01:39 PM - sticky.io - Order sent to fulfillment. Fulfillment #: 391127013.\",\n                        \"August 02, 2021 11:35 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 02, 2021 11:35 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20583963\",\n                    \"acquisition_date\": \"2020-05-31 16:07:29\",\n                    \"ancestor_id\": \"13227207\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"70754565\",\n                    \"c2\": \"3689-7699\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"laguna niguel\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Everett\",\n                    \"billing_last_name\": \"Brunelle\",\n                    \"billing_postcode\": \"92677\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"30252 pacific island dr\",\n                    \"billing_street_address2\": \"194\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0822\",\n                    \"cc_first_6\": \"414718\",\n                    \"cc_last_4\": \"9435\",\n                    \"cc_number\": \"9435\",\n                    \"credit_card_number\": \"414718******9435\",\n                    \"cc_orig_first_6\": \"414718\",\n                    \"cc_orig_last_4\": \"9435\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20616353\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1858198\",\n                    \"customers_telephone\": \"9496328726\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"valueman760@gmail.com\",\n                    \"first_name\": \"Everett\",\n                    \"gateway_id\": \"1706\",\n                    \"gateway_descriptor\": \"KETOWELLSHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.229.101\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Brunelle\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20359589\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"laguna niguel\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Everett\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Brunelle\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"92677\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"30252 pacific island dr\",\n                    \"shipping_street_address2\": \"194\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 12:35:24\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"54fa8a2c5db64f35b2716f557108d428\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 12:35 PM - sticky.io - This order was billed against gateway (1706) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 12:35 PM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 12:35 PM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"17a3064e-5e25-47e2-9692-93032f3dad21"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=46","id":"16fabdeb-ccb9-49e6-b95a-4e821684cd68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=46","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"playground"},{"disabled":true,"key":null,"value":"p5HE8x7zZJkwmP"},{"key":"connid","value":"46"}],"variable":[]}},"response":[{"id":"b2fa6ec2-248e-45d4-830b-365093ad7c77","name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=46","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=46","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"playground"},{"key":null,"value":"p5HE8x7zZJkwmP","type":"text","disabled":true},{"key":"connid","value":"46"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Aug 2021 16:42:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"time\": \"1628613771\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=playground&connid=46\",\n            \"query\": {\n                \"action\": \"playground\",\n                \"connid\": \"46\"\n            },\n            \"payload\": \"https://worldwidemediaoffers.sticky.io/api/v1/customer_find\"\n        }\n    },\n    \"data\": {\n        \"response_code\": \"666\",\n        \"error_message\": \"User does not have permission to use this method\"\n    }\n}"}],"_postman_id":"16fabdeb-ccb9-49e6-b95a-4e821684cd68"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","id":"6782c4e1-0fe1-4b2b-9499-87da61079b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\",\r\n    \"order_total\": {\r\n        \">\": \"80.00\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"45"},{"disabled":true,"key":null,"value":"p5HE8x7zZJkwmP"}],"variable":[]}},"response":[{"id":"dedae913-d566-4742-8847-c45ab852df2f","name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"07/30/2021\",\r\n    \"end_date\": \"08/01/2021\",\r\n    \"order_total\": {\r\n        \">\": \"80.00\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"playground"},{"key":"connid","value":"45"},{"key":null,"value":"p5HE8x7zZJkwmP","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Aug 2021 17:25:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14298"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"time\": \"1628616296\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=playground&connid=45\",\n            \"query\": {\n                \"action\": \"playground\",\n                \"connid\": \"45\"\n            },\n            \"payload\": {\n                \"start_date\": \"07/30/2021\",\n                \"end_date\": \"08/01/2021\",\n                \"campaign_id\": \"all\",\n                \"search_type\": \"all\",\n                \"criteria\": {\n                    \"order_total\": {\n                        \">\": \"80.00\"\n                    }\n                },\n                \"return_type\": \"order_view\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"total_orders\": \"34\",\n            \"data\": [\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20530730\",\n                    \"acquisition_date\": \"2020-04-15 23:17:26\",\n                    \"ancestor_id\": \"12407933\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c2\": \"67176787\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"067148\",\n                    \"billing_city\": \"ROBSTOWN\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Margarita\",\n                    \"billing_last_name\": \"Villarreal\",\n                    \"billing_postcode\": \"78380\",\n                    \"billing_state\": \"TX\",\n                    \"billing_state_id\": \"TX\",\n                    \"billing_street_address\": \"4768 cr36\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1122\",\n                    \"cc_first_6\": \"514441\",\n                    \"cc_last_4\": \"2454\",\n                    \"cc_number\": \"2454\",\n                    \"credit_card_number\": \"514441******2454\",\n                    \"cc_orig_first_6\": \"514441\",\n                    \"cc_orig_last_4\": \"2454\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1664754\",\n                    \"customers_telephone\": \"3612494170\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"villarrealmage@g.com\",\n                    \"first_name\": \"Margarita\",\n                    \"gateway_id\": \"1669\",\n                    \"gateway_descriptor\": \"MY INSTA SHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.189.43\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Villarreal\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                    \"next_subscription_product_id\": \"2917\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20305864\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-30\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"ROBSTOWN\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/03/2021\",\n                    \"shipping_first_name\": \"Margarita\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Villarreal\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"78380\",\n                    \"shipping_state\": \"TX\",\n                    \"shipping_state_id\": \"TX\",\n                    \"shipping_street_address\": \"4768 cr36\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-07-31 04:06:41\",\n                    \"tracking_number\": \"9274890267787818137758\",\n                    \"transaction_id\": \"6459836255\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-30\",\n                            \"subscription_id\": \"3c38c1332531527c36a453b1c350207e\",\n                            \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"next_subscription_product_id\": \"2917\",\n                            \"next_subscription_product_price\": \"89.9800\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 06, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 07, 2021 01:16 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-06 06:28:00]: ARRIVE USPS FACILITY\",\n                        \"August 10, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-09 09:57:00]: DELIVERED IN/AT MAILBOX\"\n                    ],\n                    \"systemNotes\": [\n                        \"July 31, 2021 04:06 AM - sticky.io - This order was billed against gateway (1669) using the subscription management force gateway feature.\",\n                        \"July 31, 2021 04:06 AM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"July 31, 2021 04:06 AM - sticky.io - Order was force preserved to gateway (1669) because of an overriding gateway force on the parent order.\",\n                        \"July 31, 2021 05:19 AM - sticky.io - Order sent to fulfillment. Fulfillment #: 390754452.\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531041\",\n                    \"acquisition_date\": \"2020-04-20 16:07:11\",\n                    \"ancestor_id\": \"12460674\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"8876\",\n                    \"affid\": \"\",\n                    \"c1\": \"67472105\",\n                    \"c2\": \"6a3113f2-c8ce-416d-9f4d-6d12dcf61b11\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"03120R\",\n                    \"billing_city\": \"lees summit\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"Helen\",\n                    \"billing_last_name\": \"Burris\",\n                    \"billing_postcode\": \"64086\",\n                    \"billing_state\": \"MO\",\n                    \"billing_state_id\": \"MO\",\n                    \"billing_street_address\": \"10418 s Howard rd  Lees summit.   Mo\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0524\",\n                    \"cc_first_6\": \"601100\",\n                    \"cc_last_4\": \"9914\",\n                    \"cc_number\": \"9914\",\n                    \"credit_card_number\": \"601100******9914\",\n                    \"cc_orig_first_6\": \"601100\",\n                    \"cc_orig_last_4\": \"9914\",\n                    \"cc_type\": \"discover\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1672459\",\n                    \"customers_telephone\": \"8165089987\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"lburris9987@gmail.com\",\n                    \"first_name\": \"Louise\",\n                    \"gateway_id\": \"1674\",\n                    \"gateway_descriptor\": \"MY TRU SKIN\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.58.141.185\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Burris\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20349086\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-30\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Lees Summit\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/03/2021\",\n                    \"shipping_first_name\": \"Louise\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Burris\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"64086-9533\",\n                    \"shipping_state\": \"MO\",\n                    \"shipping_state_id\": \"MO\",\n                    \"shipping_street_address\": \"10418 Howard Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"8876\",\n                    \"time_stamp\": \"2021-07-31 04:29:06\",\n                    \"tracking_number\": \"9274890267787818138984\",\n                    \"transaction_id\": \"6459864296\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-30\",\n                            \"subscription_id\": \"666c3164bb97ebed396f8444dada8d65\",\n                            \"next_subscription_product\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"next_subscription_product_id\": \"2917\",\n                            \"next_subscription_product_price\": \"89.9800\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 06, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 07, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-05 16:52:00]: Departed shipping partner facility.\",\n                        \"August 08, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-07 03:59:00]: Arrived shipping partner facility.\",\n                        \"August 09, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-08 05:11:00]: DEPART USPS FACILITY\",\n                        \"August 10, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-08 16:59:00]: PROCESSED AT USPS DESTINATION FACILITY\"\n                    ],\n                    \"systemNotes\": [\n                        \"July 31, 2021 04:29 AM - sticky.io - This order was billed against gateway (1674) using the subscription management force gateway feature.\",\n                        \"July 31, 2021 04:29 AM - sticky.io - Order was force preserved to gateway (1674) because of an overriding gateway force on the parent order.\",\n                        \"July 31, 2021 04:29 AM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"July 31, 2021 05:35 AM - sticky.io - Order sent to fulfillment. Fulfillment #: 390755727.\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 03, 2021 12:47 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531264\",\n                    \"acquisition_date\": \"2020-05-29 12:05:40\",\n                    \"ancestor_id\": \"13141583\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9290\",\n                    \"affid\": \"\",\n                    \"c1\": \"70479273\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"rifle\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Aileen\",\n                    \"billing_last_name\": \"Apodaca\",\n                    \"billing_postcode\": \"81650\",\n                    \"billing_state\": \"CO\",\n                    \"billing_state_id\": \"CO\",\n                    \"billing_street_address\": \"426 E 12th St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0821\",\n                    \"cc_first_6\": \"475570\",\n                    \"cc_last_4\": \"8526\",\n                    \"cc_number\": \"8526\",\n                    \"credit_card_number\": \"475570******8526\",\n                    \"cc_orig_first_6\": \"475570\",\n                    \"cc_orig_last_4\": \"8526\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1838584\",\n                    \"customers_telephone\": \"9704563177\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"crue_1@msn.com\",\n                    \"first_name\": \"Aileen\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.243.214.141\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Apodaca\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"15501105\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"rifle\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Aileen\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Apodaca\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"81650\",\n                    \"shipping_state\": \"CO\",\n                    \"shipping_state_id\": \"CO\",\n                    \"shipping_street_address\": \"426 E 12th St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9290\",\n                    \"time_stamp\": \"2021-08-01 02:10:07\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"3588744b83c252145043ac8754e35397\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 02:10 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 02:10 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 02:10 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20531412\",\n                    \"acquisition_date\": \"2020-05-30 06:16:48\",\n                    \"ancestor_id\": \"13170065\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"70566065\",\n                    \"c2\": \"3689-7109\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"burlingame\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Arianna\",\n                    \"billing_last_name\": \"Sogas\",\n                    \"billing_postcode\": \"94010\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"1630 balboa ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1224\",\n                    \"cc_first_6\": \"406068\",\n                    \"cc_last_4\": \"6350\",\n                    \"cc_number\": \"6350\",\n                    \"credit_card_number\": \"406068******6350\",\n                    \"cc_orig_first_6\": \"406068\",\n                    \"cc_orig_last_4\": \"6350\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1844440\",\n                    \"customers_telephone\": \"6507033314\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"arianna.sogas@yahoo.com\",\n                    \"first_name\": \"Arianna\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"75.25.147.131\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Sogas\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"15722821\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"burlingame\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Arianna\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Sogas\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"94010\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"1630 balboa ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 02:11:45\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"6066d4d29259f42ba6c28d3bef95507e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 02:11 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 02:11 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 02:11 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20536981\",\n                    \"acquisition_date\": \"2020-04-22 14:02:20\",\n                    \"ancestor_id\": \"12475492\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67578640\",\n                    \"c2\": \"RC$200safespendBMEdwardLawsonAccounts-476V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"darrington\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Kathie\",\n                    \"billing_last_name\": \"Cumming\",\n                    \"billing_postcode\": \"98241\",\n                    \"billing_state\": \"WA\",\n                    \"billing_state_id\": \"WA\",\n                    \"billing_street_address\": \"PO Box 162\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0923\",\n                    \"cc_first_6\": \"421712\",\n                    \"cc_last_4\": \"8003\",\n                    \"cc_number\": \"8003\",\n                    \"credit_card_number\": \"421712******8003\",\n                    \"cc_orig_first_6\": \"421712\",\n                    \"cc_orig_last_4\": \"8003\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1674801\",\n                    \"customers_telephone\": \"3604361154\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"kathiecumming@hotmail.com\",\n                    \"first_name\": \"Kathie\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"50.34.147.169\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cumming\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18389484\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"darrington\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kathie\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cumming\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"98241\",\n                    \"shipping_state\": \"WA\",\n                    \"shipping_state_id\": \"WA\",\n                    \"shipping_street_address\": \"PO Box 162\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 03:12:42\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"abd96db6a09caccd63ab7afc54c58533\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:12 AM - sticky.io - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:12 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:12 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537840\",\n                    \"acquisition_date\": \"2020-04-20 22:37:52\",\n                    \"ancestor_id\": \"12463341\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67490580\",\n                    \"c2\": \"RCEthanLongWarmBMJaredSolomon\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"hanover\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Joy e\",\n                    \"billing_last_name\": \"Chesney\",\n                    \"billing_postcode\": \"17331\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"10 Meadow Lane\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0723\",\n                    \"cc_first_6\": \"411079\",\n                    \"cc_last_4\": \"4098\",\n                    \"cc_number\": \"4098\",\n                    \"credit_card_number\": \"411079******4098\",\n                    \"cc_orig_first_6\": \"411079\",\n                    \"cc_orig_last_4\": \"4098\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1673013\",\n                    \"customers_telephone\": \"7174767725\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"joyches64@gmail.com\",\n                    \"first_name\": \"Joy e\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.58.204.88\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Chesney\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18440573\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"hanover\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Joy e\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Chesney\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"17331\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"10 Meadow Lane\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 03:25:46\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"43e6f252c3924c2f6ad092f22f427d23\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:25 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537848\",\n                    \"acquisition_date\": \"2020-04-24 16:47:02\",\n                    \"ancestor_id\": \"12492153\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67689968\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"morgan\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Earl\",\n                    \"billing_last_name\": \"Cragun\",\n                    \"billing_postcode\": \"84050\",\n                    \"billing_state\": \"UT\",\n                    \"billing_state_id\": \"UT\",\n                    \"billing_street_address\": \"5730 Monte Verde Dr.\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0423\",\n                    \"cc_first_6\": \"475824\",\n                    \"cc_last_4\": \"8512\",\n                    \"cc_number\": \"8512\",\n                    \"credit_card_number\": \"475824******8512\",\n                    \"cc_orig_first_6\": \"475824\",\n                    \"cc_orig_last_4\": \"8512\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20602105\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1676814\",\n                    \"customers_telephone\": \"8018883063\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"bcwashman.77@gmail.com\",\n                    \"first_name\": \"Earl\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.23.28.246\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cragun\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18444206\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"morgan\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Earl\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cragun\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"84050\",\n                    \"shipping_state\": \"UT\",\n                    \"shipping_state_id\": \"UT\",\n                    \"shipping_street_address\": \"5730 Monte Verde Dr.\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:25:55\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"255e01c474e6614958c893fbaadce2a3\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:25 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:25 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537895\",\n                    \"acquisition_date\": \"2020-05-16 17:00:25\",\n                    \"ancestor_id\": \"12832299\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"69268321\",\n                    \"c2\": \"3689-5642\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Plymouth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Kaylee\",\n                    \"billing_last_name\": \"Gibbs\",\n                    \"billing_postcode\": \"02360\",\n                    \"billing_state\": \"MA\",\n                    \"billing_state_id\": \"MA\",\n                    \"billing_street_address\": \"26 James Circle\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"551404\",\n                    \"cc_last_4\": \"4509\",\n                    \"cc_number\": \"4509\",\n                    \"credit_card_number\": \"551404******4509\",\n                    \"cc_orig_first_6\": \"551404\",\n                    \"cc_orig_last_4\": \"4509\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1754405\",\n                    \"customers_telephone\": \"6179221828\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"krgibb22@g.holycross.edu\",\n                    \"first_name\": \"Kaylee\",\n                    \"gateway_id\": \"1587\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.63.124.82\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Gibbs\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18481955\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Plymouth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kaylee\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Gibbs\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"02360\",\n                    \"shipping_state\": \"MA\",\n                    \"shipping_state_id\": \"MA\",\n                    \"shipping_street_address\": \"26 James Circle\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 03:26:36\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"50d4610c969a77383bdcb5e5372a9f95\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1587) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537898\",\n                    \"acquisition_date\": \"2020-05-12 21:45:46\",\n                    \"ancestor_id\": \"12741889\",\n                    \"affiliate\": \"22\",\n                    \"afid\": \"22\",\n                    \"sid\": \"73\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"54ce6abc-a88a-46fe-89f6-6a8b81aa7d55\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"204\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"elkins\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Gene\",\n                    \"billing_last_name\": \"Ochsendorf\",\n                    \"billing_postcode\": \"26241\",\n                    \"billing_state\": \"WV\",\n                    \"billing_state_id\": \"WV\",\n                    \"billing_street_address\": \"614 Yokum St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0924\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"6156\",\n                    \"cc_number\": \"6156\",\n                    \"credit_card_number\": \"542418******6156\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"6156\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1730270\",\n                    \"customers_telephone\": \"6143158724\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"geneochsendorf@yahoo.com\",\n                    \"first_name\": \"Gene\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"50.25.6.194\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Ochsendorf\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18484444\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"elkins\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Gene\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Ochsendorf\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"26241\",\n                    \"shipping_state\": \"WV\",\n                    \"shipping_state_id\": \"WV\",\n                    \"shipping_street_address\": \"614 Yokum St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"73\",\n                    \"time_stamp\": \"2021-08-01 03:26:39\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"67db86afca2370479576de5e93665116\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20537902\",\n                    \"acquisition_date\": \"2020-05-12 08:50:19\",\n                    \"ancestor_id\": \"12728659\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"68914723\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"brooklyn\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Nelson\",\n                    \"billing_last_name\": \"Carrillo\",\n                    \"billing_postcode\": \"11214\",\n                    \"billing_state\": \"NY\",\n                    \"billing_state_id\": \"NY\",\n                    \"billing_street_address\": \"1676 82nd Street\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0222\",\n                    \"cc_first_6\": \"400344\",\n                    \"cc_last_4\": \"0676\",\n                    \"cc_number\": \"0676\",\n                    \"credit_card_number\": \"400344******0676\",\n                    \"cc_orig_first_6\": \"400344\",\n                    \"cc_orig_last_4\": \"0676\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1726082\",\n                    \"customers_telephone\": \"3476281117\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"carrillo11206@gmail.com\",\n                    \"first_name\": \"Nelson\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"69.114.112.86\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Carrillo\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"18485735\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"brooklyn\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Nelson\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Carrillo\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"11214\",\n                    \"shipping_state\": \"NY\",\n                    \"shipping_state_id\": \"NY\",\n                    \"shipping_street_address\": \"1676 82nd Street\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:26:42\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"8179405350d3f5619292031aecc7ef14\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:26 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:26 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20538137\",\n                    \"acquisition_date\": \"2020-05-13 17:54:13\",\n                    \"ancestor_id\": \"12756683\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69033678\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Waddy\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Chris\",\n                    \"billing_last_name\": \"Fry\",\n                    \"billing_postcode\": \"40076\",\n                    \"billing_state\": \"KY\",\n                    \"billing_state_id\": \"KY\",\n                    \"billing_street_address\": \"588 McCormack Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1023\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"8231\",\n                    \"cc_number\": \"8231\",\n                    \"credit_card_number\": \"542418******8231\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"8231\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1734766\",\n                    \"customers_telephone\": \"7657446888\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Chris@Playpros.com\",\n                    \"first_name\": \"Chris\",\n                    \"gateway_id\": \"1586\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.236.202\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Fry\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"18678320\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Waddy\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Chris\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Fry\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"40076\",\n                    \"shipping_state\": \"KY\",\n                    \"shipping_state_id\": \"KY\",\n                    \"shipping_street_address\": \"588 McCormack Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 03:29:57\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"1fa18126f6280bce1d8143f125f0ef91\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 03:29 AM - LL Admin - This order was billed against gateway (1586) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 03:29 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 03:30 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20542432\",\n                    \"acquisition_date\": \"2020-05-13 09:39:38\",\n                    \"ancestor_id\": \"12744870\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69002307\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"fort pierce\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"George\",\n                    \"billing_last_name\": \"Wainwright\",\n                    \"billing_postcode\": \"34982\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"4021 Gator Trace Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"546633\",\n                    \"cc_last_4\": \"7619\",\n                    \"cc_number\": \"7619\",\n                    \"credit_card_number\": \"546633******7619\",\n                    \"cc_orig_first_6\": \"546633\",\n                    \"cc_orig_last_4\": \"7619\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20603626\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1731250\",\n                    \"customers_telephone\": \"7722005136\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"gwain31@yahoo.com\",\n                    \"first_name\": \"George\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.204.207.54\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Wainwright\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19831510\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"fort pierce\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"George\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Wainwright\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"34982\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"4021 Gator Trace Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 04:33:10\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"16dd617a81b19dac83bdecc14898a377\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:33 AM - sticky.io API - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:33 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:33 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20542919\",\n                    \"acquisition_date\": \"2021-03-20 07:50:44\",\n                    \"ancestor_id\": \"19361497\",\n                    \"affiliate\": \"\",\n                    \"afid\": \"\",\n                    \"sid\": \"\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Monmouth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Leiane\",\n                    \"billing_last_name\": \"Bertelsen\",\n                    \"billing_postcode\": \"61462\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"904 west girard\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"2146\",\n                    \"cc_expires\": \"0422\",\n                    \"cc_first_6\": \"435695\",\n                    \"cc_last_4\": \"2018\",\n                    \"cc_number\": \"2018\",\n                    \"credit_card_number\": \"435695******2018\",\n                    \"cc_orig_first_6\": \"435695\",\n                    \"cc_orig_last_4\": \"2018\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20603953\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"2418276\",\n                    \"customers_telephone\": \"3092361474\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Leianeb@yahoo.com\",\n                    \"first_name\": \"Leiane\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.31.62.100\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bertelsen\",\n                    \"main_product_id\": \"3100\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"3.95\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"81.91\",\n                    \"parent_id\": \"19898647\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Monmouth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Leiane\",\n                    \"shipping_id\": \"134\",\n                    \"shipping_last_name\": \"Bertelsen\",\n                    \"shipping_method_name\": \"VIP Expedited Shipping & Handling\",\n                    \"shipping_postcode\": \"61462\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"904 west girard\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"\",\n                    \"time_stamp\": \"2021-08-01 04:38:22\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"3103\",\n                    \"upsell_product_quantity\": \"1\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"3100\",\n                            \"sku\": \"Bundle-KG1\",\n                            \"price\": \"69.99\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"b69deb819fae24504079a6a4d605f004\",\n                            \"next_subscription_product\": \"Ketogenix\",\n                            \"next_subscription_product_id\": \"3100\",\n                            \"next_subscription_product_price\": \"69.99\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"27\",\n                                \"name\": \"Buyketogenix.com  Bundles\"\n                            }\n                        },\n                        {\n                            \"product_id\": \"3103\",\n                            \"sku\": \"eDigital\",\n                            \"price\": \"7.97\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix VIP Membership\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"90e005162e18cb493dc70d01f98876c4\",\n                            \"next_subscription_product\": \"Ketogenix VIP Membership\",\n                            \"next_subscription_product_id\": \"3103\",\n                            \"next_subscription_product_price\": \"7.97\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"0\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"26\",\n                                \"name\": \"Ketogenix VIP Discount Membership\"\n                            }\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:38 AM - sticky.io - Product <a href=products/products.php?product_id=3100>3100</a> was purchased using offer <a href=billing_models/template.php?id=27>27</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3100>3100</a> on 8/31/2021.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Product <a href=products/products.php?product_id=3103>3103</a> was purchased using offer <a href=billing_models/template.php?id=26>26</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3103>3103</a> on 8/31/2021.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:38 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"81.91\",\n                        \"subtotal\": \"8.97\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"0\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20543736\",\n                    \"acquisition_date\": \"2020-04-20 11:14:11\",\n                    \"ancestor_id\": \"12456101\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67456533\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Kankakee\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Kari\",\n                    \"billing_last_name\": \"Foster\",\n                    \"billing_postcode\": \"60901\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"Leave on front porch under table\",\n                    \"billing_street_address2\": \"646 S. Small Avenue\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1122\",\n                    \"cc_first_6\": \"474665\",\n                    \"cc_last_4\": \"4202\",\n                    \"cc_number\": \"4202\",\n                    \"credit_card_number\": \"474665******4202\",\n                    \"cc_orig_first_6\": \"474665\",\n                    \"cc_orig_last_4\": \"4202\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20604590\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1672053\",\n                    \"customers_telephone\": \"8159224713\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"karifostermom7@yahoo.com\",\n                    \"first_name\": \"Kari\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"98.226.195.66\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Foster\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19933038\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Kankakee\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Kari\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Foster\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"60901\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"Leave on front porch under table\",\n                    \"shipping_street_address2\": \"646 S. Small Avenue\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 04:47:02\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"0d43d1247fc44c4f5821da6b2334b4b2\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:47 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20543745\",\n                    \"acquisition_date\": \"2019-09-15 09:50:13\",\n                    \"ancestor_id\": \"11583830\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"6726\",\n                    \"affid\": \"\",\n                    \"c1\": \"10002\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"oviedo\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"16\",\n                    \"billing_first_name\": \"Barbara\",\n                    \"billing_last_name\": \"Knerr\",\n                    \"billing_postcode\": \"32765\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"346 Hartlepool Ct\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1554\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"511786\",\n                    \"cc_last_4\": \"6683\",\n                    \"cc_number\": \"6683\",\n                    \"credit_card_number\": \"511786******6683\",\n                    \"cc_orig_first_6\": \"511786\",\n                    \"cc_orig_last_4\": \"6683\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20650337\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1523127\",\n                    \"customers_telephone\": \"4079235000\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"blkoviedo@gmail.com\",\n                    \"first_name\": \"Barbara\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"68.205.108.125\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Knerr\",\n                    \"main_product_id\": \"2473\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"19933128\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"oviedo\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Barbara\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Knerr\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"32765\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"346 Hartlepool Ct\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"6726\",\n                    \"time_stamp\": \"2021-08-01 04:47:08\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2473\",\n                            \"sku\": \"KB.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"[LS] - KetoBoost Replenishment (30-Day Supply)\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"564b994ca4e518e276825e0338f47995\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 04:47 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 04:47 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20545526\",\n                    \"acquisition_date\": \"2020-04-29 18:06:05\",\n                    \"ancestor_id\": \"12525040\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67924406\",\n                    \"c2\": \"RCEthanLongWarmBMJaredSolomon\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"fort worth\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Donns\",\n                    \"billing_last_name\": \"Kearns\",\n                    \"billing_postcode\": \"76148\",\n                    \"billing_state\": \"TX\",\n                    \"billing_state_id\": \"TX\",\n                    \"billing_street_address\": \"6308 Kary Lynn Dr S\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1123\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"7816\",\n                    \"cc_number\": \"7816\",\n                    \"credit_card_number\": \"412061******7816\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"7816\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20605750\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1680702\",\n                    \"customers_telephone\": \"6822035050\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"dl_kearns@att.net\",\n                    \"first_name\": \"Donns\",\n                    \"gateway_id\": \"1706\",\n                    \"gateway_descriptor\": \"KETOWELLSHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"47.38.138.217\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Kearns\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"19967120\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"fort worth\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Donns\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Kearns\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"76148\",\n                    \"shipping_state\": \"TX\",\n                    \"shipping_state_id\": \"TX\",\n                    \"shipping_street_address\": \"6308 Kary Lynn Dr S\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 05:09:58\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ee2be52c3dde7b533f41293b9352682e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:09 AM - sticky.io - This order was billed against gateway (1706) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:09 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:10 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20547626\",\n                    \"acquisition_date\": \"2021-02-26 09:25:00\",\n                    \"ancestor_id\": \"19251323\",\n                    \"affiliate\": \"\",\n                    \"afid\": \"\",\n                    \"sid\": \"\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Coopersburg\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"4\",\n                    \"billing_first_name\": \"Lisa\",\n                    \"billing_last_name\": \"Nirady\",\n                    \"billing_postcode\": \"18036\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"6095 Whitetail Dr.\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"2146\",\n                    \"cc_expires\": \"0124\",\n                    \"cc_first_6\": \"552433\",\n                    \"cc_last_4\": \"8037\",\n                    \"cc_number\": \"8037\",\n                    \"credit_card_number\": \"552433******8037\",\n                    \"cc_orig_first_6\": \"552433\",\n                    \"cc_orig_last_4\": \"8037\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20606643\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"2390221\",\n                    \"customers_telephone\": \"5082748615\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Nirady@aol.com\",\n                    \"first_name\": \"Lisa\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"172.31.3.3\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Nirady\",\n                    \"main_product_id\": \"3100\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"3.95\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"81.91\",\n                    \"parent_id\": \"20021760\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Coopersburg\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Lisa\",\n                    \"shipping_id\": \"134\",\n                    \"shipping_last_name\": \"Nirady\",\n                    \"shipping_method_name\": \"VIP Expedited Shipping & Handling\",\n                    \"shipping_postcode\": \"18036\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"6095 Whitetail Dr.\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"\",\n                    \"time_stamp\": \"2021-08-01 05:34:05\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"3103\",\n                    \"upsell_product_quantity\": \"1\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"3100\",\n                            \"sku\": \"Bundle-KG1\",\n                            \"price\": \"69.99\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"3030a399a7b71fede832d88225086b6b\",\n                            \"next_subscription_product\": \"Ketogenix\",\n                            \"next_subscription_product_id\": \"3100\",\n                            \"next_subscription_product_price\": \"69.99\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"27\",\n                                \"name\": \"Buyketogenix.com  Bundles\"\n                            }\n                        },\n                        {\n                            \"product_id\": \"3103\",\n                            \"sku\": \"eDigital\",\n                            \"price\": \"7.97\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"Ketogenix VIP Membership\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"136a30ad9878c8177ffabfa534869d2f\",\n                            \"next_subscription_product\": \"Ketogenix VIP Membership\",\n                            \"next_subscription_product_id\": \"3103\",\n                            \"next_subscription_product_price\": \"7.97\",\n                            \"next_subscription_qty\": \"1\",\n                            \"billing_model_discount\": \"0.00\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"0\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"0\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"billing_model\": {\n                                \"id\": \"12\",\n                                \"name\": \"Bill by Cycle 30 days\",\n                                \"description\": \"Bills every 30 days\"\n                            },\n                            \"offer\": {\n                                \"id\": \"26\",\n                                \"name\": \"Ketogenix VIP Discount Membership\"\n                            }\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:34 AM - sticky.io - Product <a href=products/products.php?product_id=3100>3100</a> was purchased using offer <a href=billing_models/template.php?id=27>27</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3100>3100</a> on 8/31/2021.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Product <a href=products/products.php?product_id=3103>3103</a> was purchased using offer <a href=billing_models/template.php?id=26>26</a>, bill by cycle. It will recur to product <a href=products/products.php?product_id=3103>3103</a> on 8/31/2021.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"81.91\",\n                        \"subtotal\": \"8.97\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"0\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20547646\",\n                    \"acquisition_date\": \"2020-05-07 10:42:53\",\n                    \"ancestor_id\": \"12644759\",\n                    \"affiliate\": \"22\",\n                    \"afid\": \"22\",\n                    \"sid\": \"73\",\n                    \"affid\": \"\",\n                    \"c1\": \"\",\n                    \"c2\": \"54ce6abc-a88a-46fe-89f6-6a8b81aa7d55\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"204\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"blairsville\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Beth\",\n                    \"billing_last_name\": \"Lear\",\n                    \"billing_postcode\": \"15717\",\n                    \"billing_state\": \"PA\",\n                    \"billing_state_id\": \"PA\",\n                    \"billing_street_address\": \"614 S Walnut St\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0624\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"7332\",\n                    \"cc_number\": \"7332\",\n                    \"credit_card_number\": \"412061******7332\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"7332\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20606658\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1706683\",\n                    \"customers_telephone\": \"7245492082\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"bethalear@gmail.com\",\n                    \"first_name\": \"Beth\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"71.60.145.239\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Lear\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20022127\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"blairsville\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Beth\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Lear\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"15717\",\n                    \"shipping_state\": \"PA\",\n                    \"shipping_state_id\": \"PA\",\n                    \"shipping_street_address\": \"614 S Walnut St\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"73\",\n                    \"time_stamp\": \"2021-08-01 05:34:19\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"70901e8900280053d3ee25200758c8c6\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 05:34 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 05:34 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20550446\",\n                    \"acquisition_date\": \"2020-05-01 00:40:25\",\n                    \"ancestor_id\": \"12536196\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67988329\",\n                    \"c2\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Townsend\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Peggy\",\n                    \"billing_last_name\": \"Cochran\",\n                    \"billing_postcode\": \"37882\",\n                    \"billing_state\": \"TN\",\n                    \"billing_state_id\": \"TN\",\n                    \"billing_street_address\": \"1070 Dry Valley rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1223\",\n                    \"cc_first_6\": \"510617\",\n                    \"cc_last_4\": \"5331\",\n                    \"cc_number\": \"5331\",\n                    \"credit_card_number\": \"510617******5331\",\n                    \"cc_orig_first_6\": \"510617\",\n                    \"cc_orig_last_4\": \"5331\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607663\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1682035\",\n                    \"customers_telephone\": \"3092652177\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"peggy53cochran@gmail.com\",\n                    \"first_name\": \"Peggy\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.121.138.10\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Cochran\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20056872\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Townsend\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Peggy\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Cochran\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"37882\",\n                    \"shipping_state\": \"TN\",\n                    \"shipping_state_id\": \"TN\",\n                    \"shipping_street_address\": \"1070 Dry Valley rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:08:17\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ce3c28d82b3f35dbadfcd6767d5b9bf6\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:08 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20550478\",\n                    \"acquisition_date\": \"2020-05-29 20:30:05\",\n                    \"ancestor_id\": \"13165781\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9290\",\n                    \"affid\": \"\",\n                    \"c1\": \"70535546\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"wallowa\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Alexandria\",\n                    \"billing_last_name\": \"Tippett\",\n                    \"billing_postcode\": \"97885\",\n                    \"billing_state\": \"OR\",\n                    \"billing_state_id\": \"OR\",\n                    \"billing_street_address\": \"80907 leap lane\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0623\",\n                    \"cc_first_6\": \"550968\",\n                    \"cc_last_4\": \"1715\",\n                    \"cc_number\": \"1715\",\n                    \"credit_card_number\": \"550968******1715\",\n                    \"cc_orig_first_6\": \"550968\",\n                    \"cc_orig_last_4\": \"1715\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607683\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1843316\",\n                    \"customers_telephone\": \"5413980537\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"alexandria.shae@icloud.com\",\n                    \"first_name\": \"Alexandria\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"162.72.162.128\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Tippett\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20056926\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"wallowa\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Alexandria\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Tippett\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"97885\",\n                    \"shipping_state\": \"OR\",\n                    \"shipping_state_id\": \"OR\",\n                    \"shipping_street_address\": \"80907 leap lane\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9290\",\n                    \"time_stamp\": \"2021-08-01 06:08:39\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"accc78f9525571c4570c77ae9f239180\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:08 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:08 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20551013\",\n                    \"acquisition_date\": \"2020-04-23 14:27:50\",\n                    \"ancestor_id\": \"12483305\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67634848\",\n                    \"c2\": \"MM$40_Nov_2019BMRichardRosadoAccounts-810V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"dixon\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"7\",\n                    \"billing_first_name\": \"Lorrie\",\n                    \"billing_last_name\": \"Werner\",\n                    \"billing_postcode\": \"61021\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"6928 S Anterier Rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"601100\",\n                    \"cc_last_4\": \"7697\",\n                    \"cc_number\": \"7697\",\n                    \"credit_card_number\": \"601100******7697\",\n                    \"cc_orig_first_6\": \"601100\",\n                    \"cc_orig_last_4\": \"7697\",\n                    \"cc_type\": \"discover\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20607952\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1675942\",\n                    \"customers_telephone\": \"8159948802\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"lorriewerner@yahoo.com\",\n                    \"first_name\": \"Lorrie\",\n                    \"gateway_id\": \"1696\",\n                    \"gateway_descriptor\": \"KETOVIRTUE\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.192.74.196\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Werner\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20058300\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"dixon\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Lorrie\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Werner\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"61021\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"6928 S Anterier Rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:14:59\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"81b1b0c41cda926897487f4a76209612\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:14 AM - sticky.io - This order was billed against gateway (1696) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:15 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 06:15 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20554322\",\n                    \"acquisition_date\": \"2020-04-16 12:22:02\",\n                    \"ancestor_id\": \"12412987\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"RCBM$35_Oct_2019LindaEvangelistaAccounts-758SCapV\",\n                    \"c2\": \"67162012\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"mount morris\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"3\",\n                    \"billing_first_name\": \"Debra\",\n                    \"billing_last_name\": \"Sutton\",\n                    \"billing_postcode\": \"48458\",\n                    \"billing_state\": \"MI\",\n                    \"billing_state_id\": \"MI\",\n                    \"billing_street_address\": \"8295n.clio.rd\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0622\",\n                    \"cc_first_6\": \"400177\",\n                    \"cc_last_4\": \"6466\",\n                    \"cc_number\": \"6466\",\n                    \"credit_card_number\": \"400177******6466\",\n                    \"cc_orig_first_6\": \"400177\",\n                    \"cc_orig_last_4\": \"6466\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1664980\",\n                    \"customers_telephone\": \"8104107565\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Authentication Failed\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"Dsutton387@gmail.com\",\n                    \"first_name\": \"Debra\",\n                    \"gateway_id\": \"1588\",\n                    \"gateway_descriptor\": \"KETOGENIX\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"162.200.43.77\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Sutton\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"13013551\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"mount morris\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Debra\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Sutton\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"48458\",\n                    \"shipping_state\": \"MI\",\n                    \"shipping_state_id\": \"MI\",\n                    \"shipping_street_address\": \"8295n.clio.rd\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 06:53:10\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"1e055dda0eb1ca88ee045b3c4e5df55e\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 06:53 AM - LL Admin - This order was billed against gateway (1588) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 06:53 AM - sticky.io - Declined by Payment Gateway (Authentication Failed)\",\n                        \"August 01, 2021 06:53 AM - sticky.io - Using decline manager profile PREPAID (53)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20557072\",\n                    \"acquisition_date\": \"2020-05-13 20:19:17\",\n                    \"ancestor_id\": \"12758680\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"69042006\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Boynton Beach\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"A.J.\",\n                    \"billing_last_name\": \"Bernstein\",\n                    \"billing_postcode\": \"33472\",\n                    \"billing_state\": \"FL\",\n                    \"billing_state_id\": \"FL\",\n                    \"billing_street_address\": \"6773 SOUTHPORT DR.e\",\n                    \"billing_street_address2\": \"BOYNTON BEACH\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0224\",\n                    \"cc_first_6\": \"512107\",\n                    \"cc_last_4\": \"6993\",\n                    \"cc_number\": \"6993\",\n                    \"credit_card_number\": \"512107******6993\",\n                    \"cc_orig_first_6\": \"512107\",\n                    \"cc_orig_last_4\": \"6993\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20608961\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1735553\",\n                    \"customers_telephone\": \"5612519204\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ajb17775@aol.com\",\n                    \"first_name\": \"A.J.\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"73.49.49.46\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bernstein\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20142052\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Boynton Beach\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"A.J.\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Bernstein\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"33472\",\n                    \"shipping_state\": \"FL\",\n                    \"shipping_state_id\": \"FL\",\n                    \"shipping_street_address\": \"6773 SOUTHPORT DR.e\",\n                    \"shipping_street_address2\": \"BOYNTON BEACH\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 07:24:47\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"21603d47f66e5bc3f960b8bb7f568ba5\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 07:24 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 07:24 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 07:24 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20557108\",\n                    \"acquisition_date\": \"2020-04-27 13:40:03\",\n                    \"ancestor_id\": \"12509348\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67822104\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"Bozeman\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Daryl\",\n                    \"billing_last_name\": \"Schliem\",\n                    \"billing_postcode\": \"59714\",\n                    \"billing_state\": \"MT\",\n                    \"billing_state_id\": \"MT\",\n                    \"billing_street_address\": \"466 Buckskin Road\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0723\",\n                    \"cc_first_6\": \"512106\",\n                    \"cc_last_4\": \"2710\",\n                    \"cc_number\": \"2710\",\n                    \"credit_card_number\": \"512106******2710\",\n                    \"cc_orig_first_6\": \"512106\",\n                    \"cc_orig_last_4\": \"2710\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20608981\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1678660\",\n                    \"customers_telephone\": \"4065951448\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"dschliem@bozemanchamber.com\",\n                    \"first_name\": \"Daryl\",\n                    \"gateway_id\": \"1707\",\n                    \"gateway_descriptor\": \"TRUE BALANCE KETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"184.166.105.198\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Schliem\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20142087\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"bozeman\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Daryl\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Schliem\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"59715\",\n                    \"shipping_state\": \"MT\",\n                    \"shipping_state_id\": \"MT\",\n                    \"shipping_street_address\": \"2000 Commerce Way\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 07:25:08\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"5885fa528bfa4cc8164371bb378b83ea\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 07:25 AM - sticky.io - This order was billed against gateway (1707) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 07:25 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 07:25 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20561652\",\n                    \"acquisition_date\": \"2020-04-16 05:24:04\",\n                    \"ancestor_id\": \"12409126\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"NLBM$35_Oct_2019EdelmiraRiveraAccounts-761V_1to5\",\n                    \"c2\": \"67186211\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"detroit\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"R uth\",\n                    \"billing_last_name\": \"Pendleton\",\n                    \"billing_postcode\": \"48235\",\n                    \"billing_state\": \"MI\",\n                    \"billing_state_id\": \"MI\",\n                    \"billing_street_address\": \"18680 Appoline\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0924\",\n                    \"cc_first_6\": \"549170\",\n                    \"cc_last_4\": \"9660\",\n                    \"cc_number\": \"9660\",\n                    \"credit_card_number\": \"549170******9660\",\n                    \"cc_orig_first_6\": \"549170\",\n                    \"cc_orig_last_4\": \"9660\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20610860\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665005\",\n                    \"customers_telephone\": \"2489865594\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ruthcogic11@gmail.com\",\n                    \"first_name\": \"R uth\",\n                    \"gateway_id\": \"1696\",\n                    \"gateway_descriptor\": \"KETOVIRTUE\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"99.203.1.193\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Pendleton\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20166700\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"detroit\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"R uth\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Pendleton\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"48235\",\n                    \"shipping_state\": \"MI\",\n                    \"shipping_state_id\": \"MI\",\n                    \"shipping_street_address\": \"18680 Appoline\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 08:16:35\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"52e727ef79c4094e9c2184f588f856ad\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 08:16 AM - sticky.io - This order was billed against gateway (1696) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 08:16 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 08:16 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20562483\",\n                    \"acquisition_date\": \"2020-04-24 11:54:22\",\n                    \"ancestor_id\": \"12486925\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67679804\",\n                    \"c2\": \"ASOct_2019BMTroyReynaAccounts-736V_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"dayton\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Mary\",\n                    \"billing_last_name\": \"Hoskins\",\n                    \"billing_postcode\": \"45415\",\n                    \"billing_state\": \"OH\",\n                    \"billing_state_id\": \"OH\",\n                    \"billing_street_address\": \"673 Frefericksburg Dr\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1123\",\n                    \"cc_first_6\": \"412061\",\n                    \"cc_last_4\": \"9096\",\n                    \"cc_number\": \"9096\",\n                    \"credit_card_number\": \"412061******9096\",\n                    \"cc_orig_first_6\": \"412061\",\n                    \"cc_orig_last_4\": \"9096\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20611097\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1676665\",\n                    \"customers_telephone\": \"9377890592\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"maryj461@yahoo.com\",\n                    \"first_name\": \"Mary\",\n                    \"gateway_id\": \"1708\",\n                    \"gateway_descriptor\": \"KETOCLUB\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"71.146.170.156\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Hoskins\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20187646\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Dayton\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Mary\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Hoskins\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"45415-2650\",\n                    \"shipping_state\": \"OH\",\n                    \"shipping_state_id\": \"OH\",\n                    \"shipping_street_address\": \"673 Fredericksburg Dr\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 08:26:09\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ef59869c66c6d91f6c758237251c0612\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 08:26 AM - sticky.io - This order was billed against gateway (1708) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 08:26 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 08:26 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20566077\",\n                    \"acquisition_date\": \"2020-04-18 13:58:49\",\n                    \"ancestor_id\": \"12440055\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67337402\",\n                    \"c2\": \"SGTumblr-EthanB4louis_roach98@yahoo.comBM_V\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"macon\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"Thelmas\",\n                    \"billing_last_name\": \"Bell\",\n                    \"billing_postcode\": \"31217\",\n                    \"billing_state\": \"GA\",\n                    \"billing_state_id\": \"GA\",\n                    \"billing_street_address\": \"2765 Lakeshore ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0523\",\n                    \"cc_first_6\": \"527519\",\n                    \"cc_last_4\": \"4129\",\n                    \"cc_number\": \"4129\",\n                    \"credit_card_number\": \"527519******4129\",\n                    \"cc_orig_first_6\": \"527519\",\n                    \"cc_orig_last_4\": \"4129\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20611611\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1669858\",\n                    \"customers_telephone\": \"4787422477\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"hips2765@gmail.com\",\n                    \"first_name\": \"Thelmas\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.252.198.202\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Bell\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20282653\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"macon\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Thelmas\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Bell\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"31217\",\n                    \"shipping_state\": \"GA\",\n                    \"shipping_state_id\": \"GA\",\n                    \"shipping_street_address\": \"2765 Lakeshore ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 09:14:51\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7daa9ed6e83838d05cc723e25bd6ec89\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:14 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:14 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 09:15 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20568552\",\n                    \"acquisition_date\": \"2020-04-16 06:39:48\",\n                    \"ancestor_id\": \"12409308\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"RCTumblr-NB-BM-TammyKuhnAccounts-557BM_V\",\n                    \"c2\": \"67188287\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"san clemente\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"Antonietta\",\n                    \"billing_last_name\": \"Robinson\",\n                    \"billing_postcode\": \"92673\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"26 cantilena  san clemente\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1125\",\n                    \"cc_first_6\": \"490071\",\n                    \"cc_last_4\": \"8063\",\n                    \"cc_number\": \"8063\",\n                    \"credit_card_number\": \"490071******8063\",\n                    \"cc_orig_first_6\": \"490071\",\n                    \"cc_orig_last_4\": \"8063\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20612507\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665049\",\n                    \"customers_telephone\": \"9492328051\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"tonirwinner@gmail.com\",\n                    \"first_name\": \"Antonietta\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"174.67.225.9\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Robinson\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20286581\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"SAN CLEMENTE\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Antonietta\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Robinson\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"92673\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"26 CANTILENA\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 09:45:36\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7028114b9fbfabca894a5bb5d246104b\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:45 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:45 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 09:45 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570066\",\n                    \"acquisition_date\": \"2020-05-13 19:07:40\",\n                    \"ancestor_id\": \"12757726\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"68529215\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"oak lawn\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"10\",\n                    \"billing_first_name\": \"Ninon\",\n                    \"billing_last_name\": \"Gallagher\",\n                    \"billing_postcode\": \"60453\",\n                    \"billing_state\": \"IL\",\n                    \"billing_state_id\": \"IL\",\n                    \"billing_street_address\": \"9745 S. Karlov #210\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"1022\",\n                    \"cc_first_6\": \"460722\",\n                    \"cc_last_4\": \"3527\",\n                    \"cc_number\": \"3527\",\n                    \"credit_card_number\": \"460722******3527\",\n                    \"cc_orig_first_6\": \"460722\",\n                    \"cc_orig_last_4\": \"3527\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613122\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1735188\",\n                    \"customers_telephone\": \"7082372330\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"ninongallagher6@gmail.com\",\n                    \"first_name\": \"Ninon\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"76.236.114.14\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Gallagher\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20289374\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"oak lawn\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Ninon\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Gallagher\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"60453\",\n                    \"shipping_state\": \"IL\",\n                    \"shipping_state_id\": \"IL\",\n                    \"shipping_street_address\": \"9745 S. Karlov #210\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 09:59:57\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"b8e4c946d3fea7e2992bad130d21ed99\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 09:59 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 09:59 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570130\",\n                    \"acquisition_date\": \"2020-04-30 14:48:04\",\n                    \"ancestor_id\": \"12531462\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"9738\",\n                    \"affid\": \"\",\n                    \"c1\": \"67967125\",\n                    \"c2\": \"\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"orange\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"tong\",\n                    \"billing_last_name\": \"dent\",\n                    \"billing_postcode\": \"07050\",\n                    \"billing_state\": \"NJ\",\n                    \"billing_state_id\": \"NJ\",\n                    \"billing_street_address\": \"221 central ave\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0223\",\n                    \"cc_first_6\": \"546645\",\n                    \"cc_last_4\": \"9163\",\n                    \"cc_number\": \"9163\",\n                    \"credit_card_number\": \"546645******9163\",\n                    \"cc_orig_first_6\": \"546645\",\n                    \"cc_orig_last_4\": \"9163\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613152\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1681566\",\n                    \"customers_telephone\": \"9733954220\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"tongsukdent0502@gmail.com\",\n                    \"first_name\": \"tong\",\n                    \"gateway_id\": \"1708\",\n                    \"gateway_descriptor\": \"KETOCLUB\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"96.240.27.162\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"dent\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20289452\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"orange\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"tong\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"dent\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"07050\",\n                    \"shipping_state\": \"NJ\",\n                    \"shipping_state_id\": \"NJ\",\n                    \"shipping_street_address\": \"221 central ave\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"9738\",\n                    \"time_stamp\": \"2021-08-01 10:00:48\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"738c3e1113936e3f75726f4a00025e27\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:00 AM - sticky.io - This order was billed against gateway (1708) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:00 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20570812\",\n                    \"acquisition_date\": \"2020-05-02 23:18:14\",\n                    \"ancestor_id\": \"12567565\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"67584669\",\n                    \"c2\": \"ASEthan_Feb_20jannetquesenberry@yahoo.comV_1to5\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"bullhead city\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"5\",\n                    \"billing_first_name\": \"Desiree\",\n                    \"billing_last_name\": \"Washington\",\n                    \"billing_postcode\": \"86429\",\n                    \"billing_state\": \"AZ\",\n                    \"billing_state_id\": \"AZ\",\n                    \"billing_street_address\": \"2795 Desert Foothills Blvd\",\n                    \"billing_street_address2\": \"421\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0822\",\n                    \"cc_first_6\": \"517279\",\n                    \"cc_last_4\": \"6126\",\n                    \"cc_number\": \"6126\",\n                    \"credit_card_number\": \"517279******6126\",\n                    \"cc_orig_first_6\": \"517279\",\n                    \"cc_orig_last_4\": \"6126\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20613430\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1685764\",\n                    \"customers_telephone\": \"4107104689\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"reason5352@gmail.com\",\n                    \"first_name\": \"Desiree\",\n                    \"gateway_id\": \"1710\",\n                    \"gateway_descriptor\": \"FITLIFEKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"65.73.92.182\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Washington\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20290703\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"bullhead city\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Desiree\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Washington\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"86429\",\n                    \"shipping_state\": \"AZ\",\n                    \"shipping_state_id\": \"AZ\",\n                    \"shipping_street_address\": \"2795 Desert Foothills Blvd\",\n                    \"shipping_street_address2\": \"421\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 10:10:23\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"fb65cea304947c0599693a60a071d462\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:10 AM - sticky.io - This order was billed against gateway (1710) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:10 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:10 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20572661\",\n                    \"acquisition_date\": \"2020-04-16 08:44:35\",\n                    \"ancestor_id\": \"12410215\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"5707\",\n                    \"affid\": \"\",\n                    \"c1\": \"PA$30_FEB_20walter_powers7@yahoo.comBM_V\",\n                    \"c2\": \"67193946\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"129\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"orange\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"8\",\n                    \"billing_first_name\": \"orange\",\n                    \"billing_last_name\": \"Albert\",\n                    \"billing_postcode\": \"06477\",\n                    \"billing_state\": \"CT\",\n                    \"billing_state_id\": \"CT\",\n                    \"billing_street_address\": \"934 Ox Yoke Road\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"1024\",\n                    \"cc_first_6\": \"542418\",\n                    \"cc_last_4\": \"1616\",\n                    \"cc_number\": \"1616\",\n                    \"credit_card_number\": \"542418******1616\",\n                    \"cc_orig_first_6\": \"542418\",\n                    \"cc_orig_last_4\": \"1616\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20614296\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1665289\",\n                    \"customers_telephone\": \"2036416080\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"judy.albert934@gmail.com\",\n                    \"first_name\": \"orange\",\n                    \"gateway_id\": \"1709\",\n                    \"gateway_descriptor\": \"ALPHAKETO\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"67.84.41.162\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Albert\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20294138\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"orange\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"orange\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Albert\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"06477\",\n                    \"shipping_state\": \"CT\",\n                    \"shipping_state_id\": \"CT\",\n                    \"shipping_street_address\": \"934 Ox Yoke Road\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"5707\",\n                    \"time_stamp\": \"2021-08-01 10:29:02\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"7d3c18c89138e5d33877c18483acd065\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 10:29 AM - sticky.io - This order was billed against gateway (1709) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 10:29 AM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 10:29 AM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20582913\",\n                    \"acquisition_date\": \"2020-04-19 10:40:21\",\n                    \"ancestor_id\": \"12448009\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"67390355\",\n                    \"c2\": \"3689-5857\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"486708\",\n                    \"billing_city\": \"Centerport\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"9\",\n                    \"billing_first_name\": \"William\",\n                    \"billing_last_name\": \"Entwistle\",\n                    \"billing_postcode\": \"11721\",\n                    \"billing_state\": \"NY\",\n                    \"billing_state_id\": \"NY\",\n                    \"billing_street_address\": \"142 Buchanan st\",\n                    \"billing_street_address2\": \"\",\n                    \"campaign_id\": \"1885\",\n                    \"cc_expires\": \"0823\",\n                    \"cc_first_6\": \"559460\",\n                    \"cc_last_4\": \"4861\",\n                    \"cc_number\": \"4861\",\n                    \"credit_card_number\": \"559460******4861\",\n                    \"cc_orig_first_6\": \"559460\",\n                    \"cc_orig_last_4\": \"4861\",\n                    \"cc_type\": \"master\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1671009\",\n                    \"customers_telephone\": \"6317744392\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"networking@optonline.net\",\n                    \"first_name\": \"William\",\n                    \"gateway_id\": \"1603\",\n                    \"gateway_descriptor\": \"My Worldwide Goods\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"24.146.180.19\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"1\",\n                    \"is_any_product_recurring\": \"1\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Entwistle\",\n                    \"main_product_id\": \"2906\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.99\",\n                    \"order_status\": \"8\",\n                    \"order_total\": \"95.90\",\n                    \"parent_id\": \"20357665\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"Centerport\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"08/02/2021\",\n                    \"shipping_first_name\": \"William\",\n                    \"shipping_id\": \"87\",\n                    \"shipping_last_name\": \"Entwistle\",\n                    \"shipping_method_name\": \"Standard @Step 1\",\n                    \"shipping_postcode\": \"11721\",\n                    \"shipping_state\": \"NY\",\n                    \"shipping_state_id\": \"NY\",\n                    \"shipping_street_address\": \"142 Buchanan st\",\n                    \"shipping_street_address2\": \"\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 12:24:31\",\n                    \"tracking_number\": \"9274890267787818094990\",\n                    \"transaction_id\": \"6464025701\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2906\",\n                            \"sku\": \"KF.03\",\n                            \"price\": \"90.91\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"is_recurring\": \"1\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"ab519dab7f225d235e2026838e7c3f0b\",\n                            \"next_subscription_product\": \"KetoFIT- Replenishment (30-Day Supply) - S1\",\n                            \"next_subscription_product_id\": \"2906\",\n                            \"next_subscription_product_price\": \"90.9100\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\",\n                            \"subscription_type\": \"Bill by cycle\",\n                            \"subscription_desc\": \"Bills every 30 days\"\n                        }\n                    ],\n                    \"employeeNotes\": [\n                        \"August 05, 2021 01:16 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-02 20:34:00]: SHIPPING LBL CREATED USPS AWAITS ITEM\",\n                        \"August 06, 2021 01:17 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-04 16:41:00]: Departed shipping partner facility.\",\n                        \"August 08, 2021 01:15 PM - API CarlData1 - Employee note: TRACKING_UPDATE [2021-08-07 04:50:00]: ARRIVE USPS FACILITY\"\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 12:24 PM - sticky.io - This order was billed against gateway (1603) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 12:24 PM - sticky.io - Street Address and 5 Digit Zip Exact Match\",\n                        \"August 01, 2021 12:24 PM - sticky.io - Order was force preserved to gateway (1603) because of an overriding gateway force on the parent order.\",\n                        \"August 01, 2021 01:39 PM - sticky.io - Order sent to fulfillment. Fulfillment #: 391127013.\",\n                        \"August 02, 2021 11:35 AM - sticky.io - Tracking number received from fulfillment\",\n                        \"August 02, 2021 11:35 AM - sticky.io - Shipped\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"95.9\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                },\n                {\n                    \"response_code\": \"100\",\n                    \"order_id\": \"20583963\",\n                    \"acquisition_date\": \"2020-05-31 16:07:29\",\n                    \"ancestor_id\": \"13227207\",\n                    \"affiliate\": \"9\",\n                    \"afid\": \"9\",\n                    \"sid\": \"2185\",\n                    \"affid\": \"\",\n                    \"c1\": \"70754565\",\n                    \"c2\": \"3689-7699\",\n                    \"c3\": \"\",\n                    \"aid\": \"\",\n                    \"opt\": \"201\",\n                    \"amount_refunded_to_date\": \"0.00\",\n                    \"auth_id\": \"0\",\n                    \"billing_city\": \"laguna niguel\",\n                    \"billing_country\": \"US\",\n                    \"billing_cycle\": \"6\",\n                    \"billing_first_name\": \"Everett\",\n                    \"billing_last_name\": \"Brunelle\",\n                    \"billing_postcode\": \"92677\",\n                    \"billing_state\": \"CA\",\n                    \"billing_state_id\": \"CA\",\n                    \"billing_street_address\": \"30252 pacific island dr\",\n                    \"billing_street_address2\": \"194\",\n                    \"campaign_id\": \"1887\",\n                    \"cc_expires\": \"0822\",\n                    \"cc_first_6\": \"414718\",\n                    \"cc_last_4\": \"9435\",\n                    \"cc_number\": \"9435\",\n                    \"credit_card_number\": \"414718******9435\",\n                    \"cc_orig_first_6\": \"414718\",\n                    \"cc_orig_last_4\": \"9435\",\n                    \"cc_type\": \"visa\",\n                    \"chargeback_date\": \"\",\n                    \"check_account_last_4\": \"\",\n                    \"check_routing_last_4\": \"\",\n                    \"check_ssn_last_4\": \"\",\n                    \"check_transitnum\": \"\",\n                    \"child_id\": \"20616353\",\n                    \"click_id\": \"\",\n                    \"created_by_user_name\": \"\",\n                    \"created_by_employee_name\": \"\",\n                    \"coupon_discount_amount\": \"0.00\",\n                    \"coupon_id\": \"\",\n                    \"credit_applied\": \"0.00\",\n                    \"promo_code\": \"\",\n                    \"customer_id\": \"1858198\",\n                    \"customers_telephone\": \"9496328726\",\n                    \"decline_salvage_discount_percent\": \"0\",\n                    \"decline_reason\": \"Invalid merchant ID\",\n                    \"decline_reason_details\": \"\",\n                    \"email_address\": \"valueman760@gmail.com\",\n                    \"first_name\": \"Everett\",\n                    \"gateway_id\": \"1706\",\n                    \"gateway_descriptor\": \"KETOWELLSHOP\",\n                    \"hold_date\": \"\",\n                    \"is_3d_protected\": \"no\",\n                    \"ip_address\": \"107.77.229.101\",\n                    \"is_blacklisted\": \"0\",\n                    \"is_chargeback\": \"0\",\n                    \"is_fraud\": \"0\",\n                    \"is_recurring\": \"0\",\n                    \"is_any_product_recurring\": \"0\",\n                    \"is_refund\": \"no\",\n                    \"is_rma\": \"0\",\n                    \"is_test_cc\": \"0\",\n                    \"is_void\": \"no\",\n                    \"last_name\": \"Brunelle\",\n                    \"main_product_id\": \"2917\",\n                    \"main_product_quantity\": \"1\",\n                    \"next_subscription_product\": \"\",\n                    \"next_subscription_product_id\": \"\",\n                    \"on_hold\": \"0\",\n                    \"on_hold_by\": \"\",\n                    \"order_confirmed\": \"NO_STATUS\",\n                    \"order_confirmed_date\": \"\",\n                    \"order_sales_tax\": \"0.00\",\n                    \"order_sales_tax_amount\": \"0.00\",\n                    \"shipping_amount\": \"4.98\",\n                    \"order_status\": \"7\",\n                    \"order_total\": \"94.96\",\n                    \"parent_id\": \"20359589\",\n                    \"prepaid_match\": \"No\",\n                    \"preserve_gateway\": \"0\",\n                    \"processor_id\": \"\",\n                    \"rebill_discount_percent\": \"0\",\n                    \"current_rebill_discount_percent\": \"0\",\n                    \"recurring_date\": \"2021-08-31\",\n                    \"refund_amount\": \"0.00\",\n                    \"refund_date\": \"\",\n                    \"retry_date\": \"\",\n                    \"rma_number\": \"\",\n                    \"rma_reason\": \"\",\n                    \"return_reason\": \"\",\n                    \"shipping_city\": \"laguna niguel\",\n                    \"shipping_country\": \"US\",\n                    \"shipping_date\": \"Not Shipped\",\n                    \"shipping_first_name\": \"Everett\",\n                    \"shipping_id\": \"90\",\n                    \"shipping_last_name\": \"Brunelle\",\n                    \"shipping_method_name\": \"Standard @Step 2\",\n                    \"shipping_postcode\": \"92677\",\n                    \"shipping_state\": \"CA\",\n                    \"shipping_state_id\": \"CA\",\n                    \"shipping_street_address\": \"30252 pacific island dr\",\n                    \"shipping_street_address2\": \"194\",\n                    \"sub_affiliate\": \"2185\",\n                    \"time_stamp\": \"2021-08-01 12:35:24\",\n                    \"tracking_number\": \"\",\n                    \"transaction_id\": \"0\",\n                    \"upsell_product_id\": \"\",\n                    \"upsell_product_quantity\": \"\",\n                    \"void_amount\": \"0.00\",\n                    \"void_date\": \"\",\n                    \"shippable\": \"1\",\n                    \"website_received\": \"\",\n                    \"website_sent\": \"\",\n                    \"is_cascaded\": \"0\",\n                    \"stop_after_next_rebill\": \"0\",\n                    \"utm_info\": {\n                        \"medium\": \"\",\n                        \"campaign\": \"\",\n                        \"content\": \"\",\n                        \"device_category\": \"\",\n                        \"term\": \"\",\n                        \"source\": \"\"\n                    },\n                    \"products\": [\n                        {\n                            \"product_id\": \"2917\",\n                            \"sku\": \"KBR.03\",\n                            \"price\": \"89.98\",\n                            \"product_qty\": \"1\",\n                            \"name\": \"KetoBooster Replenishment (30-Day Supply) -S2\",\n                            \"is_recurring\": \"0\",\n                            \"is_terminal\": \"0\",\n                            \"recurring_date\": \"2021-08-31\",\n                            \"subscription_id\": \"54fa8a2c5db64f35b2716f557108d428\",\n                            \"next_subscription_product\": \"\",\n                            \"next_subscription_product_id\": \"\",\n                            \"next_subscription_product_price\": \"0.0000\",\n                            \"next_subscription_qty\": \"\",\n                            \"billing_model_discount\": \"\",\n                            \"is_add_on\": \"0\",\n                            \"is_in_trial\": \"\",\n                            \"step_number\": \"\",\n                            \"is_shippable\": \"1\",\n                            \"is_full_refund\": \"0\",\n                            \"refund_amount\": \"0.00\",\n                            \"on_hold\": \"0\",\n                            \"hold_date\": \"\"\n                        }\n                    ],\n                    \"systemNotes\": [\n                        \"August 01, 2021 12:35 PM - sticky.io - This order was billed against gateway (1706) using the subscription management force gateway feature.\",\n                        \"August 01, 2021 12:35 PM - sticky.io - Declined by Payment Gateway (Invalid merchant ID)\",\n                        \"August 01, 2021 12:35 PM - sticky.io - Using decline manager profile ERROR DECLINE REASON CODES (72)\"\n                    ],\n                    \"totals_breakdown\": {\n                        \"total\": \"94.96\",\n                        \"subtotal\": \"1\",\n                        \"shipping\": \"1\",\n                        \"tax\": \"1\",\n                        \"tax_pct\": \"1\",\n                        \"restocking_fee\": \"1\",\n                        \"refunded\": \"0\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6782c4e1-0fe1-4b2b-9499-87da61079b2d"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","id":"e526a6a3-fdd3-488b-abd1-416674d5484a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=47","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"playground"},{"disabled":true,"key":null,"value":"p5HE8x7zZJkwmP"},{"key":"connid","value":"47"}],"variable":[]}},"response":[{"id":"24cd2c23-e9dc-4891-9635-53d0d6c48d13","name":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=45","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=playground&connid=47","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"playground"},{"key":null,"value":"p5HE8x7zZJkwmP","type":"text","disabled":true},{"key":"connid","value":"47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Aug 2021 18:04:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"time\": \"1628705067\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=playground&connid=47\",\n            \"query\": {\n                \"action\": \"playground\",\n                \"connid\": \"47\"\n            },\n            \"payload\": \"https://secure.nmi.com/api/query.php?username=CEHumboldtKeto7462&password=Reserve1&start_date=20210727120700&end_date=20210812120800\"\n        }\n    },\n    \"data\": [\n        {\n            \"transaction\": []\n        }\n    ]\n}"}],"_postman_id":"e526a6a3-fdd3-488b-abd1-416674d5484a"}],"id":"defebbf3-14a1-4bb2-9f29-568f65e8846b","_postman_id":"defebbf3-14a1-4bb2-9f29-568f65e8846b","description":""},{"name":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate","id":"1a973660-182d-45b2-a980-a7c5cc981b59","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"536709\",\r\n    \"apiid\": \"5575\",\r\n    \"customerid\": \"3335\",\r\n    \"merchantnumber\": \"926701304302865\",\r\n    \"apialias\":\"NMI\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"populate"}],"variable":[]}},"response":[{"id":"d17654d5-55a6-4f92-af7f-4e253601f494","name":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"536709\",\r\n    \"apiid\": \"5575\",\r\n    \"customerid\": \"3335\",\r\n    \"merchantnumber\": \"926701304302865\",\r\n    \"apialias\":\"NMI\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=populate","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"populate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Dec 2020 23:23:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"234"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1608247386\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=populate\",\n            \"query\": {\n                \"action\": \"populate\"\n            },\n            \"payload\": {\n                \"cbid\": \"536709\",\n                \"apiid\": \"5575\",\n                \"customerid\": \"3335\",\n                \"merchantnumber\": \"926701304302865\",\n                \"apialias\": \"NMI\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"updated\": true,\n            \"populated\": 4\n        }\n    ]\n}"}],"_postman_id":"1a973660-182d-45b2-a980-a7c5cc981b59"},{"name":"/bulkpopulate","id":"1cf148ba-117f-43ab-9369-b40572ddcda6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"cbid\": \"609105\",\r\n        \"apiid\": \"161\",\r\n        \"customerid\": \"3368\",\r\n        \"merchantnumber\": \"24145721115900018813352\",\r\n        \"apialias\": \"NMI\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=bulkpopulate","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"bulkpopulate"}],"variable":[]}},"response":[],"_postman_id":"1cf148ba-117f-43ab-9369-b40572ddcda6"}],"id":"cf029a3c-f036-4293-a22f-1eb72e61adb3","_postman_id":"cf029a3c-f036-4293-a22f-1eb72e61adb3","description":""},{"name":"/reset","item":[{"name":"Reset File Object","id":"a87aa3e5-d6d9-4f1a-9d9a-f5c83f15ca91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"548745\",\r\n    \"customerid\": \"3906\",\r\n    \"merchantnumber\": \"403903463539352\",\r\n    \"apialias\": \"Response - DOS Costas\",\r\n    \"apiid\": \"6151\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=reset","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"reset"}],"variable":[]}},"response":[{"id":"dc0c7a9c-d461-47e6-b638-f405242eadf5","name":"Reset File Object","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": \"548745\",\r\n    \"customerid\": \"3906\",\r\n    \"merchantnumber\": \"403903463539352\",\r\n    \"apialias\": \"Response - DOS Costas\",\r\n    \"apiid\": \"6151\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=reset","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"reset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Jan 2021 18:19:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1610389163\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=reset\",\n            \"query\": {\n                \"action\": \"reset\"\n            },\n            \"payload\": {\n                \"cbid\": \"548745\",\n                \"customerid\": \"3906\",\n                \"merchantnumber\": \"403903463539352\",\n                \"apialias\": \"Response - DOS Costas\",\n                \"apiid\": \"6151\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"updated\": true,\n            \"populated\": 1\n        }\n    ]\n}"}],"_postman_id":"a87aa3e5-d6d9-4f1a-9d9a-f5c83f15ca91"}],"id":"16296ebd-ea22-46a8-802c-3e32b998128a","_postman_id":"16296ebd-ea22-46a8-802c-3e32b998128a","description":""},{"name":"/view","item":[{"name":"https://api.chargebackdefense.com/v2/cbdisputes/562395?action=cbview","id":"9fe60bbb-40e6-40db-9e03-892ec727be45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": 562395,\r\n    \"merchantid\": 3296\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/562395?action=cbview","urlObject":{"protocol":"https","path":["v2","cbdisputes","562395"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"cbview"}],"variable":[]}},"response":[{"id":"9ac7467c-24e3-4e03-a9af-ccdd1cf7a33f","name":"https://api.chargebackdefense.com/v2/cbdisputes/562395?action=cbview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": 562395,\r\n    \"merchantid\": 3296\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes/562395?action=cbview","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes","562395"],"query":[{"key":"action","value":"cbview"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 19:57:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5235"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 24750760341900014089841</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:9.25pt;\\\"><span style=\\\"color:#346699;\\\"><span style=\\\"font-size:16px;\\\"><strong>Merchant: Law Firm of Karl Frankovitch</strong></span></span></p></td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td colspan=\\\"2\\\"><p style=\\\"margin-left:2.3pt;\\\"><span style=\\\"font-size:13px;\\\">375 Redondo Ave # 1032 Long Beach, CA 90814</span></p></td><td colspan=\\\"2\\\"><span style=\\\"font-size:13px;\\\">1-877-339-6316</span></td></tr><tr><td colspan=\\\"2\\\">&nbsp;</td><td colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Order Information</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1px solid hsl(0, 0%, 90%);border-left:1px solid hsl(0, 0%, 90%);border-right:1px solid hsl(0, 0%, 90%);border-top:1px solid hsl(0, 0%, 90%);padding:3px;vertical-align:top;width:100%;\\\" colspan=\\\"4\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Billing Information</strong></span></span></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Description</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-right:1.0pt windowtext;width:220.25pt;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">productdesc</span></p></td><td style=\\\"border-bottom:1.0pt windowtext;border-left:1.0pt windowtext;border-right:1.0pt windowtext;border-top:1.0pt windowtext;width:101.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Order Number:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">P.O</span></span><span style=\\\"color:#464646;\\\"><span style=\\\"font-size:13px;\\\">.&nbsp;</span></span><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Number:&nbsp;</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">vnd639C12E0CD</span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Customer ID</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">1650981</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:1.0pt none windowtext;border-right:1.0pt none windowtext;border-top:1.0pt none windowtext;height:13.55pt;padding:3px;vertical-align:top;width:101.5pt;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Invoice Number</span></span><span style=\\\"color:#282828;\\\"><span style=\\\"font-size:13px;\\\">:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p></td></tr><tr><td colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\" colspan=\\\"4\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#AAAAAA;\\\"><span style=\\\"font-size:13px;\\\"><strong>Payment Information&nbsp;</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:14.5pt;padding:3px;vertical-align:top;\\\" colspan=\\\"4\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Date/Time</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"font-size:13px;\\\">2020-12-04</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:2.25pt;\\\">&nbsp;</p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.5pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">&nbsp;</span></span></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Transaction ID:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">5837690588</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"font-size:13px;\\\">Transaction Type:</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><i><span style=\\\"font-size:13px;\\\">Sale w/ Capture</span></i></p></td><td style=\\\"border-bottom:none windowtext;border-left:none windowtext;border-right:none windowtext;border-top:none windowtext;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.55pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Status&nbsp;</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.65pt;\\\"><span style=\\\"color:#050505;\\\"><i><span style=\\\"font-size:13px;\\\">Settled Successfully</span></i></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.45pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Authorization:</span></span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\"><p style=\\\"margin-left:16.55pt;\\\"><span style=\\\"font-size:13px;\\\">authcode</span></p></td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td><td style=\\\"border-bottom:none windowtext;border-left:none;border-right:none windowtext;border-top:none;height:13.45pt;padding:3px;vertical-align:top;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:1.0pt none;border-left:1.0pt none;border-right:1.0pt none;border-top:1.0pt none;padding:3px;vertical-align:top;width:150px;\\\"><p style=\\\"margin-left:2.25pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">Payment Method:</span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:220.25pt;\\\"><p style=\\\"margin-left:16.75pt;\\\"><span style=\\\"color:#050505;\\\"><span style=\\\"font-size:13px;\\\">417903 <strong>XXXX9553</strong></span></span></p></td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:55.35pt;\\\">&nbsp;</td><td style=\\\"border-bottom:1.0pt none windowtext;border-left:none;border-right:1.0pt none windowtext;border-top:none;height:11.45pt;padding:0in;vertical-align:top;width:.75in;\\\">&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p>\",\n    \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 24750760341900014089841</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100.0%;\\\"><table><tbody><tr><td style=\\\"padding:3px;\\\"><strong>Order Placed:&nbsp;</strong>2020-12-04</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Sold By: &nbsp;</strong>hydraessentialsshop.com</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Hydra Essentials Order Number:</strong>&nbsp;639C12E0CD</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Order Total: </strong>109.54</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Status: </strong> on 0000-00-00</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Shipping Confirmation: </strong></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100.0%;\\\"><table><tbody><tr><td style=\\\"padding:3px;vertical-align:bottom;\\\"><strong>Items Ordered</strong></td><td style=\\\"padding:3px;\\\"><p style=\\\"text-align:right;\\\"><strong>Price</strong></p></td></tr><tr><td style=\\\"padding:3px;vertical-align:bottom;width:75%;\\\" rowspan=\\\"2\\\"><p>Item Id: VND639C12E0CD</p><p>Description: (139) Ceremony Roll On (R1)DESC</p><p><br>&nbsp;</p></td><td style=\\\"width:25%;\\\"><p style=\\\"text-align:right;\\\">$109.54</p></td></tr><tr><td style=\\\"width:25%;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100.0%;\\\"><table><tbody><tr><td style=\\\"padding:3px;width:50%;\\\"><strong>Shipping Address:</strong></td><td style=\\\"padding:3px;width:50%;\\\">&nbsp;</td><td style=\\\"padding:3px;width:25%;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr><tr><td style=\\\"padding:3px;vertical-align:top;\\\" colspan=\\\"2\\\"><ul><li>659 LAMAT Rd, La Habra Heights, CA, 90631, US</li><li>La Habra Heights, CA 90631</li><li>US</li></ul></td><td>&nbsp;</td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100.0%;\\\"><table><tbody><tr><td style=\\\"background-color:hsl(0, 0%, 90%);padding:3px;text-align:center;\\\" colspan=\\\"3\\\"><strong>Payment information</strong></td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Payment Method</strong></td><td style=\\\"padding:1px;\\\"><p style=\\\"text-align:right;\\\">Item(s) Subtotal:</p></td><td style=\\\"padding:1px;\\\">&nbsp;$109.54</td></tr><tr><td style=\\\"padding:3px;\\\">Visa | 417903******9553</td><td style=\\\"padding:1px;\\\"><p style=\\\"text-align:right;\\\">Shipping &amp; Handling</p></td><td style=\\\"padding:1px;\\\">&nbsp;$0.00</td></tr><tr><td style=\\\"padding:3px;\\\">&nbsp;</td><td style=\\\"padding:1px;\\\">&nbsp;</td><td style=\\\"padding:1px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Billing Address</strong></td><td style=\\\"padding:1px;\\\"><p style=\\\"text-align:right;\\\">Total before tax:</p></td><td style=\\\"padding:1px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:1px;\\\" rowspan=\\\"6\\\"><ul><li>659 LAMAT Rd</li><li>La Habra Heights, CA 90631</li><li>US</li></ul></td><td style=\\\"padding:1px;\\\"><p style=\\\"text-align:right;\\\">Estimated tax:</p></td><td style=\\\"padding:1px;\\\">&nbsp;$0.00</td></tr><tr><td style=\\\"padding:1px;\\\">&nbsp;</td><td style=\\\"padding:1px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:1px;\\\"><p style=\\\"text-align:right;\\\"><strong>Grand Total:</strong></p></td><td style=\\\"padding:1px;\\\">&nbsp;$109.54</td></tr><tr><td style=\\\"padding:1px;\\\">&nbsp;</td><td style=\\\"padding:1px;\\\">&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>\",\n    \"<figure class=\\\"table\\\" style=\\\"width:516.4pt;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"height:.5in;padding:0in .15in .15in;vertical-align:top;width:3.25in;\\\" colspan=\\\"2\\\"><p><span style=\\\"font-size:13px;\\\"><strong>DISPUTE RESPONSE:</strong></span></p><p><span style=\\\"font-size:13px;\\\"><strong>CB Reason:</strong> 104</span></p><p><span style=\\\"font-size:13px;\\\">INVALID DISPUTE</span></p></td><td style=\\\"height:.5in;padding:0in .15in .15in;vertical-align:top;width:282.4pt;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></p><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\"><strong>Case#:</strong> 24750760341900014089841</span></p><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\"><strong>ARN:</strong> 24750760341900014089841</span></p></td></tr><tr><td style=\\\"height:55.5pt;padding:0in 5.4pt;vertical-align:top;width:516.4pt;\\\" colspan=\\\"3\\\"><p><span style=\\\"font-size:13px;\\\"><strong>Merchant DBA:</strong> Hydra Essentials</span></p><p><span style=\\\"font-size:13px;\\\"><strong>Merchant ID:</strong> 403903463510063</span></p><p><span style=\\\"font-size:13px;\\\"><strong>Txn Date:</strong> 2020-12-04</span></p><p><span style=\\\"font-size:13px;\\\"><strong>Txn Amount:</strong>&nbsp;109.54</span></p><p><span style=\\\"font-size:13px;\\\"><strong>Cardholder Acct:</strong> 417903******9553</span></p><p><span style=\\\"font-size:13px;\\\"><strong>Cardholder:</strong> Ardis Carroll</span></p></td></tr><tr><td style=\\\"height:6.75pt;padding:0in 5.4pt;vertical-align:top;width:16.85pt;\\\">&nbsp;</td><td style=\\\"height:6.75pt;padding:0in 5.4pt;vertical-align:top;width:499.55pt;\\\" colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"height:33.0pt;padding:0in 5.4pt;vertical-align:top;width:16.85pt;\\\" rowspan=\\\"2\\\">&nbsp;</td><td style=\\\"height:33.0pt;padding:0in 5.4pt;vertical-align:top;width:499.55pt;\\\" colspan=\\\"2\\\"><span style=\\\"font-size:13px;\\\"><strong>INVALID DISPUTE 11.1.27.3&nbsp;</strong>– This dispute does not meet chargeback processing requirements. Please have the Cardholder contact the Merchant’s Chargeback Resolution center to resolve directly.</span></td></tr><tr><td style=\\\"height:6.75pt;padding:0in 5.4pt;vertical-align:top;width:499.55pt;\\\" colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"padding:0in 5.75pt .15in .15in;vertical-align:top;width:16.85pt;\\\">&nbsp;</td><td style=\\\"padding:0in 5.4pt;vertical-align:top;width:499.55pt;\\\" colspan=\\\"2\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"font-size:13px;\\\">The disputed transaction that was filed under reason code 104 has been processed incorrectly and is Invalid for the following reasons:&nbsp;</span></p><ul><li><span style=\\\"font-size:13px;\\\">This Transaction had an Authorization obtained</span><ul><li><span style=\\\"font-size:13px;\\\">414095</span></li></ul></li><li><span style=\\\"font-size:13px;\\\">A Mail / Phone Order / Electronic Commerce Transaction;</span><ul><li><span style=\\\"font-size:13px;\\\">The merchandise was shipped or delivered</span></li><li><span style=\\\"font-size:13px;\\\"></span></li></ul></li><li><span style=\\\"font-size:13px;\\\">The Issuer was not a participant in the Address Verification Service on the Transaction Date and the Acquirer received an Address Verification Service (AVS) response code U.</span></li></ul></td></tr><tr><td style=\\\"height:6.75pt;padding:0in 5.4pt;vertical-align:top;width:16.85pt;\\\">&nbsp;</td><td style=\\\"height:6.75pt;padding:0in 5.4pt;vertical-align:top;width:499.55pt;\\\" colspan=\\\"2\\\">&nbsp;</td></tr><tr><td style=\\\"padding:0in 5.75pt .15in;vertical-align:top;width:516.4pt;\\\" colspan=\\\"3\\\"><p><span style=\\\"font-size:13px;\\\">Please inform the cardholder of the merchant ‘s continued dispute rights:</span></p><ul><li><i><span style=\\\"font-size:13px;\\\">Hydra Essentials</span></i><span style=\\\"font-size:13px;\\\"> may escalate and continue the chargeback process into Arbitration or Compliance.</span></li><li><i><span style=\\\"font-size:13px;\\\">Hydra Essentials</span></i><span style=\\\"font-size:13px;\\\"> may submit this case: 24750760341900014089841 into \\\"Good Faith Collections\\\" if the disputed transaction is resolved in Cardholders favor.</span></li></ul></td></tr><tr><td style=\\\"padding:0in 5.75pt .15in;vertical-align:top;width:516.4pt;\\\" colspan=\\\"3\\\"><p><span style=\\\"font-size:13px;\\\">*Direct Cardholder Resolution:&nbsp;</span></p><p><span style=\\\"font-size:13px;\\\">If this dispute rebuttal is received less than 48 hours from 2021-01-23; please have the cardholder contact Hydra Essentials chargeback department immediately to resolve this dispute directly and complete a chargeback withdrawal affidavit.</span></p></td></tr><tr><td style=\\\"padding:0in 5.4pt;vertical-align:top;width:516.4pt;\\\" colspan=\\\"3\\\"><p><span style=\\\"font-size:13px;\\\">1 (888) 988-8588</span></p><p><span style=\\\"font-size:13px;\\\">M-F 7:00 AM - 07:00 PM MST</span></p></td></tr><tr><td style=\\\"height:4.0pt;padding:0in 5.4pt;vertical-align:top;width:516.4pt;\\\" colspan=\\\"3\\\">&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p><div class=\\\"page-break\\\" style=\\\"page-break-after:always;\\\"><span style=\\\"display:none;\\\">&nbsp;</span></div><figure class=\\\"table\\\"><table><tbody><tr><td><span style=\\\"font-size:13px;\\\"><strong>Case#:</strong> 24750760341900014089841</span></td><td><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\"><strong>Merchant ID:</strong> 403903463510063</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100%;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0pt;padding:0in 5.4pt;width:6.4in;\\\"><p style=\\\"margin-left:0in;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>Cardholder Transaction Details</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt none windowtext;height:8.5pt;padding:.1in 5.75pt .1in .2in;width:6.4in;\\\"><p><span style=\\\"font-size:13px;\\\">2020-12-04, an authorized purchase was completed by (Ardis Carroll) for the product: (139) Ceremony Roll On (R1)&nbsp;</span></p><p><span style=\\\"font-size:13px;\\\">The following details were submitted to hydraessentialsshop.com by the Purchaser in the amount of $109.54.</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100%;\\\"><table><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:.2in;padding:1.45pt 1.45pt 1.45pt .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"text-align:center;\\\"><span style=\\\"font-size:13px;\\\">Transaction</span><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"> Details</span></span></p></td></tr><tr><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.1in 1.45pt 1.45pt .15in;width:198.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Merchant: Hydra Essentials</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Txn Type: sale(settled)</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Txn Status:&nbsp;</span><i><span style=\\\"font-size:13px;\\\">complete</span></i></span></p></td><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.1in 1.45pt 1.45pt .15in;width:216.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Transaction ID:&nbsp;5837690588</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Transaction Date:&nbsp;2020-12-04</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Amount:&nbsp;109.54</span></span></p></td></tr><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:.2in;padding:1.45pt 1.45pt 1.45pt .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Authorization Details</span></span></p></td></tr><tr><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.1in 1.45pt 1.45pt .15in;width:198.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">CC Type: Visa</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">CC Number:&nbsp;417903******9553</span></span></p></td><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.1in 1.45pt 1.45pt .15in;width:216.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">AVS Status:&nbsp;Y</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">CVV Status:&nbsp;M</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Auth Code:&nbsp;414095</span></span></p></td></tr><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:.2in;padding:1.45pt 1.45pt 1.45pt .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Billing Details</span></span></p></td></tr><tr><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:80.05pt;padding:.1in 1.45pt 1.45pt .15in;width:198.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Ardis &nbsp;</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Carroll</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Rdizz1@aol.com</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">5626318725</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">659 LAMAT Rd, La Habra Heights, CA, 90631, US</span></span></p></td><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:80.05pt;padding:.1in 1.45pt 1.45pt .15in;width:216.55pt;\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">659 LAMAT Rd, La Habra Heights, CA, 90631, US</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">0.0.0.0;</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">90631</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">USD</span></span></p></td></tr><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:.2in;padding:1.45pt 1.45pt 1.45pt .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p style=\\\"text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Order Details</span></span></p></td></tr><tr><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.1in 1.45pt 1.45pt .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Order Id:</span><i><span style=\\\"font-size:13px;\\\">&nbsp;</span></i><span style=\\\"font-size:13px;\\\">639C12E0CD</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Order Description:&nbsp;(139) Ceremony Roll On (R1)</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Billing Description:&nbsp;Hydra Essentials</span></span></p></td></tr><tr><td style=\\\"background-color:white;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0in;padding:.15in 1.45pt .1in .15in;width:416.5pt;\\\" colspan=\\\"2\\\"><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Customer Service:</span><i><span style=\\\"font-size:13px;\\\">&nbsp;</span></i><span style=\\\"font-size:13px;\\\">1-877-339-6316&nbsp;</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Merchant Website:</span><i><span style=\\\"font-size:13px;\\\">&nbsp;</span></i><span style=\\\"font-size:13px;\\\">1-877-339-6316</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Merchant Terms URL:</span><i><span style=\\\"font-size:13px;\\\">&nbsp;</span></i><span style=\\\"font-size:13px;\\\">hydraessentialsshop.com/terms</span></span></p><p><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Receipt Sent to: Rdizz1@aol.com on 2020-12-04</span></span></p></td></tr></tbody></table></figure><div class=\\\"page-break\\\" style=\\\"page-break-after:always;\\\"><span style=\\\"display:none;\\\">&nbsp;</span></div><figure class=\\\"table\\\"><table><tbody><tr><td><span style=\\\"font-size:13px;\\\"><strong>Case#:</strong> 24750760341900014089841</span></td><td><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\"><strong>Merchant ID:</strong> 403903463510063</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100%;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:1.0pt;padding:0in 5.4pt;vertical-align:top;width:516.4pt;\\\"><p style=\\\"margin-left:0in;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>Proof of Delivery /Email Confirmation/ AVS Match Result</strong></span></span></p></td></tr><tr><td style=\\\"border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt none windowtext;height:5.05pt;padding:0in 5.4pt;width:516.4pt;\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">The Tracking number was delivered to the same shipping address and billing address submitted by&nbsp;Ardis Carroll on hydraessentialsshop.com using the Address Verification System.</span></span></p><ul><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Tracking #: </span></span></li><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Tracking Status:&nbsp;</span><i><span style=\\\"font-size:13px;\\\">DELIVERED</span></i></span></li><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Delivery Date:&nbsp;0000-00-00</span></span></li><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Shipping Address: 659 LAMAT Rd, La Habra Heights, CA, 90631, US</span></span></li><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Billing Address: 659 LAMAT Rd, La Habra Heights, CA, 90631, US</span></span></li><li><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">AVS Code: Y</span></span></li></ul><p>&nbsp;</p></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:100%;\\\"><table><tbody><tr><td style=\\\"height:17.25pt;padding:2.25pt;width:492.05pt;\\\" colspan=\\\"3\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Tracking Number:&nbsp;</span></span></p><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">Delivery Date On:&nbsp;0000-00-00</span></span></p></td></tr><tr><td style=\\\"height:55.3pt;padding:2.25pt;vertical-align:bottom;width:492.05pt;\\\" colspan=\\\"3\\\"><figure class=\\\"image\\\"><img src=\\\"https://crm.chargebackdefense.com/img/phpAGXta0.png\\\" alt=\\\"https://www.chargebackdefense.com/wp-content/uploads/2017/10/delivered.png\\\"></figure></td></tr><tr><td style=\\\"height:45.85pt;padding:2.25pt;vertical-align:bottom;width:492.05pt;\\\" colspan=\\\"3\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>Product and Tracking Information</strong></span></span></p></td></tr><tr><td style=\\\"height:154.6pt;padding:2.25pt;width:492.05pt;\\\" colspan=\\\"3\\\"><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>DATE &amp; TIME</strong></span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>STATUS OF ITEM</strong></span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>LOCATION</strong></span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">0000-00-00</span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>Delivered</strong>, 659 LAMAT Rd, La Habra Heights, CA, 90631, US</span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\">90631 &nbsp;La Habra Heights, CA</span></span></p><p style=\\\"margin-left:6.0pt;text-align:center;\\\">&nbsp;</p></td></tr><tr><td style=\\\"height:15.0pt;padding:2.25pt;vertical-align:top;width:268.0pt;\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>\\u00ad</strong></span></span></p></td><td style=\\\"height:15.0pt;padding:2.25pt;vertical-align:top;width:139.55pt;\\\" colspan=\\\"2\\\"><p style=\\\"margin-left:6.0pt;\\\">&nbsp;</p></td></tr><tr><td style=\\\"height:47.05pt;padding:2.25pt;width:492.05pt;\\\" colspan=\\\"3\\\"><p style=\\\"margin-left:-2.25pt;text-align:center;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\"><span style=\\\"font-size:13px;\\\">Your item was delivered in or at the mailbox on&nbsp;0000-00-00 in La Habra Heights, CA</span></span></p></td></tr><tr><td style=\\\"height:15.0pt;padding:2.25pt;vertical-align:top;width:268.0pt;\\\"><p style=\\\"margin-left:6.0pt;\\\"><span style=\\\"color:black;\\\"><span style=\\\"font-size:13px;\\\"><strong>\\u00ad</strong></span></span></p></td><td style=\\\"height:15.0pt;padding:2.25pt;vertical-align:top;width:139.55pt;\\\"><p style=\\\"margin-left:6.0pt;\\\">&nbsp;</p></td><td style=\\\"height:15.0pt;padding:2.25pt;vertical-align:top;width:80.1pt;\\\"><p style=\\\"margin-left:6.0pt;text-align:right;\\\">&nbsp;</p></td></tr></tbody></table></figure><p>&nbsp;</p><p>&nbsp;</p>\",\n    \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 12, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 24750760341900014089841</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:3px;\\\"><span style=\\\"color:#333366;\\\"><strong>Tracking Number:&nbsp;</strong></span></td><td style=\\\"padding:3px;\\\"><strong>Shipping Service</strong>: SHIPPPEDVIA</td></tr><tr><td style=\\\"padding:3px;\\\"></td><td style=\\\"padding:3px;width:50%;\\\"><span style=\\\"color:#333366;\\\"><strong>Status: </strong></span><span style=\\\"color:#218748;\\\"><strong>Delivered</strong></span></td></tr><tr><td style=\\\"padding:0px;\\\">&nbsp;</td><td style=\\\"padding:0px;vertical-align:bottom;\\\"><figure class=\\\"image image_resized image-style-side\\\" style=\\\"width:100%;\\\"><img src=\\\"https://crm.chargebackdefense.com/img/php5sbFU9.png\\\"></figure></td></tr><tr><td style=\\\"padding:3px;\\\">&nbsp;</td><td style=\\\"padding:3px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Message:</strong></td><td style=\\\"padding:3px;vertical-align:bottom;\\\">&nbsp;</td></tr><tr><td colspan=\\\"2\\\"><p>0000-00-00</p><p><span style=\\\"color:#595959;\\\">Delivered, In/At Mailbox </span>La Habra Heights, CA 90631</p><p style=\\\"margin-left:0in;\\\"></p></td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Details:</strong></td><td style=\\\"padding:3px;vertical-align:bottom;\\\">&nbsp;</td></tr><tr><td colspan=\\\"2\\\"></td></tr></tbody></table></figure>\",\n    \"<figure class=\\\"table\\\" style=\\\"width:7.5in;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:5.95pt;padding:0in 5.75pt;width:7.5in;\\\"><p style=\\\"margin-left:0in;text-align:center;\\\"><strong>Merchant Terms, Refund &amp; Cancellation Policy</strong></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:31.45pt;padding:.05in 0in 0in .05in;width:7.5in;\\\"><p><span style=\\\"color:#7F7F7F;\\\">Merchant: Hydra Essentials</span></p><p><span style=\\\"color:#7F7F7F;\\\">Merchant Address: 375 Redondo Ave # 1032 Long Beach, CA 90814</span></p><p><span style=\\\"color:#7F7F7F;\\\">Merchant Contact URL: hydraessentialsshop.com/cancel</span></p><p>&nbsp;</p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:4.3pt;padding:.05in 0in 0in;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\"><p><span style=\\\"background-color:white;color:#3B3838;\\\"><strong>Terms &amp; Entire Agreement:&nbsp;</strong>hydraessentialsshop.com/terms</span></p><ul><li><span style=\\\"background-color:white;font-size:10.0pt;\\\">ATTENTION : This is a legal agreement (the Agreement) between You, the individual, company or organization and [[Vibes Digital]] /[[Hydra Essentials]], Customer Service: [[1-877-339-6316]]. By ordering, accessing, using or purchasing [[MERCHANTURL]] (Product) through this website or related websites (collectively the Website), you are agreeing to be bound by, and are becoming a party to, this Agreement.</span></li></ul></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\"><p><span style=\\\"background-color:white;color:#3B3838;\\\"><strong>Changes and Cancellation:&nbsp;</strong></span></p><ul><li><span style=\\\"background-color:white;font-size:10.0pt;\\\">If you would like to cancel your order, please contact customer service by phone ([[1-877-339-6316]]) . We are only able to cancel orders that have not yet shipped.  If your order has already shipped, customer service will issue you a  (Return Merchandise Authorization). Upon receipt of your package, write this number on the outside of the shipping package, and send the product back to our fulfillment center at the address listed above, within thirty (30) days of the date you originally ordered the product.</span></li></ul></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 0in 0in 5.75pt;vertical-align:top;width:7.5in;\\\"><p><span style=\\\"background-color:white;color:#3B3838;\\\"><strong>Payments &amp; Refunds:&nbsp;</strong></span></p><ul><li><span style=\\\"color:#3B3838;font-size:10.0pt;\\\">If, for any reason, you are not happy with your purchase please return it within 30 days for a full refund. In order to obtain your full refund, contact customer service by phone ([[1-877-339-6316]]) and obtain an  (Return Merchandise Authorization) number to place on your package. Write this number on the outside of the shipping package, and send the product back to our fulfillment center at the address listed below, within thirty (30) days of the date you originally ordered the product.\\u00ad\\u00ad\\u00ad\\u00ad</span></li></ul></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\"><p><span style=\\\"background-color:white;color:#3B3838;\\\"><strong>Recurring Subscription:&nbsp;</strong></span></p><ul><li><span style=\\\"background-color:white;font-size:10.0pt;\\\">The standard ground mail service is shipped via United States Postal Service First Class Mail. Packages will arrive within 3-5 business days. Please be advised that shipments are not sent out on Saturdays, Sundays, or any Holidays. We do not guarantee arrival dates or times.</span></li></ul></td></tr></tbody></table></figure>\"\n]"}],"_postman_id":"9fe60bbb-40e6-40db-9e03-892ec727be45"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","id":"68233907-5e26-4e21-a872-ca293ddf427e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchantid\": 3296\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","urlObject":{"protocol":"https","path":["v2","cbdisputes","562396"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"cbview"}],"variable":[]}},"response":[{"id":"4ab5975f-8244-4162-b912-81406c62bb08","name":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"merchantid\": 3296\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes","562396"],"query":[{"key":"action","value":"cbview"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Feb 2021 04:32:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3062"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1613622774\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes/562396?action=cbview\",\n            \"query\": {\n                \"action\": \"cbview\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"60\": \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:450px;\\\">Mid: 9180000000042424</td><td style=\\\"width:450px;\\\"><p style=\\\"text-align:right;\\\">Case: 2021021009297</p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table style=\\\"border-bottom:1px solid hsl(0, 0%, 30%);border-left:1px solid hsl(0, 0%, 30%);border-right:1px solid hsl(0, 0%, 30%);border-top:1px solid hsl(0, 0%, 30%);\\\"><tbody><tr><td style=\\\"padding:8px;width:800px;\\\"><p><span style=\\\"color:hsl(0,0%,30%);\\\">Merchant Response Description:</span></p><p style=\\\"text-align:justify;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\"><span style=\\\"font-size:15px;\\\">A Transaction Receipt was sent to the email address that was presented by the purchaser (tristajohnston2011@yahoo.com) which is linked to the Cardholders billing address. &nbsp;The following details were &nbsp;sent by the Merchant (support@inmatetalks.com).</span></span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table style=\\\"background-color:hsl(0, 0%, 90%);\\\"><tbody><tr><td style=\\\"border-bottom:solid hsl(0, 0%, 90%);border-left:solid hsl(0, 0%, 90%);border-right:solid hsl(0, 0%, 90%);border-top:solid hsl(0, 0%, 90%);height:10px;padding:4px;width:800px;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\">Order&nbsp;Information</span></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:6px;width:78px;\\\"><strong>Description:&nbsp;</strong></td><td style=\\\"padding:6px;width:722px;\\\">e-Commerce</td></tr><tr><td style=\\\"padding:6px;width:78px;\\\"><strong>Product:</strong></td><td style=\\\"padding:6px;width:722px;\\\"></td></tr><tr><td style=\\\"padding:6px;width:78px;\\\"><strong>Website:</strong></td><td style=\\\"padding:6px;width:722px;\\\"><i>https://inmatetalks.com/</i></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td><span style=\\\"color:hsl(0,0%,30%);\\\">Billing Information</span></td><td><span style=\\\"color:hsl(0,0%,30%);\\\">Shipping Information</span></td></tr><tr><td style=\\\"padding:10px;vertical-align:top;width:450px;\\\">13091 Dorothy dr<br>Chesterland<br>44026<br>OH</td><td style=\\\"padding:10px;vertical-align:top;width:450px;\\\">13091 Dorothy dr, Chesterland, OH, 44026, United States<br>Chesterland<br>44026<br>OH</td></tr><tr><td style=\\\"vertical-align:bottom;width:450px;\\\"><strong>Email: </strong>tristajohnston2011@yahoo.com<br><strong>Phone: </strong>4408100606</td><td style=\\\"padding:10px;vertical-align:bottom;width:450px;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-family:Tahoma, Geneva, sans-serif;\\\">Total:</span></p><p style=\\\"text-align:right;\\\"><span style=\\\"font-family:Tahoma, Geneva, sans-serif;\\\">$29.99 (USD)</span></p></td></tr></tbody></table></figure><hr><figure class=\\\"table\\\"><table style=\\\"background-color:hsl(0, 0%, 90%);\\\"><tbody><tr><td style=\\\"border-bottom:solid hsl(0, 0%, 90%);border-left:solid hsl(0, 0%, 90%);border-right:solid hsl(0, 0%, 90%);border-top:solid hsl(0, 0%, 90%);height:10px;padding:4px;width:800px;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\">Payment Information</span></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Date/Time:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">2020-12-12</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Transaction&nbsp;ID:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">5854242129</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Payment&nbsp;Method:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">486796xxxxxx8358</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Transaction&nbsp;Type:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\"><i>Sale | Success</i></td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Authorization:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">024419</td></tr></tbody></table></figure><hr><figure class=\\\"table\\\"><table style=\\\"background-color:hsl(0, 0%, 90%);\\\"><tbody><tr><td style=\\\"border-bottom:solid hsl(0, 0%, 90%);border-left:solid hsl(0, 0%, 90%);border-right:solid hsl(0, 0%, 90%);border-top:solid hsl(0, 0%, 90%);height:10px;padding:4px;width:800px;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\">Merchant Contact Information</span></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Address:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">7117 OLD ORCHARD WAY  BOYNTON BEACH FL 33436-9431</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Support:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">5616090340</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Email:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\">support@inmatetalks.com</td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:125px;\\\"><strong>Descriptor:</strong></td><td style=\\\"padding:4px;vertical-align:top;width:675px;\\\"><i>Inmate Talk Services will appear on your billing statement.</i></td></tr></tbody></table></figure><p>&nbsp;</p>\",\n            \"61\": \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:450px;\\\">Mid: 9180000000042424</td><td style=\\\"width:450px;\\\"><p style=\\\"text-align:right;\\\">Case: 2021021009297</p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table style=\\\"border-bottom:1px solid hsl(0, 0%, 30%);border-left:1px solid hsl(0, 0%, 30%);border-right:1px solid hsl(0, 0%, 30%);border-top:1px solid hsl(0, 0%, 30%);\\\"><tbody><tr><td style=\\\"padding:8px;width:800px;\\\"><p><span style=\\\"color:hsl(0,0%,30%);\\\">Merchant Response Description:</span></p><p><span style=\\\"color:hsl(0,0%,30%);\\\">The following details were submitted to https://inmatetalks.com/ by the Purchaser in the amount of $29.99. &nbsp;On </span><span style=\\\"color:hsl(0, 0%, 30%);\\\">2020-12-12, an authorized purchase was completed by (Trista Henry) or a member of their household for the product: .</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Order Placed:&nbsp;</strong>2020-12-12</td></tr><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Sold By: &nbsp;</strong>https://inmatetalks.com/</td></tr><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Order Number:</strong>&nbsp;</td></tr><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Order Total: </strong>29.99</td></tr><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Status: </strong> on 0000-00-00</td></tr><tr><td style=\\\"padding:4px;width:800px;\\\"><strong>Shipping Confirmation: </strong></td></tr></tbody></table></figure><hr><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:4px;vertical-align:bottom;width:675px;\\\"><strong>Items Ordered</strong></td><td style=\\\"padding:4px;width:125px;\\\"><p style=\\\"text-align:right;\\\"><strong>Price</strong></p></td></tr><tr><td style=\\\"padding:10px;vertical-align:bottom;width:675px;\\\" rowspan=\\\"2\\\"><p>Item Id: VND</p><p>Description: DESC</p><p></p></td><td style=\\\"padding:4px;width:125px;\\\"><p style=\\\"text-align:right;\\\">$29.99</p></td></tr><tr><td style=\\\"padding:4px;width:125px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr></tbody></table></figure><hr><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:3px;width:450px;\\\"><strong>Shipping Address:</strong></td><td style=\\\"padding:3px;width:450px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:10px;vertical-align:top;width:800px;\\\" colspan=\\\"2\\\"><p>13091 Dorothy dr, Chesterland, OH, 44026, United States</p><p>Chesterland, OH 44026</p><p>US</p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"background-color:hsl(0, 0%, 90%);border-bottom:solid hsl(0, 0%, 90%);border-left:solid hsl(0, 0%, 90%);border-right:solid hsl(0, 0%, 90%);border-top:solid hsl(0, 0%, 90%);padding:6px;width:800px;\\\" colspan=\\\"3\\\"><p style=\\\"text-align:center;\\\"><span style=\\\"color:hsl(0,0%,30%);\\\">Order Information</span></p></td></tr><tr><td style=\\\"height:20px;padding:10px;vertical-align:bottom;width:800px;\\\" colspan=\\\"3\\\"><strong>Payment Method</strong></td></tr><tr><td style=\\\"padding:10px;width:400px;\\\"> | 486796xxxxxx8358</td><td style=\\\"padding:4px;vertical-align:bottom;width:225px;\\\"><p style=\\\"text-align:right;\\\"><strong>Item(s) Subtotal:</strong></p></td><td style=\\\"padding:4px;vertical-align:bottom;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;$29.99</p></td></tr><tr><td style=\\\"padding:4px;width:400px;\\\">&nbsp;</td><td style=\\\"padding:4px;vertical-align:top;width:225px;\\\"><p style=\\\"text-align:right;\\\"><strong>Shipping &amp; Handling</strong></p></td><td style=\\\"padding:4px;vertical-align:top;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;$0.00</p></td></tr><tr><td style=\\\"padding:4px;width:400px;\\\">&nbsp;</td><td style=\\\"padding:4px;width:225px;\\\">&nbsp;</td><td style=\\\"padding:4px;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr><tr><td style=\\\"padding:12px;width:400px;\\\" rowspan=\\\"5\\\"><p><strong>Billing Address</strong></p><p>Chesterland, OH 44026</p><p>13091 Dorothy dr</p><p>US</p></td><td style=\\\"padding:4px;vertical-align:bottom;width:225px;\\\"><p style=\\\"text-align:right;\\\"><strong>Total before tax:</strong></p></td><td style=\\\"padding:4px;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr><tr><td style=\\\"padding:4px;vertical-align:top;width:225px;\\\"><p style=\\\"text-align:right;\\\"><strong>Estimated tax:</strong></p></td><td style=\\\"padding:4px;vertical-align:top;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;$0.00</p></td></tr><tr><td style=\\\"padding:4px;width:225px;\\\">&nbsp;</td><td style=\\\"padding:4px;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;</p></td></tr><tr><td style=\\\"padding:4px;width:225px;\\\">&nbsp;</td><td style=\\\"padding:4px;width:225px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:4px;width:225px;\\\"><p style=\\\"text-align:right;\\\"><strong>Grand Total:</strong></p></td><td style=\\\"padding:4px;width:225px;\\\"><p style=\\\"text-align:right;\\\">&nbsp;$29.99</p></td></tr></tbody></table></figure><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>\",\n            \"63\": \"<figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"width:50%;\\\"><span style=\\\"font-size:13px;\\\">February 17, 2021</span></td><td style=\\\"width:50%;\\\"><p style=\\\"text-align:right;\\\"><span style=\\\"font-size:13px;\\\">case: 2021021009297</span></p></td></tr></tbody></table></figure><figure class=\\\"table\\\"><table><tbody><tr><td style=\\\"padding:3px;\\\"><span style=\\\"color:#333366;\\\"><strong>Tracking Number:&nbsp;</strong></span></td><td style=\\\"padding:3px;\\\"><strong>Shipping Service</strong>: SHIPPPEDVIA</td></tr><tr><td style=\\\"padding:3px;\\\"></td><td style=\\\"padding:3px;width:50%;\\\"><span style=\\\"color:#333366;\\\"><strong>Status: </strong></span><span style=\\\"color:#218748;\\\"><strong>Delivered</strong></span></td></tr><tr><td style=\\\"padding:0px;\\\">&nbsp;</td><td style=\\\"padding:0px;vertical-align:bottom;\\\"><figure class=\\\"image image_resized image-style-side\\\" style=\\\"width:100%;\\\"><img src=\\\"https://crm.chargebackdefense.com/img/php5sbFU9.png\\\"></figure></td></tr><tr><td style=\\\"padding:3px;\\\">&nbsp;</td><td style=\\\"padding:3px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Message:</strong></td><td style=\\\"padding:3px;vertical-align:bottom;\\\">&nbsp;</td></tr><tr><td colspan=\\\"2\\\"><p>0000-00-00</p><p><span style=\\\"color:#595959;\\\">Delivered, In/At Mailbox </span>Chesterland, OH 44026</p><p style=\\\"margin-left:0in;\\\"></p></td></tr><tr><td style=\\\"padding:3px;\\\"><strong>Details:</strong></td><td style=\\\"padding:3px;vertical-align:bottom;\\\">&nbsp;</td></tr><tr><td colspan=\\\"2\\\"></td></tr></tbody></table></figure>\",\n            \"65\": \"<figure class=\\\"table\\\" style=\\\"width:7.5in;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:5.95pt;padding:0in 5.75pt;width:7.5in;\\\"><p style=\\\"margin-left:0in;text-align:center;\\\"><strong>Merchant Terms, Refund &amp; Cancellation Policy</strong></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:31.45pt;padding:.05in 0in 0in .05in;width:7.5in;\\\"><figure class=\\\"image\\\"><img src=\\\"https://crm.chargebackdefense.com/img/phpYYhEzd.png\\\"></figure></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:4.3pt;padding:.05in 0in 0in;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 0in 0in 5.75pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr></tbody></table></figure>\",\n            \"66\": \"<figure class=\\\"table\\\" style=\\\"width:516.4pt;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"width:800px;\\\">Merchant: Inmate Talk - 9180000000042424</td><td>February 17, 2021</td></tr><tr><td style=\\\"width:800px;\\\" colspan=\\\"2\\\">Case#: 2021021009297</td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:516.4pt;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"padding:0px;vertical-align:top;width:800px;\\\"><p><strong>INVALID DISPUTE 11.1.27.3</strong></p><p>This dispute does not meet chargeback processing requirements. Please have the Cardholder contact the hargeback Resolution center to resolve directly.</p></td></tr><tr><td style=\\\"padding:0px;vertical-align:top;width:800px;\\\">&nbsp;</td></tr><tr><td style=\\\"padding:0px;vertical-align:top;width:800px;\\\"><p style=\\\"margin-left:6.0pt;text-align:justify;\\\">The disputed transaction that was filed under reason code 13.7 has been processed incorrectly and is Invalid for the following reasons:&nbsp;</p><ul><li style=\\\"text-align:justify;\\\">This Transaction had an Authorization obtained</li><li style=\\\"text-align:justify;\\\">024419</li><li style=\\\"text-align:justify;\\\">A Mail / Phone Order / Electronic Commerce Transaction;</li><li style=\\\"text-align:justify;\\\">The merchandise was shipped or delivered</li><li style=\\\"text-align:justify;\\\"></li></ul></td></tr></tbody></table></figure><figure class=\\\"table\\\" style=\\\"width:516.4pt;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"width:800px;\\\"><p>Please inform the cardholder of the merchant ‘s continued dispute rights:</p><ul><li>Inmate Talk may escalate and continue the chargeback process into Arbitration or Compliance.</li><li>Inmate Talk may submit this case: 2021021009297 into \\\"Good Faith Collections\\\" if the disputed transaction is resolved in Cardholders favor.</li></ul></td></tr><tr><td style=\\\"width:800px;\\\">You may view the digital copy via web browser: <a href=\\\"https://issuing.chargebackdefense.com/disputes/562396/2021021009297.pdf\\\">https://issuing.chargebackdefense.com/disputes/562396/2021021009297.pdf</a></td></tr><tr><td style=\\\"padding:0in 5.75pt .15in;vertical-align:top;width:800px;\\\"><p>*Direct Cardholder Resolution:&nbsp;</p><p>If this dispute rebuttal is received less than 48 hours from 2021-01-21; please have the cardholder contact Inmate Talk chargeback department immediately to resolve this dispute directly and complete a chargeback withdrawal affidavit.</p></td></tr><tr><td style=\\\"padding:0in 5.4pt;vertical-align:top;width:800px;\\\"><p>1 (888) 988-8588</p><p>M-F 7:00 AM - 07:00 PM MST</p></td></tr></tbody></table></figure>\",\n            \"69\": \"<figure class=\\\"table\\\" style=\\\"width:7.5in;\\\"><table style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;\\\"><tbody><tr><td style=\\\"background-color:#F2F2F2;border-bottom:1.0pt solid windowtext;border-left:1.0pt solid windowtext;border-right:1.0pt solid windowtext;border-top:1.0pt solid windowtext;height:5.95pt;padding:0in 5.75pt;width:7.5in;\\\"><p style=\\\"margin-left:0in;text-align:center;\\\"><strong>Merchant Terms, Refund &amp; Cancellation Policy</strong></p></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:31.45pt;padding:.05in 0in 0in .05in;width:7.5in;\\\"><figure class=\\\"image\\\"><img src=\\\"https://crm.chargebackdefense.com/img/phpYYhEzd.png\\\"></figure></td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:4.3pt;padding:.05in 0in 0in;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 0in 0in 5.75pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr><tr><td style=\\\"border-bottom:none;border-left:none;border-right:none;border-top:none;height:49.75pt;padding:.05in 5.75pt 4.3pt;vertical-align:top;width:7.5in;\\\">&nbsp;</td></tr></tbody></table></figure>\"\n        }\n    ]\n}"}],"_postman_id":"68233907-5e26-4e21-a872-ca293ddf427e"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","id":"bff7fe46-7789-4806-864f-49c089fc4252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbid\": 562396,\r\n    \"merchantid\": 3296\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/562396?action=cbview","urlObject":{"protocol":"https","path":["v2","cbdisputes","562396"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"cbview"}],"variable":[]}},"response":[],"_postman_id":"bff7fe46-7789-4806-864f-49c089fc4252"}],"id":"d2972557-0cb5-464b-96a4-77783223c765","_postman_id":"d2972557-0cb5-464b-96a4-77783223c765","description":""},{"name":"/insert","item":[{"name":"Insert chargeback from webhook queue","id":"841c4f6b-3686-47bd-be39-e8a37161bb91","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[4444777,4444776,4444775,4444774,4444773]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes?action=cbinsert","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"action","value":"cbinsert"}],"variable":[]}},"response":[{"id":"62681daf-8b8d-496c-a85e-966682d327b4","name":"Insert chargeback from webhook queue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[4442274]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=cbinsert","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"cbinsert"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Mar 2021 21:50:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"130"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1615587524\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=cbinsert\",\n            \"query\": {\n                \"action\": \"cbinsert\"\n            },\n            \"payload\": [\n                4442274\n            ]\n        }\n    },\n    \"data\": [\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584539,\n            \"apidate\": \"2021-03-12 22:10:16\"\n        }\n    ]\n}"},{"id":"98a8ebdc-e6c7-46f4-9c40-24f152b353ab","name":"Insert chargeback from webhook queue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[4444777,4444776,4444775,4444774,4444773]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?action=cbinsert","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"action","value":"cbinsert"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Mar 2021 22:18:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"270"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1615587524\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes?action=cbinsert\",\n            \"query\": {\n                \"action\": \"cbinsert\"\n            },\n            \"payload\": [\n                4444777,\n                4444776,\n                4444775,\n                4444774,\n                4444773\n            ]\n        }\n    },\n    \"data\": [\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584539,\n            \"apidate\": \"2021-03-12 22:10:16\"\n        },\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584540,\n            \"apidate\": \"2021-03-12 22:10:13\"\n        },\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584541,\n            \"apidate\": \"2021-03-12 22:10:10\"\n        },\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584542,\n            \"apidate\": \"2021-03-12 22:10:07\"\n        },\n        {\n            \"inserted\": false,\n            \"message\": \"record already exists.\",\n            \"cbid\": 584543,\n            \"apidate\": \"2021-03-12 22:10:03\"\n        }\n    ]\n}"}],"_postman_id":"841c4f6b-3686-47bd-be39-e8a37161bb91"}],"id":"88c1b6a2-b48f-4e64-a14d-cd35263f3b34","_postman_id":"88c1b6a2-b48f-4e64-a14d-cd35263f3b34","description":""},{"name":"Retrieve a record || list","id":"5853b0a5-6b61-45a5-9c54-133d8ac3fe81","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"fields","type":"text","value":"cbid,cbamount,cbdatedisputed"},{"key":"cbdatedisputed","type":"text","value":"2020-06-01|2020-06-05"},{"key":"sortby","type":"text","value":"cbid,desc"},{"description":"<p>Search field types using %like% operator</p>\n","key":"cbcasenumber","type":"text","value":"like[2020155012910]"},{"description":"<p>limit the total records using a starting_int | ending_int</p>\n","key":"limit","type":"text","value":"1|10"}]},"url":"https://api.chargebackdefense.com/v2/cbdisputes","description":"<h6 id=\"filtering\">Filtering</h6>\n","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"71dcf761-c0c0-427e-b5ee-852cbe3c7161","name":"Filters","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"http://api.chargebackdefense.com/v2/cbdisputes?fields=cbid,cbamount,cbdatedisputed&cbdatedisputed=2020-06-01|2020-06-05&sortby=cbid,desc&limit=1&cbcasenumber=like[2020155012910]","protocol":"http","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"fields","value":"cbid,cbamount,cbdatedisputed"},{"key":"cbdatedisputed","value":"2020-06-01|2020-06-05"},{"key":"sortby","value":"cbid,desc"},{"key":"limit","value":"1"},{"key":"cbcasenumber","value":"like[2020155012910]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Jul 2020 04:34:01 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"X-TotalRecords","value":"2207"},{"key":"X-PageRecords","value":"1"},{"key":"Set-Cookie","value":"pageAccess=22; expires=Mon, 24-Aug-2020 04:34:01 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"total_records\": \"2207\",\n        \"response_total\": 1\n    },\n    \"data\": [\n        {\n            \"cbid\": \"396142\",\n            \"cbamount\": \"106.25\",\n            \"cbdatedisputed\": \"2020-06-03\"\n        }\n    ]\n}"},{"id":"df644018-b9fc-40bb-8b23-a7694ba517d0","name":"Chargeback List","originalRequest":{"method":"GET","header":[],"url":"http://api.chargebackdefense.com/v2/cbdisputes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Jul 2020 02:54:48 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"X-TotalRecords","value":"389736"},{"key":"X-PageRecords","value":"200"},{"key":"Set-Cookie","value":"pageAccess=3; expires=Mon, 24-Aug-2020 02:54:48 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"19892"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"total_records\": \"389736\",\n        \"response_total\": 200\n    },\n    \"data\": [\n        {\n            \"adminid\": \"8713\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9368\",\n            \"cbamount\": \"0.33\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400000*****0012\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"15616814646516514\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"13298 Alpine Dr, Biloxi, , 39532, US\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Jeremiah\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"16\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-06\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-13\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"Test Test Test\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"1\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"\",\n            \"cbflag\": \"1\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2872\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"1\",\n            \"cbreasoncode\": \"83\",\n            \"cbreasonmsg\": \"\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"0.33\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400000\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0012\",\n            \"csvfilename\": \"\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-04-13 18:38:16\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"3202\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9368\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"447971*****4052\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24473014342900017709343\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"James\",\n            \"cbclientnamelast\": \"Prince\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-03\",\n            \"cbdateexpire\": \"2015-04-24\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2014-12-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"Vapor Partners of Florida LLC<br /> 564400000644369<br /> 2627 NE 203 Street Suite 100A, Aventura, FL 33180<br /> 1-888-779-0642<br /> &nbsp;<br /> July 14, 2015<br /> <strong>RE Case Number:&nbsp;</strong>24473014342900017709343<br /> James Prince<br /> Transaction Date :2014-12-07<br /> Trans amt:74.58<br /> Account #:447971xxxxxx4052<br /> <br /> <br /> To Whom It May Concern;<br /> <br /> &nbsp;<br /> We are an online merchant specializing in the sales of Vapor E-Cigs, a battery powered nicotine delivery system which offers a safer and healthier alternative to tobacco cigarettes. &nbsp;We offer customers an easy and convenient continuous shipment for a recurring price, which is stated clearly on our website. We also require all customers to read and accept our Terms and Conditions, which outlines this information, prior to completing any orders.<br /> &nbsp;<br /> Here at Vapor Partners of Florida LLC&nbsp;we do live fulfillments, taking multiple steps to ensure that our customers are satisfied.&nbsp;First, the product is sold and reviewed by our internal verification team. Then, the customer&rsquo;s Credit Card information is verified to ensure that the AVS and the CVV settings is a match prior to fulfilling and shipping the item(s). The final step is a follow up on the tracking information to confirm that the item(s) have been successfully shipped and/or delivered.<br /> Please note:<br>\\n<ul>\\n<li><strong>This transaction was verified by AVS Settings.</strong></li>\\n<li><strong>The IP address,  which was used for this order has been confirmed to match the location of the cardholder at </strong></li>\\n<li><strong>The item(s) purchased on 2014-12-07 were shipped with the tracking number , which confirmed a successful delivery on 0000-00-00.</strong></li>\\n<li><strong>James Prince&nbsp;agreed to our terms and conditions which clearly outline the terms of our continuous shipments with recurring charges, our cancellation policy, and our refund policy.</strong></li>\\n<li><strong>The refund policy clearly states that the consumer has the option to cancel the purchase for any reason within the first 14 days after receiving the product by contacting our customer service department, returning the item, and requesting a refund.&nbsp;</strong></li>\\n<li><strong>We have made multiple attempts to contact and resolve this issue with the customer; however, all attempts have been unsuccessful. Our notes indicate that no return has been received for this transaction.</strong></li>\\n</ul>\\nFor your convenience, we have included the supporting documentation.<br /> <br /> <span style=\\\"background-color: #ffff00;\\\"><strong>In Summary:&nbsp;This transaction was verified as having an exact AVS match, a confirmed delivery, and no returns have been received. We have made multiple attempts to contact this customer and resolve this issue; however, as<span style=\\\"text-decoration: underline;\\\"> we have not received a return of the item(s)</span> we have not issued any credit to this customer.<br /> </strong></span><br /> <strong>In consideration of this information, we respectfully request that the original transaction be honored.</strong><br /> <br /> If there are any further questions or concerns, please do not hesitate to contact our offices.<br /> &nbsp;<br /> Sincerely,<br /> Chargeback Department<br /> 1(888) 229-6390<br>\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"447971xxxxxx4052   \\\",\\\"Visa\\\",\\\" \\\",\\\"12\\\\/7\\\\/2014 12:00:00 AM\\\",\\\"24473014342900017709343\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2873\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"447971\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4052\",\n            \"csvfilename\": \"chargebacks_1600847091750218229.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:24:34\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2710\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"26.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"482862*****7013\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725085900017811701\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Taryn\",\n            \"cbclientnamelast\": \"Sallade\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-25\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"482862xxxxxx7013   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"24145725085900017811701\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$26.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2874\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"26.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"482862\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7013\",\n            \"csvfilename\": \"chargebacks_1324329493524984294.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:25:46\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"470134*****9502\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725027900013608904\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Janice\",\n            \"cbclientnamelast\": \"Mathis\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-10\",\n            \"cbdateexpire\": \"2015-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-26\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"470134xxxxxx9502   \\\",\\\"Visa\\\",\\\" \\\",\\\"1\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"24145725027900013608904\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2875\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"470134\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9502\",\n            \"csvfilename\": \"chargebacks_1324329493524984294.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:25:46\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"470134*****9502\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725057900015710388\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Janice\",\n            \"cbclientnamelast\": \"Mathis\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-10\",\n            \"cbdateexpire\": \"2015-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-25\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"470134xxxxxx9502   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"24145725057900015710388\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2876\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"470134\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9502\",\n            \"csvfilename\": \"chargebacks_1324329493524984294.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:25:46\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"69.93\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"515248*****9271\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865002900011505319\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Irving\",\n            \"cbclientnamelast\": \"Croskey\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2015-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"515248xxxxxx9271   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"1\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"85247865002900011505319\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$69.93\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2877\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"69.93\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"515248\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9271\",\n            \"csvfilename\": \"chargebacks_1324329493524984294.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:25:46\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414711*****7169\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725061900019233340\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"414711xxxxxx7169   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725061900019233340\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2878\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414711\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7169\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:08\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414711*****7169\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725075900010738994\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"414711xxxxxx7169   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725075900010738994\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2879\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414711\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7169\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434257*****6702\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725074900010538684\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-14\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"434257xxxxxx6702   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"24145725074900010538684\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2880\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434257\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6702\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473703*****1612\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725079900011141590\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"473703xxxxxx1612   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725079900011141590\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2881\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473703\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1612\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"79.45\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483312*****2023\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725079900011141681\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"483312xxxxxx2023   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725079900011141681\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$79.45\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2882\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"79.45\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483312\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2023\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517542*****9088\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865047900017928082\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-02\",\n            \"cbdateexpire\": \"2015-04-23\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"517542xxxxxx9088   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"2\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"85247865047900017928082\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2883\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517542\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9088\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434257*****6702\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725089900012045087\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-03\",\n            \"cbdateexpire\": \"2015-04-24\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-29\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"434257xxxxxx6702   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"24145725089900012045087\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2884\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434257\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6702\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"436618*****9015\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725068900010036489\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-04\",\n            \"cbdateexpire\": \"2015-04-25\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"436618xxxxxx9015   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725068900010036489\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2885\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"436618\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9015\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"436618*****9015\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900011542791\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-04\",\n            \"cbdateexpire\": \"2015-04-25\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-24\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"436618xxxxxx9015   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"24145725083900011542791\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2886\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"436618\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9015\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473702*****0780\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725070900010237406\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-09\",\n            \"cbdateexpire\": \"2015-04-30\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-11\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"473702xxxxxx0780   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"24145725070900010237406\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2887\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473702\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0780\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"403487*****5273\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725081900011242097\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-10\",\n            \"cbdateexpire\": \"2015-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"403487xxxxxx5273   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725081900011242097\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2888\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"403487\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5273\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****7541\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725089900012145648\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-10\",\n            \"cbdateexpire\": \"2015-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx7541   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725089900012145648\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2889\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7541\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435544*****7277\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725034900016621749\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-11\",\n            \"cbdateexpire\": \"2015-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-03\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"435544xxxxxx7277   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"24145725034900016621749\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2890\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435544\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7277\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435544*****7277\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725049900018129447\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-11\",\n            \"cbdateexpire\": \"2015-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-18\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"435544xxxxxx7277   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"24145725049900018129447\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2891\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435544\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7277\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"470132*****0947\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725067900019836047\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-11\",\n            \"cbdateexpire\": \"2015-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"470132xxxxxx0947   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725067900019836047\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2892\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"470132\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0947\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400022*****8998\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725068900010036653\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-13\",\n            \"cbdateexpire\": \"2015-05-04\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"400022xxxxxx8998   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725068900010036653\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2893\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400022\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8998\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400022*****8998\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900011542841\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-13\",\n            \"cbdateexpire\": \"2015-05-04\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-24\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"400022xxxxxx8998   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"24145725083900011542841\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2894\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400022\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8998\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"478200*****2222\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725091900012346440\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2015-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"478200xxxxxx2222   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725091900012346440\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2895\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"478200\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2222\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****3624\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865048900018028899\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2015-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx3624   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"2\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"85247865048900018028899\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2896\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3624\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"79.45\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****3624\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865067900019836114\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2015-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx3624   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"85247865067900019836114\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$79.45\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2897\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"79.45\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3624\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"79.45\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****3624\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865096900012848442\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2015-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx3624   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"85247865096900012848442\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$79.45\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2898\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"79.45\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3624\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546632*****9164\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865098900013050202\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2015-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"546632xxxxxx9164   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"85247865098900013050202\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2899\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546632\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9164\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"445101*****7266\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725093900012547250\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-16\",\n            \"cbdateexpire\": \"2015-05-07\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-03\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"445101xxxxxx7266   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"24145725093900012547250\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2900\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"445101\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7266\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"419482*****2187\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725095900012647686\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-17\",\n            \"cbdateexpire\": \"2015-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"419482xxxxxx2187   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725095900012647686\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2901\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"419482\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2187\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426684*****6292\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725091900012346374\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2015-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"426684xxxxxx6292   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725091900012346374\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2902\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426684\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6292\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"431307*****1706\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725100900013251366\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-20\",\n            \"cbdateexpire\": \"2015-05-11\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"431307xxxxxx1706   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725100900013251366\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2903\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"431307\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1706\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435996*****3429\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725071900010337833\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-20\",\n            \"cbdateexpire\": \"2015-05-11\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-12\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"435996xxxxxx3429   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"24145725071900010337833\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2904\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435996\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3429\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435996*****3429\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725086900011844103\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-20\",\n            \"cbdateexpire\": \"2015-05-11\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-27\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"435996xxxxxx3429   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"24145725086900011844103\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2905\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435996\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3429\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1719\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865102900013352164\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-21\",\n            \"cbdateexpire\": \"2015-05-12\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-11\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1719   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"85247865102900013352164\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2906\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1719\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"542418*****6507\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865096900012748147\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-21\",\n            \"cbdateexpire\": \"2015-05-12\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"542418xxxxxx6507   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"85247865096900012748147\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2907\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"542418\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6507\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426684*****6292\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725106900013854189\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2015-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"426684xxxxxx6292   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725106900013854189\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2908\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426684\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6292\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"475055*****7476\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900013352113\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2015-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-11\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"475055xxxxxx7476   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"24145725102900013352113\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2909\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"475055\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7476\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"461046*****6870\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725072900010438135\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2015-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-13\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"461046xxxxxx6870   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"24145725072900010438135\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2910\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"461046\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6870\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546121*****7725\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865096900012748220\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2015-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"546121xxxxxx7725   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"85247865096900012748220\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2911\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546121\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7725\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"412800*****4069\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900013352246\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-24\",\n            \"cbdateexpire\": \"2015-05-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-11\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"412800xxxxxx4069   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"24145725102900013352246\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2912\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"412800\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4069\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"444296*****5600\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725098900013050531\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"444296xxxxxx5600   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"24145725098900013050531\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2913\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"444296\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5600\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"448110*****7623\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725068900010036596\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"448110xxxxxx7623   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725068900010036596\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2914\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"448110\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7623\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"481582*****8961\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725081900011242089\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"481582xxxxxx8961   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725081900011242089\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2915\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"481582\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8961\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414737*****1089\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725079900011141715\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2017-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"414737xxxxxx1089   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725079900011141715\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2916\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414737\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1089\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"79.45\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414737*****1089\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725095900012647595\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2017-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"414737xxxxxx1089   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725095900012647595\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$79.45\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2917\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"79.45\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414737\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1089\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486794*****3950\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725109900014055940\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2017-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-18\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"486794xxxxxx3950   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"24145725109900014055940\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2918\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486794\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3950\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435791*****1320\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725110900014257097\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-28\",\n            \"cbdateexpire\": \"2017-05-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"435791xxxxxx1320   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725110900014257097\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2919\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435791\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1320\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"79.45\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"542418*****6507\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865110900014257123\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-28\",\n            \"cbdateexpire\": \"2017-05-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"542418xxxxxx6507   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"85247865110900014257123\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$79.45\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2920\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"79.45\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"542418\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6507\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"475055*****7357\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725109900014055957\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2017-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-18\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"475055xxxxxx7357   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"24145725109900014055957\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2921\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"475055\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7357\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"26.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"515248*****9271\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865061900019333530\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2017-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-02\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"515248xxxxxx9271   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"85247865061900019333530\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$26.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2922\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"26.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"515248\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9271\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****7689\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865099900013150951\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2017-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx7689   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"85247865099900013150951\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2923\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7689\",\n            \"csvfilename\": \"chargebacks_11685614412069457879.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:09\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"480990*****2135\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725002900013115149\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-02\",\n            \"cbdateexpire\": \"2017-04-23\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"480990xxxxxx2135   \\\",\\\"Visa\\\",\\\" \\\",\\\"1\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725002900013115149\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2924\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"480990\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2135\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"480990*****2135\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725018900014620719\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-02\",\n            \"cbdateexpire\": \"2017-04-23\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"480990xxxxxx2135   \\\",\\\"Visa\\\",\\\" \\\",\\\"1\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725018900014620719\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2925\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"480990\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2135\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"558158*****1887\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865088900011349830\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-03\",\n            \"cbdateexpire\": \"2017-04-24\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-28\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"558158xxxxxx1887   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"85247865088900011349830\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2926\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"558158\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1887\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"403784*****0992\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725067900019138006\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-04\",\n            \"cbdateexpire\": \"2017-04-25\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"403784xxxxxx0992   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725067900019138006\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2927\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"403784\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0992\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434257*****7485\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725090900011551132\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-04\",\n            \"cbdateexpire\": \"2017-04-25\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"434257xxxxxx7485   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725090900011551132\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2928\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434257\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7485\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434258*****0163\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725090900011551108\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-04\",\n            \"cbdateexpire\": \"2017-04-25\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"434258xxxxxx0163   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725090900011551108\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2929\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434258\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0163\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"436618*****4845\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145724351900011611404\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13866\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-05\",\n            \"cbdateexpire\": \"2017-04-26\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2014-12-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"436618xxxxxx4845   \\\",\\\"Visa\\\",\\\" \\\",\\\"12\\\\/16\\\\/2014 12:00:00 AM\\\",\\\"24145724351900011611404\\\",\\\"1035 - SALES CHARGEBACK REVERSAL\\\",\\\"$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2930\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1035\",\n            \"cbreasonmsg\": \"1035 - SALES CHARGEBACK REVERSAL\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"436618\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4845\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434256*****2388\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725091900011651634\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-06\",\n            \"cbdateexpire\": \"2017-04-27\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-31\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"434256xxxxxx2388   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/31\\\\/2015 12:00:00 AM\\\",\\\"24145725091900011651634\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2931\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434256\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2388\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"519667*****2728\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865083900010846369\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-07\",\n            \"cbdateexpire\": \"2017-04-28\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"519667xxxxxx2728   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"85247865083900010846369\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2932\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"519667\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2728\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"542418*****5858\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865076900010143675\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-07\",\n            \"cbdateexpire\": \"2017-04-28\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"542418xxxxxx5858   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"85247865076900010143675\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2933\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"542418\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5858\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426615*****6850\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010847035\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-08\",\n            \"cbdateexpire\": \"2017-04-29\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"426615xxxxxx6850   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010847035\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2934\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426615\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6850\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443264*****6329\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010846243\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-08\",\n            \"cbdateexpire\": \"2017-04-29\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"443264xxxxxx6329   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010846243\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2935\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443264\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6329\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"466309*****4508\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725088900011249566\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-08\",\n            \"cbdateexpire\": \"2017-04-29\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-27\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"466309xxxxxx4508   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"24145725088900011249566\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2936\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"466309\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4508\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"425808*****4154\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725090900011550902\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-09\",\n            \"cbdateexpire\": \"2017-04-30\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"425808xxxxxx4154   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725090900011550902\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2937\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"425808\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4154\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443264*****8268\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725088900011349879\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-10\",\n            \"cbdateexpire\": \"2017-05-01\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-28\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"443264xxxxxx8268   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"24145725088900011349879\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2938\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443264\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8268\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"528757*****5955\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865083900010846617\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-11\",\n            \"cbdateexpire\": \"2017-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"528757xxxxxx5955   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"85247865083900010846617\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2939\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"528757\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5955\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"421156*****3136\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725039900016832317\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2017-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"421156xxxxxx3136   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725039900016832317\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2940\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"421156\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3136\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"421156*****3136\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725061900018635412\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2017-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"421156xxxxxx3136   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725061900018635412\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2941\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"421156\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3136\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"421156*****3136\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725091900011651576\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-14\",\n            \"cbdateexpire\": \"2017-05-05\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-31\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"421156xxxxxx3136   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/31\\\\/2015 12:00:00 AM\\\",\\\"24145725091900011651576\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2942\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"421156\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3136\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"481582*****6846\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725092900011752258\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-15\",\n            \"cbdateexpire\": \"2017-05-06\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"481582xxxxxx6846   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725092900011752258\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2943\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"481582\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6846\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****8555\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865037900016630673\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-15\",\n            \"cbdateexpire\": \"2017-05-06\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx8555   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"2\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"85247865037900016630673\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2944\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8555\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435544*****1783\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725018900014721194\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-16\",\n            \"cbdateexpire\": \"2017-05-07\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"435544xxxxxx1783   \\\",\\\"Visa\\\",\\\" \\\",\\\"1\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725018900014721194\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2945\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435544\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1783\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****0773\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865081900010645391\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-16\",\n            \"cbdateexpire\": \"2017-05-07\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx0773   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"85247865081900010645391\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2946\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0773\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****0773\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865096900012155210\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-16\",\n            \"cbdateexpire\": \"2017-05-07\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx0773   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"85247865096900012155210\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2947\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0773\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546540*****3882\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865096900012155335\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-16\",\n            \"cbdateexpire\": \"2017-05-07\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"546540xxxxxx3882   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"85247865096900012155335\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2948\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546540\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3882\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434769*****9429\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725086900011148398\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-17\",\n            \"cbdateexpire\": \"2017-05-08\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-26\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"434769xxxxxx9429   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"24145725086900011148398\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2949\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434769\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9429\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"436618*****8417\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010846284\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-17\",\n            \"cbdateexpire\": \"2017-05-08\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"436618xxxxxx8417   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010846284\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2950\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"436618\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8417\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"474488*****3015\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900012659054\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-17\",\n            \"cbdateexpire\": \"2017-05-08\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"474488xxxxxx3015   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725102900012659054\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2951\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"474488\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3015\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"425907*****6078\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010846870\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"425907xxxxxx6078   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010846870\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2952\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"425907\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6078\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"425907*****6078\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725098900012356418\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"425907xxxxxx6078   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725098900012356418\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2953\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"425907\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6078\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"448915*****4204\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725022900015123717\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"448915xxxxxx4204   \\\",\\\"Visa\\\",\\\" \\\",\\\"1\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725022900015123717\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2954\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"448915\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4204\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"448915*****4204\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725037900016630796\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"448915xxxxxx4204   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"24145725037900016630796\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2955\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"448915\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4204\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"113.56\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"462842*****7286\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725099900012457033\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"462842xxxxxx7286   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"24145725099900012457033\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$113.56\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2956\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"113.56\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"462842\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7286\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483312*****8939\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725097900012255736\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"483312xxxxxx8939   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725097900012255736\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2957\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483312\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8939\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"524366*****8716\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865008900013718393\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"524366xxxxxx8716   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"1\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"85247865008900013718393\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2958\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"524366\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8716\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"524366*****8716\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865039900016731222\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-18\",\n            \"cbdateexpire\": \"2017-05-09\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"524366xxxxxx8716   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"2\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"85247865039900016731222\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2959\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"524366\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8716\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"403784*****0992\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725096900012154989\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-19\",\n            \"cbdateexpire\": \"2017-05-10\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"403784xxxxxx0992   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"24145725096900012154989\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2960\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"403784\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0992\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"411774*****4437\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900012658726\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-19\",\n            \"cbdateexpire\": \"2017-05-10\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"411774xxxxxx4437   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725102900012658726\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2961\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"411774\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4437\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"431307*****8408\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900012659070\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2017-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"431307xxxxxx8408   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725102900012659070\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2962\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"431307\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8408\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435545*****6411\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725065900019037614\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2017-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"435545xxxxxx6411   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"24145725065900019037614\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2963\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435545\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6411\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"435680*****7247\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725075900010043031\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2017-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-15\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"435680xxxxxx7247   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"24145725075900010043031\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2964\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"435680\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7247\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443264*****6769\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725099900012457025\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-22\",\n            \"cbdateexpire\": \"2017-05-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"443264xxxxxx6769   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"24145725099900012457025\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2965\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443264\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6769\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434216*****1876\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725061900018635636\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2017-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"434216xxxxxx1876   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725061900018635636\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2966\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434216\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1876\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434769*****5743\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725086900011148356\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2017-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-26\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"434769xxxxxx5743   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"24145725086900011148356\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2967\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434769\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5743\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"440318*****4781\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725090900011551207\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2017-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"440318xxxxxx4781   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725090900011551207\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2968\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"440318\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4781\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"71.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443264*****8268\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725103900012860784\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2017-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-12\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"443264xxxxxx8268   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"24145725103900012860784\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$71.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2969\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"71.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443264\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8268\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"446542*****7753\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725067900019137990\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2017-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"446542xxxxxx7753   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725067900019137990\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2970\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"446542\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7753\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"412800*****4119\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010846979\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-24\",\n            \"cbdateexpire\": \"2017-05-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"412800xxxxxx4119   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010846979\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2971\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"412800\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4119\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"412800*****4119\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725098900012356442\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-24\",\n            \"cbdateexpire\": \"2017-05-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"412800xxxxxx4119   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725098900012356442\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2972\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"412800\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4119\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414737*****3694\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725068900019339058\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"414737xxxxxx3694   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"24145725068900019339058\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2973\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414737\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3694\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414737*****3694\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900010846292\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"414737xxxxxx3694   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900010846292\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2974\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414737\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3694\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483316*****3452\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725105900013062370\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2017-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-14\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"483316xxxxxx3452   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"24145725105900013062370\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2975\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483316\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3452\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"446542*****7266\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725088900011249392\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2017-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-27\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"446542xxxxxx7266   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"24145725088900011249392\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2976\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"446542\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7266\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****0205\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725103900012860891\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-27\",\n            \"cbdateexpire\": \"2017-05-18\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-12\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx0205   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"24145725103900012860891\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2977\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0205\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"19.43\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****5111\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865085900011047841\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-27\",\n            \"cbdateexpire\": \"2015-05-18\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-25\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx5111   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"85247865085900011047841\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$19.43\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2978\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"19.43\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5111\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****6595\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725107900013263679\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-28\",\n            \"cbdateexpire\": \"2015-05-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx6595   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725107900013263679\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2979\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6595\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"544927*****6856\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865018900014620638\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-29\",\n            \"cbdateexpire\": \"2015-05-20\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-01-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"544927xxxxxx6856   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"1\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"85247865018900014620638\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2980\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"544927\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6856\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483316*****5552\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725075900010042678\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2015-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-15\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"483316xxxxxx5552   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"24145725075900010042678\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2981\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483316\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5552\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546528*****7585\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865100900012557880\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2015-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"546528xxxxxx7585   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"85247865100900012557880\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2982\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546528\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7585\",\n            \"csvfilename\": \"chargebacks_18017447031619674795.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:31:43\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434256*****5271\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725061900391701971\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"434256xxxxxx5271   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725061900391701971\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2983\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434256\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5271\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546616*****7926\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865084900394007959\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-01\",\n            \"cbdateexpire\": \"2015-04-22\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-24\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"546616xxxxxx7926   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"85247865084900394007959\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2984\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546616\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7926\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"420767*****3093\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725067900392303300\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-03\",\n            \"cbdateexpire\": \"2015-04-24\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"<div style=\\\"width: 650px; height: 200px; position: absolute; top: 52px; left: 8px; background-image: url('http://www.chargebackdefensesolutions.com/wp-content/uploads/2016/07/email-template3.png'); background-repeat: no-repeat;\\\">&nbsp;</div>\\r\\n<div style=\\\"position: absolute; left: 18px; top: 180px; width: 400px; height: 50px;\\\"><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\"><strong>Rivas Online</strong> &lt;&gt;</span><br /><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\">TO:  <br />&lt;&gt;</span></div>\\r\\n<div style=\\\"position: absolute; left: 280px; top: 80px; width: 370px; height: 20px; text-align: right;\\\"><strong> </strong></div>\\r\\n<div style=\\\"position: absolute; left: 440px; top: 180px; width: 200px; height: 20px; text-align: right;\\\"><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\">2015-03-07</span></div>\\r\\n<div style=\\\"width: 610px; height: 800px; position: absolute; top: 285px; left: 35px; background-image: url('http://www.chargebackdefensesolutions.com/wp-content/uploads/2016/07/Email-Order-Confirmation.png'); background-repeat: no-repeat;\\\">&nbsp;</div>\\r\\n<div style=\\\"position: absolute; left: 95px; top: 415px; width: 480px; height: 60px;\\\"><span style=\\\"font-size: medium; font-family: 'trebuchet ms', geneva;\\\" data-mce-mark=\\\"1\\\">Your order has been received and is now being processed. &nbsp;Your order details are shown below for your reference.</span></div>\\r\\n<div style=\\\"position: absolute; left: 60px; top: 496px; width: 250px; height: 30px;\\\"><strong><span style=\\\"font-size: large;\\\" data-mce-mark=\\\"1\\\">ORDER: #[[ORDERID]]</span></strong></div>\\r\\n<div style=\\\"position: absolute; left: 65px; top: 535px; width: 300px; height: 30px;\\\">\\r\\n<table style=\\\"height: 67px; width: 555px;\\\" border=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td style=\\\"background-color: #e5e5e6;\\\"><strong>PRODUCT</strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>\\r\\n<td style=\\\"background-color: #e5e5e6;\\\"><strong>QUANTITY</strong></td>\\r\\n<td style=\\\"background-color: #e5e5e6;\\\"><strong>PRICE</strong></td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"text-align: center; background-color: #ffffff;\\\">[[ORDERDESCRIPTION]]</td>\\r\\n<td style=\\\"text-align: center; background-color: #ffffff;\\\">1</td>\\r\\n<td style=\\\"text-align: center; background-color: #ffffff;\\\">109.63</td>\\r\\n</tr>\\r\\n</tbody>\\r\\n</table>\\r\\n</div>\\r\\n<div style=\\\"position: absolute; left: 65px; top: 607px; width: 555px; height: 108px;\\\">\\r\\n<table style=\\\"height: 108px; width: 556px;\\\" border=\\\"0\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\"><strong>&nbsp;Cart Subtotal:</strong>&nbsp; &nbsp;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>\\r\\n<td style=\\\"text-align: center;\\\">109.63</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\"><strong>&nbsp;Shipping:</strong></span></td>\\r\\n<td>&nbsp;</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\"><strong>&nbsp;Order Total:</strong></span></td>\\r\\n<td style=\\\"text-align: center;\\\"><strong>109.63</strong></td>\\r\\n</tr>\\r\\n</tbody>\\r\\n</table>\\r\\n</div>\\r\\n<div style=\\\"position: absolute; left: 51px; top: 740px; width: 275px; height: 100px;\\\"><span style=\\\"font-size: large;\\\" data-mce-mark=\\\"1\\\"><strong><span style=\\\"font-size: large;\\\" data-mce-mark=\\\"1\\\"><strong><span style=\\\"font-size: large;\\\" data-mce-mark=\\\"1\\\">Customer Details<br /><br /></span></strong></span></strong><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\">Email:&lt;&gt;<br />Tel: </span></span></div>\\r\\n<div style=\\\"position: absolute; left: 51px; top: 850px; width: 275px; height: 100px;\\\"><span style=\\\"font-size: large;\\\"><strong><strong>Billing Address<br /><br /></strong></strong></span><span style=\\\"font-size: small;\\\"> </span><br /><span style=\\\"font-size: small;\\\"></span><br /><br /></div>\\r\\n<div style=\\\"position: absolute; left: 350px; top: 850px; width: 275px; height: 100px;\\\"><span style=\\\"font-size: large;\\\"><strong><span data-mce-mark=\\\"1\\\"><strong><span data-mce-mark=\\\"1\\\">Shipping Address<br /><br /></span></strong></span></strong><span style=\\\"font-size: small;\\\" data-mce-mark=\\\"1\\\"><span data-mce-mark=\\\"1\\\"> <br /></span></span><strong><span data-mce-mark=\\\"1\\\"><strong><span data-mce-mark=\\\"1\\\"><br /></span></strong></span></strong></span></div>\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"420767xxxxxx3093   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725067900392303300\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2985\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"420767\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3093\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"420767*****3093\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725082900393807300\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-03\",\n            \"cbdateexpire\": \"2015-04-24\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-22\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"420767xxxxxx3093   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"24145725082900393807300\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2986\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"420767\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3093\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"515599*****0820\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865063900391902264\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-06\",\n            \"cbdateexpire\": \"2015-04-27\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-03\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"515599xxxxxx0820   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"85247865063900391902264\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2987\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"515599\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0820\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"515599*****0820\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865078900393405715\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-06\",\n            \"cbdateexpire\": \"2015-04-27\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-18\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"515599xxxxxx0820   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"85247865078900393405715\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2988\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"515599\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0820\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"546616*****4366\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865091900394710363\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-07\",\n            \"cbdateexpire\": \"2015-04-28\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-31\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"546616xxxxxx4366   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/31\\\\/2015 12:00:00 AM\\\",\\\"85247865091900394710363\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2989\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"546616\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4366\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"467010*****8008\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725069900392503550\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-08\",\n            \"cbdateexpire\": \"2015-04-29\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"467010xxxxxx8008   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725069900392503550\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2990\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"467010\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8008\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"475055*****0066\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725088900394309060\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-09\",\n            \"cbdateexpire\": \"2015-04-30\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-27\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"475055xxxxxx0066   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"24145725088900394309060\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2991\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"475055\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0066\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"420767*****0369\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725090900394610216\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-11\",\n            \"cbdateexpire\": \"2015-05-02\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"420767xxxxxx0369   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"24145725090900394610216\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2992\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"420767\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0369\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"406042*****0969\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725102900395715846\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-23\",\n            \"cbdateexpire\": \"2015-05-14\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"406042xxxxxx0969   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725102900395715846\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2993\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"406042\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0969\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"446817*****7400\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725110900396620649\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-24\",\n            \"cbdateexpire\": \"2015-05-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-19\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"446817xxxxxx7400   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"24145725110900396620649\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2994\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"446817\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7400\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"542418*****8050\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865090900394610069\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-24\",\n            \"cbdateexpire\": \"2015-05-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-30\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"542418xxxxxx8050   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"85247865090900394610069\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2995\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"542418\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8050\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"406042*****5217\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725111900396721321\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2015-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"406042xxxxxx5217   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725111900396721321\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2996\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"406042\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5217\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"1.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"444296*****5600\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725095900395111946\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2015-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"444296xxxxxx5600   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725095900395111946\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$1.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2997\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"1.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"444296\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5600\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473703*****0042\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725111900396721255\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2015-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"473703xxxxxx0042   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725111900396721255\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2998\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473703\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0042\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"431307*****1300\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725110900396620730\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13865\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2015-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-19\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"431307xxxxxx1300   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"24145725110900396620730\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"2999\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"431307\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1300\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"431307*****4461\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725071900392704006\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13864\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2015-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-11\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"431307xxxxxx4461   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/11\\\\/2015 12:00:00 AM\\\",\\\"24145725071900392704006\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3000\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"431307\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4461\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"431307*****4461\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725086900394208462\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13863\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2015-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-26\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"431307xxxxxx4461   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"24145725086900394208462\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3001\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"431307\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4461\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"438864*****1120\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725109900396419151\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13862\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2015-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"438864xxxxxx1120   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725109900396419151\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3002\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"438864\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1120\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473702*****9551\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725112900396821740\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13861\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-27\",\n            \"cbdateexpire\": \"2015-05-18\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/27\\\\/2015 12:00:00 AM\\\",\\\"473702xxxxxx9551   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725112900396821740\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3003\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473702\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9551\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"474472*****5636\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725099900395514897\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13860\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-29\",\n            \"cbdateexpire\": \"2015-05-20\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-08\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"474472xxxxxx5636   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"24145725099900395514897\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3004\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"474472\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5636\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1938\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865097900395313674\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13859\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-29\",\n            \"cbdateexpire\": \"2015-05-20\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1938   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"85247865097900395313674\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3005\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1938\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1938\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865112900396821783\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13858\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-29\",\n            \"cbdateexpire\": \"2015-05-20\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1938   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"85247865112900396821783\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3006\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1938\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"105.68\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"442630*****2658\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725078900393405697\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13857\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2015-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-18\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"442630xxxxxx2658   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/18\\\\/2015 12:00:00 AM\\\",\\\"24145725078900393405697\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$105.68\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3007\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"105.68\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"442630\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2658\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****2447\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725111900396721578\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13856\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2015-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx2447   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"24145725111900396721578\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3008\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2447\",\n            \"csvfilename\": \"chargebacks_64149147463616896.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:32:19\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434769*****4906\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725105900010200239\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13855\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-25\",\n            \"cbdateexpire\": \"2015-05-16\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-14\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"434769xxxxxx4906   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"24145725105900010200239\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3009\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434769\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4906\",\n            \"csvfilename\": \"chargebacks_4884492922047230010.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:05\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483316*****5120\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725105900010200437\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13854\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-26\",\n            \"cbdateexpire\": \"2015-05-17\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-14\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/26\\\\/2015 12:00:00 AM\\\",\\\"483316xxxxxx5120   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"24145725105900010200437\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3010\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483316\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5120\",\n            \"csvfilename\": \"chargebacks_4884492922047230010.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:05\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"474480*****3574\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725107900010403476\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13853\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-28\",\n            \"cbdateexpire\": \"2015-05-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"474480xxxxxx3574   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725107900010403476\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3011\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"474480\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3574\",\n            \"csvfilename\": \"chargebacks_4884492922047230010.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:05\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"542432*****2924\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865112900010704969\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13852\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-28\",\n            \"cbdateexpire\": \"2015-05-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"542432xxxxxx2924   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"85247865112900010704969\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3012\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"542432\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2924\",\n            \"csvfilename\": \"chargebacks_4884492922047230010.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:05\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"548009*****0316\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865107900010403643\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13851\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-04-30\",\n            \"cbdateexpire\": \"2015-05-21\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"4\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"548009xxxxxx0316   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"85247865107900010403643\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3013\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"3021\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"548009\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0316\",\n            \"csvfilename\": \"chargebacks_4884492922047230010.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:05\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"451674*****2717\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725125900010113586\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Shirley\",\n            \"cbclientnamelast\": \"Stoufer\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"2015-06-04\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"451674xxxxxx2717   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725125900010113586\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3014\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"451674\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2717\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483313*****0205\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725134900011014485\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Alejandro\",\n            \"cbclientnamelast\": \"Biancucci\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-21\",\n            \"cbdateexpire\": \"2015-06-11\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-13\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"483313xxxxxx0205   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"24145725134900011014485\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3015\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483313\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0205\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400022*****3753\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725138900011416330\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Meghan\",\n            \"cbclientnamelast\": \"Weber\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-23\",\n            \"cbdateexpire\": \"2015-06-13\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"400022xxxxxx3753   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"24145725138900011416330\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3016\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400022\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3753\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"434258*****7880\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725137900011215097\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Deanna\",\n            \"cbclientnamelast\": \"Tiedemann\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-25\",\n            \"cbdateexpire\": \"2015-06-15\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-15\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"434258xxxxxx7880   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"24145725137900011215097\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3017\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"434258\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7880\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414778*****7335\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725137900011315632\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Roger\",\n            \"cbclientnamelast\": \"Marlowe\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13850\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-29\",\n            \"cbdateexpire\": \"2015-06-19\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"414778xxxxxx7335   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725137900011315632\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3018\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"1015\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414778\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7335\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483316*****2346\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725139900011516823\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"Meghan\",\n            \"cbclientnamelast\": \"Burt\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13849\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-29\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"483316xxxxxx2346   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"24145725139900011516823\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3019\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"1\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"2\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483316\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"2346\",\n            \"csvfilename\": \"chargebacks_4075288032118810691.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:33:54\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483313*****7997\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725037900016924991\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13848\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-01\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"483313xxxxxx7997   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725037900016924991\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3020\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483313\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7997\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483313*****7997\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725053900018430590\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13847\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-01\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"483313xxxxxx7997   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725053900018430590\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3021\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483313\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7997\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"415557*****3121\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725100900013251291\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13846\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"415557xxxxxx3121   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725100900013251291\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3022\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"415557\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3121\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"29.70\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"428208*****9705\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725112900014458495\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13845\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-22\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"428208xxxxxx9705   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"24145725112900014458495\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$29.70\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3023\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"29.70\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"428208\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9705\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443044*****9103\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725069900010136965\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13844\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-10\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"443044xxxxxx9103   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/10\\\\/2015 12:00:00 AM\\\",\\\"24145725069900010136965\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3024\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443044\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9103\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443044*****9103\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725084900011643283\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13843\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-25\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"443044xxxxxx9103   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"24145725084900011643283\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3025\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443044\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9103\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473703*****6853\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725095900012647439\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13842\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"473703xxxxxx6853   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725095900012647439\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3026\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473703\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6853\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"473703*****6853\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725110900014156448\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13841\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-02\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-19\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"473703xxxxxx6853   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"24145725110900014156448\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3027\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"473703\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6853\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"404657*****1202\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725095900012647488\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13840\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"404657xxxxxx1202   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725095900012647488\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3028\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"404657\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1202\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"404657*****1202\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725110900014156372\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13839\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-19\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"404657xxxxxx1202   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"24145725110900014156372\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3029\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"404657\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1202\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"464018*****1152\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725096900012848515\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13838\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"464018xxxxxx1152   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725096900012848515\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3030\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"464018\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1152\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"464018*****1152\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725111900014357524\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13837\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"464018xxxxxx1152   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725111900014357524\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3031\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"464018\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1152\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"466309*****9198\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725107900013954681\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13836\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"466309xxxxxx9198   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725107900013954681\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3032\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"466309\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9198\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"479853*****5910\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725105900013753762\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13835\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-03\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-15\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"479853xxxxxx5910   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"24145725105900013753762\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3033\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"479853\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5910\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483312*****6529\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725099900013150975\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13834\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-06\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"483312xxxxxx6529   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725099900013150975\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3034\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483312\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6529\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"514759*****4036\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865064900019635147\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13833\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-08\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"514759xxxxxx4036   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"85247865064900019635147\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3035\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"514759\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4036\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"514759*****4036\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865079900011141642\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13832\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-08\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/8\\\\/2015 12:00:00 AM\\\",\\\"514759xxxxxx4036   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"3\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"85247865079900011141642\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3036\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"514759\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4036\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1413\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865110900014156564\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13831\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-09\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-19\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1413   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/19\\\\/2015 12:00:00 AM\\\",\\\"85247865110900014156564\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3037\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1413\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"418586*****3383\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725105900013753754\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13830\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-12\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-15\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"418586xxxxxx3383   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"24145725105900013753754\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3038\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"418586\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3383\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"418586*****3383\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725126900015763707\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13829\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-12\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"418586xxxxxx3383   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725126900015763707\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3039\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"418586\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3383\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****5111\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865124900015461538\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13828\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-12\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-03\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx5111   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"85247865124900015461538\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3040\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5111\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"44.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426684*****1761\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900011542858\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13827\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-13\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-24\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"426684xxxxxx1761   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"24145725083900011542858\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$44.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3041\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"44.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426684\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1761\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"44.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426684*****1761\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725099900013150884\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13826\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-13\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-09\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"426684xxxxxx1761   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/9\\\\/2015 12:00:00 AM\\\",\\\"24145725099900013150884\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$44.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3042\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"44.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426684\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1761\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"44.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"426684*****1761\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725123900015360671\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13825\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-13\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-02\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"426684xxxxxx1761   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"24145725123900015360671\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$44.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3043\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"44.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"426684\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1761\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"26.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****0661\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725047900017927561\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13824\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-13\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-02-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx0661   \\\",\\\"Visa\\\",\\\" \\\",\\\"2\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725047900017927561\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$26.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3044\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"26.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0661\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"543805*****4043\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865107900013955375\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13823\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-13\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/13\\\\/2015 12:00:00 AM\\\",\\\"543805xxxxxx4043   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"85247865107900013955375\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3045\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"543805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4043\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400344*****3823\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725127900015864694\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13822\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-07\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"400344xxxxxx3823   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/7\\\\/2015 12:00:00 AM\\\",\\\"24145725127900015864694\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3046\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400344\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3823\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"403212*****4750\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725103900013452375\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13821\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-12\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"403212xxxxxx4750   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/12\\\\/2015 12:00:00 AM\\\",\\\"24145725103900013452375\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3047\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"403212\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4750\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"403212*****4750\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725124900015561855\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13820\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-04\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"403212xxxxxx4750   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/4\\\\/2015 12:00:00 AM\\\",\\\"24145725124900015561855\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3048\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"403212\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4750\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:39\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"406042*****9940\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725123900015361075\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13819\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-02\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"406042xxxxxx9940   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"24145725123900015361075\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3049\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"406042\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"9940\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"447994*****5240\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725125900015663049\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13818\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"447994xxxxxx5240   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"24145725125900015663049\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3050\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"447994\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"5240\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"480379*****7246\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725107900013955282\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13817\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"480379xxxxxx7246   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"24145725107900013955282\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3051\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"480379\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7246\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"510982*****6239\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865110900014257271\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13816\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-14\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-20\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/14\\\\/2015 12:00:00 AM\\\",\\\"510982xxxxxx6239   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"4\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"85247865110900014257271\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3052\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"510982\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6239\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"483312*****6529\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725084900011643465\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13815\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-15\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-25\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/15\\\\/2015 12:00:00 AM\\\",\\\"483312xxxxxx6529   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"24145725084900011643465\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3053\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"483312\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6529\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414709*****1712\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725096900012848929\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13814\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-17\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"414709xxxxxx1712   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725096900012848929\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3054\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414709\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1712\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"117.30\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414711*****8284\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725112900014458370\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13813\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-20\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-22\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"414711xxxxxx8284   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/22\\\\/2015 12:00:00 AM\\\",\\\"24145725112900014458370\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$117.30\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3055\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"117.30\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414711\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"8284\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"26.88\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"486796*****0661\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725107900013954848\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13812\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-20\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/20\\\\/2015 12:00:00 AM\\\",\\\"486796xxxxxx0661   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"24145725107900013954848\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$26.88\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3056\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"26.88\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"486796\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"0661\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"432739*****6977\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725121900015259743\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13811\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-21\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"432739xxxxxx6977   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"24145725121900015259743\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3057\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"432739\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6977\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"432739*****6977\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725137900016770070\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13810\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-21\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"432739xxxxxx6977   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"24145725137900016770070\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3058\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"432739\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6977\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"402201*****3551\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725111900014357805\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13809\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-23\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-04-21\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"402201xxxxxx3551   \\\",\\\"Visa\\\",\\\" \\\",\\\"4\\\\/21\\\\/2015 12:00:00 AM\\\",\\\"24145725111900014357805\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3059\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"402201\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3551\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"463569*****3426\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725125900015662934\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13808\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-23\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-05\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"463569xxxxxx3426   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/5\\\\/2015 12:00:00 AM\\\",\\\"24145725125900015662934\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3060\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"463569\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3426\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1416\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865121900015259539\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13807\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-23\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1416   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"85247865121900015259539\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3061\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1416\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****1416\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865137900016770031\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13806\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-23\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-16\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx1416   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"5\\\\/16\\\\/2015 12:00:00 AM\\\",\\\"85247865137900016770031\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3062\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1416\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"400344*****4700\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725123900015361141\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13805\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-25\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-02\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"400344xxxxxx4700   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"24145725123900015361141\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3063\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"400344\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4700\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.00\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****3428\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865121900015259653\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13804\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-25\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/25\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx3428   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"85247865121900015259653\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$109.00\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3064\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.00\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3428\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"414711*****3296\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725126900015763749\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13803\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-28\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-06\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/28\\\\/2015 12:00:00 AM\\\",\\\"414711xxxxxx3296   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/6\\\\/2015 12:00:00 AM\\\",\\\"24145725126900015763749\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3065\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"414711\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"3296\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"4.95\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"406042*****4689\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900011542767\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13802\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-29\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-23\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"406042xxxxxx4689   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/23\\\\/2015 12:00:00 AM\\\",\\\"24145725083900011542767\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$4.95\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3066\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"4.95\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"406042\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4689\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"406042*****4689\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725138900016973137\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13801\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-29\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-17\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/29\\\\/2015 12:00:00 AM\\\",\\\"406042xxxxxx4689   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/17\\\\/2015 12:00:00 AM\\\",\\\"24145725138900016973137\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3067\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"406042\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"4689\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"436618*****1166\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725123900015361125\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13800\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-30\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-02\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"436618xxxxxx1166   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/2\\\\/2015 12:00:00 AM\\\",\\\"24145725123900015361125\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3068\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"436618\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"1166\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"109.63\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"442828*****6419\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725124900015461411\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13799\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-30\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-03\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"442828xxxxxx6419   \\\",\\\"Visa\\\",\\\" \\\",\\\"5\\\\/3\\\\/2015 12:00:00 AM\\\",\\\"24145725124900015461411\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$109.63\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3069\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"109.63\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"442828\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6419\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"69.93\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"443045*****6048\",\n            \"cbcardtype\": \"Visa\",\n            \"cbcasenumber\": \"24145725083900011542775\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13798\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-30\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-03-24\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"443045xxxxxx6048   \\\",\\\"Visa\\\",\\\" \\\",\\\"3\\\\/24\\\\/2015 12:00:00 AM\\\",\\\"24145725083900011542775\\\",\\\"1015 - SALES CHARGEBACK\\\",\\\"-$69.93\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3070\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"1015 - SALES CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"69.93\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"443045\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"6048\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        },\n        {\n            \"adminid\": \"9357\",\n            \"batterylife\": \"0\",\n            \"cbadminid\": \"9372\",\n            \"cbamount\": \"74.58\",\n            \"cbassociation\": \"\",\n            \"cbauthcode\": \"\",\n            \"cbavsstatus\": \"\",\n            \"cbbankarn\": \"\",\n            \"cbbankcomments\": \"\",\n            \"cbbillingcycle\": \"\",\n            \"cbcampaignid\": \"\",\n            \"cbcardnumber\": \"517805*****7689\",\n            \"cbcardtype\": \"Mastercard\",\n            \"cbcasenumber\": \"85247865121900015259802\",\n            \"cbcavv\": \"\",\n            \"cbclientaddress\": \"\",\n            \"cbclientaffiliateid\": \"\",\n            \"cbclientcity\": \"\",\n            \"cbclientcountry\": \"\",\n            \"cbclientemail\": \"\",\n            \"cbclientfullbillingaddress\": \"\",\n            \"cbclientipaddress\": \"0.0.0.0\",\n            \"cbclientname\": \"\",\n            \"cbclientnamefirst\": \"\",\n            \"cbclientnamelast\": \"\",\n            \"cbclientphone\": \"\",\n            \"cbclientshipcity\": \"\",\n            \"cbclientshipcountry\": \"\",\n            \"cbclientshippingaddress\": \"\",\n            \"cbclientshipstate\": \"\",\n            \"cbclientshipzip\": \"\",\n            \"cbclientstate\": \"\",\n            \"cbclientsubaffiliateid\": \"\",\n            \"cbclientzip\": \"\",\n            \"cbcodeid\": \"13797\",\n            \"cbcomments\": \"\",\n            \"cbcurrency\": \"\",\n            \"cbcvvstatus\": \"U\",\n            \"cbdateadjusted\": \"0000-00-00\",\n            \"cbdatedisputed\": \"2015-05-30\",\n            \"cbdateexpire\": \"0000-00-00\",\n            \"cbdatemerchantdisputed\": \"0000-00-00\",\n            \"cbdateorder\": \"2015-05-01\",\n            \"cbdatereceived\": \"0000-00-00\",\n            \"cbdatereceived2\": \"0000-00-00\",\n            \"cbdatereceived3\": \"0000-00-00\",\n            \"cbdaterefunded\": \"0000-00-00\",\n            \"cbdateshipped\": \"0000-00-00\",\n            \"cbdatewonlost\": \"0000-00-00\",\n            \"cbdebitcredit\": \"\",\n            \"cbdisputeletter\": \"\",\n            \"cbeci\": \"\",\n            \"cbemailed\": \"0\",\n            \"cbfamilyid\": \"\",\n            \"cbfileobject\": \"[\\\"5\\\\/30\\\\/2015 12:00:00 AM\\\",\\\"517805xxxxxx7689   \\\",\\\"MasterCard\\\",\\\" \\\",\\\"5\\\\/1\\\\/2015 12:00:00 AM\\\",\\\"85247865121900015259802\\\",\\\"3021 - SALES DRAFT CHARGEBACK\\\",\\\"-$74.58\\\"]\",\n            \"cbflag\": \"0\",\n            \"cbfulfillmentid\": \"\",\n            \"cbgroupnumber\": \"\",\n            \"cbgwtransid\": \"\",\n            \"cbid\": \"3071\",\n            \"cbinvoiceid\": \"\",\n            \"cbmcc\": \"\",\n            \"cbmerchantname\": \"\",\n            \"cbmerchantnumber\": \"\",\n            \"cbmerchantreference\": \"\",\n            \"cbnextbilldate\": \"\",\n            \"cbnotesexist\": \"0\",\n            \"cboffertype\": \"\",\n            \"cbonoff\": \"2\",\n            \"cborderid\": \"\",\n            \"cboriginalrefid\": \"\",\n            \"cbpopulated\": \"1\",\n            \"cbprocposentrymode\": \"\",\n            \"cbprocposentrymodedesc\": \"\",\n            \"cbprocservicecode\": \"\",\n            \"cbprocservicecodedesc\": \"\",\n            \"cbproddesc\": \"\",\n            \"cbproduct\": \"\",\n            \"cbready4rtf2pdf\": \"0\",\n            \"cbreasoncode\": \"\",\n            \"cbreasonmsg\": \"3021 - SALES DRAFT CHARGEBACK\",\n            \"cbrefnumber\": \"\",\n            \"cbrefundamount\": \"0.00\",\n            \"cbrefundtransid\": \"\",\n            \"cbresolutionto\": \"\",\n            \"cbrma\": \"\",\n            \"cbshipmethod\": \"\",\n            \"cbshippingapidetails\": \"\",\n            \"cbshippingcarrier\": \"\",\n            \"cbshippingconfirmation\": \"\",\n            \"cbshippingreceiver\": \"\",\n            \"cbshippingservice\": \"\",\n            \"cbshippingsummary\": \"\",\n            \"cbsubscriptionid\": \"\",\n            \"cbtransamount\": \"74.58\",\n            \"cbtriallength\": \"\",\n            \"cbtype\": \"7\",\n            \"cbvndcustomerid\": \"\",\n            \"cbvndorderid\": \"\",\n            \"cbvndtransid\": \"\",\n            \"cbxid\": \"\",\n            \"ccbin6\": \"517805\",\n            \"ccexpire\": \"\",\n            \"cclast4\": \"7689\",\n            \"csvfilename\": \"chargebacks_1327589444593873475.csv\",\n            \"csvid\": \"0\",\n            \"customernotedetails\": \"\",\n            \"datemodified\": \"0000-00-00 00:00:00\",\n            \"datesubmitted\": \"2015-07-03 17:34:40\",\n            \"evidencedocument1\": \"\",\n            \"evidencedocument2\": \"\",\n            \"evidencedocument3\": \"\",\n            \"infocrm\": \"0\",\n            \"infoduplicated\": \"0\",\n            \"infogw\": \"0\",\n            \"infoshipping\": \"0\",\n            \"itemid\": \"0\",\n            \"merchantid\": \"2687\",\n            \"orderid\": \"0\",\n            \"productid\": \"29\",\n            \"statusid\": \"1\",\n            \"statusid2\": \"0\",\n            \"statusid4\": \"193\",\n            \"statusid5\": \"187\",\n            \"statusid6\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"5853b0a5-6b61-45a5-9c54-133d8ac3fe81"},{"name":"Update Disute Details","id":"93f797d0-396f-453e-a7cb-219d8360d691","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cbonoff\": \"1\",\r\n    \"cbcasenumber\": \"01272827436\",\r\n    \"cbdatedisputed\": \"2020-12-01\",\r\n    \"cbclientnamefirst\": \"Zakiyah\",\r\n    \"cbclientnamelast\": \"Butler\",\r\n    \"cbclientemail\": \"zak_20_91@yahoo.com\",\r\n    \"cbclientipaddress\": \"50.31.165.18\",\r\n    \"cbclientaddress\": \"401 Roselle St #206\",\r\n    \"cbclientshippingaddress\": \"\",\r\n    \"cbcardnumber\": \"420767******8045\",\r\n    \"cbavsstatus\": \"Z\",\r\n    \"cbcvvstatus\": \"M\",\r\n    \"ccbin6\": \"420767\",\r\n    \"cclast4\": \"3178\",\r\n    \"cbdebitcredit\": \"\",\r\n    \"cbreasoncode\": \"13.2\",\r\n    \"cbbankarn\": \"24039580329012728274361\",\r\n    \"cbshippingconfirmation\": \"\",\r\n    \"cbdateexpire\": \"0000-00-00\",\r\n    \"cbreasonmsg\": \"Declined Authorization\",\r\n    \"cbdateadjusted\": \"0000-00-00\",\r\n    \"cboriginalrefid\": \"\",\r\n    \"cbrefnumber\": \"\",\r\n    \"cbgwtransid\": \"5807367788\",\r\n    \"cbrefundamount\": \"0.00\",\r\n    \"cbrefundtransid\": \"\",\r\n    \"cbvndtransid\": \"\",\r\n    \"cbvndorderid\": \"\",\r\n    \"cborderid\": \"\",\r\n    \"cbproductid\": \"test\",\r\n    \"cbfulfillmentid\": \"\",\r\n    \"cbinvoiceid\": \"\",\r\n    \"cbcardtype\": \"\",\r\n    \"cbdateshipped\": \"0000-00-00\",\r\n    \"cbdatereceived\": \"0000-00-00\",\r\n    \"merchantnumber\": \"630400020784\",\r\n    \"merchantdba\": \"Education Advisory Group\",\r\n    \"cbdaterefunded\": \"0000-00-00\",\r\n    \"cbamount\": \"237.50\",\r\n    \"cbdateorder\": \"2020-11-23\",\r\n    \"cbproduct\": \"uu\",\r\n    \"cbproddesc\": \"\",\r\n    \"merchantid\": \"3435\",\r\n    \"datemodified\": \"2020-12-02 08:45:02\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/537441","urlObject":{"protocol":"https","path":["v2","cbdisputes","537441"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"e9f88478-2c40-442a-9a5b-752827edcf25","name":"Update Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"cbcardnumber\": \"4789********3178\",\r\n    \"cbtype\": \"5\",\r\n    \"cbreasoncode\": \"10.4\",\r\n    \"cbreasonmsg\": \"Fraud Other Fraud Card Absent Environment\",\r\n    \"cbtransamount\": \"195.99\",\r\n    \"cbdateorder\": \"2020-07-04\",\r\n    \"cbauthcode\": \"08023P\",\r\n    \"cclast4\": \"3178\"\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/435920"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 00:09:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"283"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": [\n                \"Success\",\n                \"8 value(s) updated\"\n            ]\n        },\n        \"request\": {\n            \"time\": \"1604362143\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes/435920\"\n        },\n        \"data\": {\n            \"cbcardnumber\": \"4789********3178\",\n            \"cbtype\": \"5\",\n            \"cbreasoncode\": \"10.4\",\n            \"cbreasonmsg\": \"Fraud Other Fraud Card Absent Environment\",\n            \"cbtransamount\": \"195.99\",\n            \"cbdateorder\": \"2020-07-04\",\n            \"cbauthcode\": \"08023P\",\n            \"cclast4\": \"3178\"\n        }\n    }\n}"}],"_postman_id":"93f797d0-396f-453e-a7cb-219d8360d691"},{"name":"Field Definitions","id":"8c82e6bf-e609-43da-a551-e53164e49c20","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/cbdisputes?reports=cb_definitions","urlObject":{"protocol":"https","path":["v2","cbdisputes"],"host":["api","chargebackdefense","com"],"query":[{"key":"reports","value":"cb_definitions"}],"variable":[]}},"response":[{"id":"bb97cd5a-6e1f-404b-b186-4b57608e8311","name":"explanations of the datset keys","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes?reports=cb_definitions","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes"],"query":[{"key":"reports","value":"cb_definitions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Nov 2021 23:57:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2079"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"x-query_total","value":"211603"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"665079\",\n        \"minid\": \"179235\",\n        \"total_records\": \"211603\",\n        \"response_total\": \"200\",\n        \"query_total\": \"211603\",\n        \"request\": [\n            {\n                \"time\": \"1637366261\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/cbdisputes?reports=cb_definitions\",\n                \"query\": {\n                    \"reports\": \"cb_definitions\"\n                }\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `vw_customers_chargebacksbeta` WHERE 1 ORDER BY `cbid` DESC \",\n            \"SELECT * FROM `vw_customers_chargebacksbeta` WHERE 1 ORDER BY `cbid` DESC  LIMIT 200\"\n        ],\n        \"cb_definitions\": [\n            {\n                \"cbid\": \"Chargeback Defense (CBD) internal chargeback record id\",\n                \"merchantid\": \"Chargeback Defense internal merchantdba record id\",\n                \"cbcasenumber\": \"Chargeback record case number\",\n                \"cbdatedisputed\": \"Date of the chargeback filed with bank\",\n                \"cbdatemerchantdisputed\": \"Date of chargeback was fought and reply sent to bank\",\n                \"cbcardnumber\": \"Cardholder account/card number\",\n                \"cbauthcode\": \"Authorization code of the disputed transaction\",\n                \"cbamount\": \"Amount of the disputed transaction\",\n                \"cbtransamount\": \"Original transaction amount that was disputed\",\n                \"cbbankarn\": \"Aquirers Reference Number\",\n                \"ccbin6\": \"First six of the account/card number\",\n                \"cclast4\": \"Last four of the account/card number\",\n                \"cbdateorder\": \"Date of the original transaction that was disputed\",\n                \"infogw\": \"(CBD) internal api status\",\n                \"cbpopulated\": \"(CBD) internal api status\",\n                \"cbcodeid\": \"(CBD) internal status\",\n                \"cbreasoncode\": \"Chargeback reason code\",\n                \"statusid\": \"(CBD) status of conditional dispute packet sent\",\n                \"statusid2\": \"(CBD) billing status\",\n                \"datesubmitted\": \"Date the chargeback inserted into (CBD)\",\n                \"datemodified\": \"Date the chargeback record was modified in (CBD)\",\n                \"statusid5\": \"Bank final status\",\n                \"statusid6\": \"Bank pending status\",\n                \"statusid4\": \"Bank pending status\",\n                \"merchantnumber\": \"Merchant ID number given from the merchant's processor\",\n                \"cbready4rtf2pdf\": \"Chargeback record is populated and ready for packet creation\",\n                \"cbdateadjusted\": \"Bank chargeback status update\",\n                \"infoduplicated\": \"(deprecated)\",\n                \"infocrm\": \"(deprecated)\",\n                \"infoshipping\": \"(deprecated)\",\n                \"csvid\": \"(CBD) internal id\",\n                \"cbdaterefunded\": \"Date of a refunded transaction before the chargeback date\",\n                \"batterylife\": \"(CBD) internal status\",\n                \"ccexpire\": \"Date of chargeback was fought and reply sent to bank\",\n                \"ccexpire_month\": \"Date of chargeback was fought and reply sent to bank\",\n                \"adminid\": \"(CBD) internal id\",\n                \"productid\": \"(CBD) internal id\",\n                \"orderid\": \"(CBD) internal id\",\n                \"itemid\": \"(CBD) internal id\",\n                \"csvfilename\": \"(CBD) internal\",\n                \"cbonoff\": \"Display on/off the chargeback record \",\n                \"cbflag\": \"(CBD) internal id\",\n                \"cbtype\": \"Type of chargeback i.e: Pre-Dispute, RMI, Allocation, Collaboration, 2nd Chargeback, Arbitration\",\n                \"cbadminid\": \"(CBD) internal id\",\n                \"cbcomments\": \"Additonal chargeback data referenced from the original filed dispute.\",\n                \"cbdateexpire\": \"Date the chargeabck in no longer valid to send a response\",\n                \"cbdatewonlost\": \"Final chargeback status date\",\n                \"cbcurrency\": \"Currency used with the original disputed transaction\",\n                \"cbrefundamount\": \"Amount of a refunded transaction before the chargeback date\",\n                \"cbrefundtransid\": \"Transaction id of a refunded transaction before the chargeback date\",\n                \"cbreasonmsg\": \"Chargeback reason message\",\n                \"cbmerchantreference\": \"Alternative merchant id associated with processor\",\n                \"cbvndcustomerid\": \"Cardholder customer id\",\n                \"cbproductid\": \"Cardholder product id from the disputed transaction\",\n                \"cbfulfillmentid\": \"Cardholder fulfillment id from the disputed transaction\",\n                \"cbcampaignid\": \"Cardholder campaign id from the disputed transaction\",\n                \"cbinvoiceid\": \"Cardholder invoice id from the disputed transaction\",\n                \"cbsubscriptionid\": \"Cardholder subscription id from the disputed transaction\",\n                \"cbbillingcycle\": \"Cardholder billing cycle\",\n                \"cbnextbilldate\": \"Cardholder next bill date\",\n                \"customernotedetails\": \"Cardholder account notes\",\n                \"cbvndorderid\": \"3rd party Cardholder order id from the disputed transaction\",\n                \"cbvndtransid\": \"Cardholder CRM transaction id from the disputed transaction\",\n                \"cborderid\": \"Cardholder order id from the disputed transaction\",\n                \"cboffertype\": \"Offer type of the disputed transaction\",\n                \"cbproduct\": \"Product name of the disputed transaction\",\n                \"cbproddesc\": \"Product description the disputed transaction\",\n                \"cbmerchantnumber\": \"Merchant number account that processed the disputed transaction\",\n                \"cbmerchantname\": \"Merchant dba account that processed the disputed transaction\",\n                \"cbcardtype\": \"Card type of the disputed transaction\",\n                \"cbavsstatus\": \"Address verification of disputed transaction\",\n                \"cbcvvstatus\": \"Card verificatin value of the disputed transaction\",\n                \"cbcavv\": \"3ds value used on the original disputed transaction\",\n                \"cbxid\": \"3ds value used on the original disputed transaction\",\n                \"cbeci\": \"3ds value used on the original disputed transaction\",\n                \"cbclientname\": \"Cardholder first/last name of the disputed transaction\",\n                \"cbclientnamefirst\": \"Cardholder first name of the disputed transaction\",\n                \"cbclientnamelast\": \"Cardholder last name of the disputed transaction\",\n                \"cbclientphone\": \"Cardholder phone number of the disputed transaction\",\n                \"cbclientemail\": \"Cardholder email address of the disputed transaction\",\n                \"cbclientipaddress\": \"Cardholder ip address of the disputed transaction\",\n                \"cbclientaffiliateid\": \"Merchant affiliate id\",\n                \"cbclientsubaffiliateid\": \"Merchant affiliate id2\",\n                \"cbclientfullbillingaddress\": \"Cardholder full billing address of the disputed transaction\",\n                \"cbclientaddress\": \"Cardholder billing address of the disputed transaction\",\n                \"cbclientcity\": \"Cardholder city of the disputed transaction\",\n                \"cbclientstate\": \"Cardholder state of the disputed transaction\",\n                \"cbclientzip\": \"Cardholder zip of the disputed transaction\",\n                \"cbclientcountry\": \"Cardholder country of the disputed transaction\",\n                \"cbshippingconfirmation\": \"Tracking number of the disputed transaction\",\n                \"cbshippingsummary\": \"Tracking summary details of the disputed transaction\",\n                \"cbshippingapidetails\": \"API tracking details of the disputed transaction\",\n                \"cbrma\": \"Return Merchandise id\",\n                \"cbclientshippingaddress\": \"Cardholder full shipping address of the disputed transaction\",\n                \"cbclientshipcity\": \"Cardholder  shipping city of the disputed transaction\",\n                \"cbclientshipstate\": \"Cardholder  shipping state of the disputed transaction\",\n                \"cbclientshipzip\": \"Cardholder shipping zip of the disputed transaction\",\n                \"cbclientshipcountry\": \"Cardholder shipping country of the disputed transaction\",\n                \"cbdateshipped\": \"Date product was shipped of the disputed transaction\",\n                \"cbdatereceived\": \"Date customer received product was shipped of the disputed transaction\",\n                \"cbdatereceived2\": \"Date customer received product was shipped of the disputed transaction\",\n                \"cbdatereceived3\": \"Date customer received product was shipped of the disputed transaction\",\n                \"cbshippingreceiver\": \"Name of receiver\",\n                \"cbshippingservice\": \"Shipping service provider name\",\n                \"cbshippingcarrier\": \"Shipping carrier name\",\n                \"cbshipmethod\": \"Shipping method\",\n                \"cbgwtransid\": \"Cardholder Gateway transaction id from the disputed transaction\",\n                \"cbrefnumber\": \"Additional uuid refrenced from the merchant's processor\",\n                \"cbbankcomments\": \"Additional chargeback data from the merchant's processor\",\n                \"cbfamilyid\": \"Additional uuid refrenced from the merchant's processor\",\n                \"cboriginalrefid\": \"Additional uuid refrenced from the merchant's processor\",\n                \"cbgroupnumber\": \"Additional uuid associated with combined chargebacks\",\n                \"cbassociation\": \"Additional uuid associated with combined chargebacks\",\n                \"cbmcc\": \"Merchant's MCC code given by processor\",\n                \"cbdebitcredit\": \"Processor status of chargeback debited/credited to the merchant\",\n                \"cbresolutionto\": \"Processor status of chargeback debited/credited to the merchant\",\n                \"cbdisputeletter\": \"(deprecated)\",\n                \"cbnotesexist\": \"(deprecated)\",\n                \"cbemailed\": \"(deprecated)\",\n                \"cbprocservicecode\": \"Cardholder service code from the disputed transaction\",\n                \"cbprocservicecodedesc\": \"Cardholder service code description from the disputed transaction\",\n                \"cbprocposentrymode\": \"Gateway entry mode of the disputed transaction\",\n                \"cbprocposentrymodedesc\": \"Gateway entry mode description from the disputed transaction\",\n                \"cbfileobject\": \"Original inserted chargeback record object\",\n                \"evidencedocument1\": \"(deprecated)\",\n                \"evidencedocument2\": \"(deprecated)\",\n                \"evidencedocument3\": \"(deprecated)\",\n                \"cbtriallength\": \"Length of the trial the disputed customer was/is in\"\n            }\n        ]\n    },\n    \"data\": []\n}"}],"_postman_id":"8c82e6bf-e609-43da-a551-e53164e49c20"}],"id":"7350bdc2-493f-451c-b1f7-602fa2406dcf","description":"<h6 id=\"retrieve-a-list-of-disputed-transactions\">Retrieve a list of disputed transactions.</h6>\n<ul>\n<li>Disputes are available where Merchant Service Provider allows.</li>\n<li>Disputes are</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"e14b4268-faf3-4100-91f5-7f592d9ff3ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"20c025ea-0cc1-42dd-9dd8-fd7555489bdd","type":"text/javascript","exec":[""]}}],"_postman_id":"7350bdc2-493f-451c-b1f7-602fa2406dcf"},{"name":"/portals","item":[{"name":"/portalshistory","item":[{"name":"History List","id":"4468278f-3912-46b6-8f43-a7b9c2066ed7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portalshistory","urlObject":{"protocol":"https","path":["v2","portalshistory"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"129d1470-00c0-4815-a168-83bdf026912c","name":"History List","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portalshistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 19:40:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4363"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portalshistory.json"},{"key":"x-query_total","value":"27871"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"27872\",\n        \"minid\": \"1\",\n        \"total_records\": \"27871\",\n        \"response_total\": \"200\",\n        \"query_total\": \"27871\",\n        \"request\": [\n            {\n                \"time\": \"1606851612\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/portalshistory\",\n                \"query\": []\n            }\n        ],\n        \"query_admin\": {\n            \"qrecords\": \"27871\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_merchants_portals_history` WHERE 1 ORDER BY `id` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `5tbl_merchants_portals_history` WHERE 1 ORDER BY `id` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": \"27872\",\n            \"portalid\": \"4472\",\n            \"datecreated\": \"2020-06-20 20:31:07\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"karmaventures@zoho.com\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4472\\\",\\\"merchantid\\\":\\\"2635\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27871\",\n            \"portalid\": \"4474\",\n            \"datecreated\": \"2020-06-20 20:30:29\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"karmaventures@zoho.com\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4474\\\",\\\"merchantid\\\":\\\"2637\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27870\",\n            \"portalid\": \"5042\",\n            \"datecreated\": \"2020-06-20 20:25:48\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado18\\\",\\\"element_id\\\":\\\"portalpass_5042\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"Movado777\\\"}\"\n        },\n        {\n            \"id\": \"27869\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:56\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12!\\\\t\\\",\\\"element_id\\\":\\\"portalpass_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27868\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:31\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"BeautyEssenceShop\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27867\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:25\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/ladyrebel.transactiongateway.com\\\\/merchants\\\\/\\\\t\\\",\\\"element_id\\\":\\\"portalurl_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27866\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 20:22:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27865\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:36\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27864\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:18\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"mvserenehealth\\\",\\\"element_id\\\":\\\"portaluser_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27863\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:13\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/signapay.iriscrm.com\\\\/login\\\\t\\\",\\\"element_id\\\":\\\"portalurl_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27862\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:38\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27861\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:17\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"benjababeserum\\\",\\\"element_id\\\":\\\"portaluser_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27860\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:10\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/signapay.iriscrm.com\\\\/login\\\\t\\\",\\\"element_id\\\":\\\"portalurl_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27859\",\n            \"portalid\": \"8496\",\n            \"datecreated\": \"2020-06-20 19:48:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"85\\\",\\\"element_id\\\":\\\"dataminerid_8496\\\",\\\"merchantid\\\":\\\"3867\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27858\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27857\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:27\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Custom3175\\\",\\\"element_id\\\":\\\"portalpass_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Custm3175\\\"}\"\n        },\n        {\n            \"id\": \"27856\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Answer2020\\\",\\\"element_id\\\":\\\"portaluser_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Answer\\\"}\"\n        },\n        {\n            \"id\": \"27855\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:33:13\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12!\\\",\\\"element_id\\\":\\\"portalpass_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27854\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:32:48\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/secure.nmi.com\\\\/merchants\\\\/login.php?cookie_check=1&referrer=/merchants/index.php?&qed=8c1116f4f94cffe72c735939374ddc62203fb68b2f8fae8fb52475074c07fa1a&auth_error=0\\\",\\\"element_id\\\":\\\"portalurl_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"http:\\\\/secure.nmi.com\\\\/merchants\\\\/\\\"}\"\n        },\n        {\n            \"id\": \"27853\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:32:25\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"GlossiMedia\\\",\\\"element_id\\\":\\\"portaluser_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27852\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:32:02\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Purity3175\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Always2020\\\"}\"\n        },\n        {\n            \"id\": \"27851\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:30:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"WholeHealth2020\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"RealWell\\\"}\"\n        },\n        {\n            \"id\": \"27850\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:18:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"RealWell\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth\\\"}\"\n        },\n        {\n            \"id\": \"27849\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:18:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Always2020\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth2020\\\"}\"\n        },\n        {\n            \"id\": \"27848\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8514\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Gateway\\\"}\"\n        },\n        {\n            \"id\": \"27847\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:30\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"merchantid\\\":\\\"3937\\\",\\\"element_id\\\":\\\"recordonoff_8514\\\"}\"\n        },\n        {\n            \"id\": \"27846\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8514\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27845\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27844\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"NoCh@rgebacks20!\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth2020\\\"}\"\n        },\n        {\n            \"id\": \"27843\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:21\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"CBD4445036914291\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth\\\"}\"\n        },\n        {\n            \"id\": \"27842\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:07:48\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27841\",\n            \"portalid\": \"7889\",\n            \"datecreated\": \"2020-06-20 19:03:16\",\n            \"adminid\": \"11845\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_7889\\\",\\\"merchantid\\\":\\\"3706\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27840\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"  \\\",\\\"element_id\\\":\\\"question1_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"no name\\\"}\"\n        },\n        {\n            \"id\": \"27839\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"  \\\",\\\"element_id\\\":\\\"question2_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"no name\\\"}\"\n        },\n        {\n            \"id\": \"27838\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:14\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27837\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27836\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"7\\\",\\\"element_id\\\":\\\"dataminerid_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27835\",\n            \"portalid\": \"8737\",\n            \"datecreated\": \"2020-06-20 16:23:47\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8737\\\",\\\"merchantid\\\":\\\"4064\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27834\",\n            \"portalid\": \"7908\",\n            \"datecreated\": \"2020-06-20 15:48:52\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_7908\\\",\\\"merchantid\\\":\\\"3712\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27833\",\n            \"portalid\": \"8172\",\n            \"datecreated\": \"2020-06-20 15:47:49\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8172\\\",\\\"merchantid\\\":\\\"3835\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27832\",\n            \"portalid\": \"8518\",\n            \"datecreated\": \"2020-06-20 15:03:51\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8518\\\",\\\"merchantid\\\":\\\"3941\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27831\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 15:01:45\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27830\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27829\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:42\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27828\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27827\",\n            \"portalid\": \"8996\",\n            \"datecreated\": \"2020-06-20 07:22:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8996\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27826\",\n            \"portalid\": \"8996\",\n            \"datecreated\": \"2020-06-20 07:22:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8996\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27825\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27824\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:19\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27823\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27822\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27821\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:11\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27820\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:08\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27819\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:22:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"n\\\"}\"\n        },\n        {\n            \"id\": \"27818\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"n\\\",\\\"element_id\\\":\\\"question3_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27817\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27816\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27815\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27814\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27813\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:42\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"s\\\"}\"\n        },\n        {\n            \"id\": \"27812\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"s\\\",\\\"element_id\\\":\\\"question1_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27811\",\n            \"portalid\": \"9018\",\n            \"datecreated\": \"2020-06-20 07:20:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9018\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27810\",\n            \"portalid\": \"9018\",\n            \"datecreated\": \"2020-06-20 07:20:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9018\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27809\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:57\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27808\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27807\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27806\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:50\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27805\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27804\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27803\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27802\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:28\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27801\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:25\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27800\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27799\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27798\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27797\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27796\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27795\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27794\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27793\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27792\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27791\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27790\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27789\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27788\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:12:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27787\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27786\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27785\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:49\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27784\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:25\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27783\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27782\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:19\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27781\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"2\\\",\\\"element_id\\\":\\\"portaltypeid_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"CRM\\\"}\"\n        },\n        {\n            \"id\": \"27780\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"30\\\",\\\"element_id\\\":\\\"dataminerid_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27779\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:08\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27778\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27777\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27776\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:58\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27775\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27774\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:52\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27773\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:49\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27772\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27771\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:37\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27770\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:37\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27769\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27768\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:26\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27767\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27766\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27765\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27764\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27763\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27762\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:11\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27761\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:08:02\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27760\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:08:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27759\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:07:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27758\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:52\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27757\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27756\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27755\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27754\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27753\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:32\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27752\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27751\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27750\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27749\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27748\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:15\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27747\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27746\",\n            \"portalid\": \"9042\",\n            \"datecreated\": \"2020-06-20 07:07:04\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9042\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27745\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:07:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27744\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:06:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27743\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:06:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27742\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27741\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27740\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27739\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27738\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27737\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:33\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27736\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:30\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27735\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:06:21\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27734\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:06:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27733\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:06:03\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27732\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:06:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27731\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:05:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27730\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:05:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27729\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:05:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27728\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:05:16\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27727\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27726\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:06\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27725\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:05\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27724\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27723\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27722\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27721\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27720\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27719\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27718\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:04:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27717\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:05\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"2\\\",\\\"element_id\\\":\\\"portaltypeid_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"CRM\\\"}\"\n        },\n        {\n            \"id\": \"27716\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"NETEVIA\\\"}\"\n        },\n        {\n            \"id\": \"27715\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"63\\\",\\\"element_id\\\":\\\"dataminerid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27714\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27713\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27712\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27711\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:50:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost84555\\\",\\\"element_id\\\":\\\"portalnotes_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost&amp;84555\\\"}\"\n        },\n        {\n            \"id\": \"27710\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:50:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost84555\\\",\\\"element_id\\\":\\\"portalpass_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost&amp;84555\\\"}\"\n        },\n        {\n            \"id\": \"27709\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost&84555\\\",\\\"element_id\\\":\\\"portalnotes_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27708\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27707\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost&84555\\\",\\\"element_id\\\":\\\"portalpass_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost 8444\\\"}\"\n        },\n        {\n            \"id\": \"27706\",\n            \"portalid\": \"4531\",\n            \"datecreated\": \"2020-06-20 04:49:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_4531\\\",\\\"merchantid\\\":\\\"2694\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27705\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"dog\\\",\\\"element_id\\\":\\\"question1_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27704\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"dog\\\\n\\\\n\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Dog\\\"}\"\n        },\n        {\n            \"id\": \"27703\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado15!\\\",\\\"element_id\\\":\\\"portalpass_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Movado14!\\\"}\"\n        },\n        {\n            \"id\": \"27702\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:45:06\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27701\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:44:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Dog\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27700\",\n            \"portalid\": \"6710\",\n            \"datecreated\": \"2020-06-20 04:43:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_6710\\\",\\\"merchantid\\\":\\\"3313\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27699\",\n            \"portalid\": \"7165\",\n            \"datecreated\": \"2020-06-20 04:42:04\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado14!\\\\t\\\",\\\"element_id\\\":\\\"portalpass_7165\\\",\\\"merchantid\\\":\\\"3417\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27698\",\n            \"portalid\": \"7165\",\n            \"datecreated\": \"2020-06-20 04:41:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"230192400103685\\\\t\\\",\\\"element_id\\\":\\\"portaluser_7165\\\",\\\"merchantid\\\":\\\"3417\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27697\",\n            \"portalid\": \"4460\",\n            \"datecreated\": \"2020-06-20 04:40:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_4460\\\",\\\"merchantid\\\":\\\"2623\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27696\",\n            \"portalid\": \"4460\",\n            \"datecreated\": \"2020-06-20 04:40:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_4460\\\",\\\"merchantid\\\":\\\"2623\\\",\\\"original_html\\\":\\\"Movado11\\\"}\"\n        },\n        {\n            \"id\": \"27695\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 04:38:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27694\",\n            \"portalid\": \"7568\",\n            \"datecreated\": \"2020-06-20 04:37:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7568\\\",\\\"merchantid\\\":\\\"3587\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27693\",\n            \"portalid\": \"7944\",\n            \"datecreated\": \"2020-06-20 04:36:33\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7944\\\",\\\"merchantid\\\":\\\"3614\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27692\",\n            \"portalid\": \"7944\",\n            \"datecreated\": \"2020-06-20 04:36:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7944\\\",\\\"merchantid\\\":\\\"3614\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27691\",\n            \"portalid\": \"7943\",\n            \"datecreated\": \"2020-06-20 04:36:28\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7943\\\",\\\"merchantid\\\":\\\"3630\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27690\",\n            \"portalid\": \"7943\",\n            \"datecreated\": \"2020-06-20 04:36:26\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7943\\\",\\\"merchantid\\\":\\\"3630\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27689\",\n            \"portalid\": \"7946\",\n            \"datecreated\": \"2020-06-20 04:36:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7946\\\",\\\"merchantid\\\":\\\"3632\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27688\",\n            \"portalid\": \"7946\",\n            \"datecreated\": \"2020-06-20 04:36:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7946\\\",\\\"merchantid\\\":\\\"3632\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27687\",\n            \"portalid\": \"6434\",\n            \"datecreated\": \"2020-06-20 04:35:55\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_6434\\\",\\\"merchantid\\\":\\\"3219\\\",\\\"original_html\\\":\\\"Test\\\"}\"\n        },\n        {\n            \"id\": \"27686\",\n            \"portalid\": \"7947\",\n            \"datecreated\": \"2020-06-20 04:35:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7947\\\",\\\"merchantid\\\":\\\"3633\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27685\",\n            \"portalid\": \"7947\",\n            \"datecreated\": \"2020-06-20 04:35:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7947\\\",\\\"merchantid\\\":\\\"3633\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27684\",\n            \"portalid\": \"7948\",\n            \"datecreated\": \"2020-06-20 04:35:50\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7948\\\",\\\"merchantid\\\":\\\"3634\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27683\",\n            \"portalid\": \"7948\",\n            \"datecreated\": \"2020-06-20 04:35:48\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7948\\\",\\\"merchantid\\\":\\\"3634\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27682\",\n            \"portalid\": \"6434\",\n            \"datecreated\": \"2020-06-20 04:35:47\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"bbvaddivisionserum\\\\t\\\",\\\"element_id\\\":\\\"portaluser_6434\\\",\\\"merchantid\\\":\\\"3219\\\",\\\"original_html\\\":\\\"Sweetmoon1\\\"}\"\n        },\n        {\n            \"id\": \"27681\",\n            \"portalid\": \"7949\",\n            \"datecreated\": \"2020-06-20 04:35:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7949\\\",\\\"merchantid\\\":\\\"3635\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27680\",\n            \"portalid\": \"7949\",\n            \"datecreated\": \"2020-06-20 04:35:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7949\\\",\\\"merchantid\\\":\\\"3635\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27679\",\n            \"portalid\": \"7950\",\n            \"datecreated\": \"2020-06-20 04:35:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7950\\\",\\\"merchantid\\\":\\\"3637\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27678\",\n            \"portalid\": \"7950\",\n            \"datecreated\": \"2020-06-20 04:35:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7950\\\",\\\"merchantid\\\":\\\"3637\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27677\",\n            \"portalid\": \"7951\",\n            \"datecreated\": \"2020-06-20 04:35:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7951\\\",\\\"merchantid\\\":\\\"3638\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27676\",\n            \"portalid\": \"7951\",\n            \"datecreated\": \"2020-06-20 04:35:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_7951\\\",\\\"merchantid\\\":\\\"3638\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27675\",\n            \"portalid\": \"8102\",\n            \"datecreated\": \"2020-06-20 04:35:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8102\\\",\\\"merchantid\\\":\\\"3719\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27674\",\n            \"portalid\": \"8102\",\n            \"datecreated\": \"2020-06-20 04:34:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8102\\\",\\\"merchantid\\\":\\\"3719\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27673\",\n            \"portalid\": \"7952\",\n            \"datecreated\": \"2020-06-20 04:34:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_7952\\\",\\\"merchantid\\\":\\\"3639\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        }\n    ]\n}"},{"id":"4ce0ef7c-d08d-49e5-bce9-40b1aee15bcd","name":"Retrieve List of Portals","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:35:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"x-query_total","value":"9201"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"12475\",\n        \"minid\": \"75\",\n        \"total_records\": \"9201\",\n        \"response_total\": \"200\",\n        \"query_total\": \"9201\",\n        \"request\": [\n            {\n                \"time\": \"1606836948\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/portals\",\n                \"query\": []\n            }\n        ],\n        \"query_admin\": {\n            \"qrecords\": \"9201\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4311\",\n            \"merchantnumber\": \"925700000010793\",\n            \"merchantdba\": \"Highland H&B, LLC\",\n            \"merchantname\": \"Highland H&B, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/sso/login?service=https%3A%2F%2Fwww.mreports.com%2Fportal%2Fstart%2Fonlineportal\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"4Password!!\",\n            \"portalid\": \"12475\",\n            \"portalalias\": \"mreports\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3018\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"1786\",\n            \"merchantid\": \"130\",\n            \"merchantnumber\": \"971000010270\",\n            \"merchantdba\": \"Arbitrator Holdings\",\n            \"merchantname\": \"Arbitrator Holdings\",\n            \"processorid\": \"1\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"0\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"100\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"cxzcxzczxcxz.com\",\n            \"portaluser\": \"username\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pass\",\n            \"portalid\": \"12468\",\n            \"portalalias\": \"alias\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3904\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3588\",\n            \"merchantid\": \"5108\",\n            \"merchantnumber\": \"630400028720\",\n            \"merchantdba\": \"American Student Loan Services\",\n            \"merchantname\": \"American Student Loan Services\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CBD-DP\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback16!\",\n            \"portalid\": \"12467\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#23\",\n            \"portalid\": \"12466\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnCleanse\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#22\",\n            \"portalid\": \"12465\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3822\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3503\",\n            \"merchantid\": \"3452\",\n            \"merchantnumber\": \"403903329000283\",\n            \"merchantdba\": \"Knife Depot\",\n            \"merchantname\": \"Knife Depot\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://payroc.partnerengage.com/Account/Login?\",\n            \"portaluser\": \"Marie@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Kdpayments123!\",\n            \"portalid\": \"12464\",\n            \"portalalias\": \"Shopify\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"crm.responsecrm.com\",\n            \"portaluser\": \"adam@oceanside-labs.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oceanside-13\",\n            \"portalid\": \"12463\",\n            \"portalalias\": \"ResponseCRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"adam@cambridgenutritionals.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12462\",\n            \"portalalias\": \"Humboldt\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/merchants/\",\n            \"portaluser\": \"CambridgeNut\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12461\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12460\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12459\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12458\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessMuscleBase\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littlemuscle1!\",\n            \"portalid\": \"12457\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12456\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleketo1!\",\n            \"portalid\": \"12455\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12454\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleskin1!\",\n            \"portalid\": \"12453\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12451\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205225\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12450\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlPSSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12449\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12448\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205234\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12447\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlVITCPS\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12446\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12445\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205227\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12444\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12443\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12442\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204835\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envytrainer1!\",\n            \"portalid\": \"12441\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyAbPaysafe\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyab1!\",\n            \"portalid\": \"12440\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12439\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12438\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsMale\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envymale1!\",\n            \"portalid\": \"12437\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12436\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12435\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyketo1!\",\n            \"portalid\": \"12434\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12433\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12432\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsVitcCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyvit1!\",\n            \"portalid\": \"12431\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4213\",\n            \"merchantnumber\": \"7070031952266\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"114\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12430\",\n            \"portalalias\": \"Paymentshub\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12429\",\n            \"portalalias\": \"mypayment insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12428\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204834\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12427\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12426\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12425\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204833\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12424\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12423\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4477\",\n            \"merchantnumber\": \"970100002191\",\n            \"merchantdba\": \"stringgain.online\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12422\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4475\",\n            \"merchantnumber\": \"970100002217\",\n            \"merchantdba\": \"theonemall.biz\",\n            \"merchantname\": \"Jiblah Pylonia Arches LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12421\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4472\",\n            \"merchantnumber\": \"970100002137\",\n            \"merchantdba\": \"really good-deals\",\n            \"merchantname\": \"Ceezay Jaring Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12420\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4456\",\n            \"merchantnumber\": \"970100002226\",\n            \"merchantdba\": \"fairmarket.store\",\n            \"merchantname\": \"Slawan Ocean Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12419\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4444\",\n            \"merchantnumber\": \"970100002208\",\n            \"merchantdba\": \"theperfectgift.guru\",\n            \"merchantname\": \"Robando Huggle Lands LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12418\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4426\",\n            \"merchantnumber\": \"970100002182\",\n            \"merchantdba\": \"Lenses4you.shop\",\n            \"merchantname\": \"Fratorius LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12417\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4417\",\n            \"merchantnumber\": \"970100002164\",\n            \"merchantdba\": \"thebestdeal.shop\",\n            \"merchantname\": \"Fedly Plank Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12416\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4413\",\n            \"merchantnumber\": \"970100002173\",\n            \"merchantdba\": \"Online Shoppingis\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12415\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4391\",\n            \"merchantnumber\": \"970100002146\",\n            \"merchantdba\": \"The Online Mall\",\n            \"merchantname\": \"Coastie Quanta Media LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12414\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mymerchant.info/AuthWeb/#/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lfa2020!\",\n            \"portalid\": \"12412\",\n            \"portalalias\": \"mymerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12411\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300612\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12410\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMBLAST8776277297\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12409\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12408\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCOptimumStoreCoastalPay\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12407\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12406\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300611\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12405\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCBURN8443914323\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12404\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12403\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"jbcburn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome3575!!\",\n            \"portalid\": \"12402\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMLUSTER8669651055\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12401\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4265\",\n            \"merchantnumber\": \"6316162974545281\",\n            \"merchantdba\": \"Mountainside Health, LLC\",\n            \"merchantname\": \"Mountainside Health, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"www.googslkf.com\",\n            \"portaluser\": \"sjflkjsldk\",\n            \"portalonoff\": \"0\",\n            \"portalpass\": \"slkfjskldjflkw\",\n            \"portalid\": \"12400\",\n            \"portalalias\": \"sklfjsklfjkls\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12389\",\n            \"portalalias\": \"NMI \",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"nmi.com\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12388\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4017\",\n            \"merchantnumber\": \"533100000000535\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12387\",\n            \"portalalias\": \"MyPayment Insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12386\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://hub.selectbankcard.com\",\n            \"portaluser\": \"pending\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pending\",\n            \"portalid\": \"12385\",\n            \"portalalias\": \"Select\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"TheSavingsClub4U\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12384\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@rhyonncleanse.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12380\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12379\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@reavannmuscle.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12378\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12377\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5127\",\n            \"merchantnumber\": \"7070031959287\",\n            \"merchantdba\": \"Thinz Secret\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"support@gabtaryarahorizonsllc.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!\",\n            \"portalid\": \"12376\",\n            \"portalalias\": \"Paymentshub - HMB\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12374\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"534701780406724\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!!\",\n            \"portalid\": \"12373\",\n            \"portalalias\": \"NXGEN First Data\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"onlineshoppingisFD\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12372\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cod2Fcd2Lfa2020\",\n            \"portalid\": \"12370\",\n            \"portalalias\": \"mxmerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12369\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12368\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12367\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12365\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12362\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://tailoredpay.transactiongateway.com/\",\n            \"portaluser\": \"aaron@lawforall.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12361\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4420\",\n            \"merchantnumber\": \"4445037577775\",\n            \"merchantdba\": \"string gain\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastgen\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12359\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4409\",\n            \"merchantnumber\": \"4445037577734\",\n            \"merchantdba\": \"sheer true man\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastsheer\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12358\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12357\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Type a messag\",\n            \"portalid\": \"12356\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVIS2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12355\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12354\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"VISTANLEYPROM\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12353\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12352\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12351\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12350\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12349\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://dashboard.maverickpayments.com/login\",\n            \"portaluser\": \"admin@beautoramahealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password++\",\n            \"portalid\": \"12348\",\n            \"portalalias\": \"IRQ/TSYS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BeautoramaHealth\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12347\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5088\",\n            \"merchantnumber\": \"403903463539352\",\n            \"merchantdba\": \"Magic Rizwan Keto \",\n            \"merchantname\": \"Magic Rizwan Media Inc.\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RizMacVitCCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Magicketo1!\",\n            \"portalid\": \"12346\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5160\",\n            \"merchantnumber\": \"403903463500486\",\n            \"merchantdba\": \"XTRBURN8448051018\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"XTRBurn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12345\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4268\",\n            \"merchantnumber\": \"934600000010983\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0122\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12344\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12343\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"AMontejano1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12342\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12341\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@whitelionhealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12340\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"NHoskins1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12339\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12338\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12337\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5055\",\n            \"merchantnumber\": \"000020120863\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KETOFAST - 833-656-0761\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12336\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12335\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011015\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12334\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0410\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12333\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12332\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12331\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12330\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12329\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12328\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12327\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12326\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@inspiringbeauty.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12325\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"KFlinn1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12324\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12323\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12322\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5053\",\n            \"merchantnumber\": \"000021665130\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KCLEANSE - 833-664-0501\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12321\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12320\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12319\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12318\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"bhappy\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome0393!!\",\n            \"portalid\": \"12317\",\n            \"portalalias\": \"EP/Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"8336650201KETODELUXE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12316\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@xfohealth.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12315\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKambitsch\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12314\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5180\",\n            \"merchantnumber\": \"403903463500479\",\n            \"merchantdba\": \"DERMESOFT8334015646\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"DermeSoft\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12313\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4403\",\n            \"merchantnumber\": \"4445037577841\",\n            \"merchantdba\": \"raw solutions GDN\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchraw\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12312\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5067\",\n            \"merchantnumber\": \"000021665134\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"APEX ALMANAC - 833-736-2565\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12311\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12310\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12309\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5183\",\n            \"merchantnumber\": \"230192400103693\",\n            \"merchantdba\": \"KETO FIT STORE ONLINE\",\n            \"merchantname\": \"Paragon Wellness, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"230192400103693\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password**\",\n            \"portalid\": \"12308\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12307\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000010991\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12306\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0181\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12305\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12304\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12303\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4266\",\n            \"merchantnumber\": \"536927230409534\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12302\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4915\",\n            \"merchantnumber\": \"565500000513446\",\n            \"merchantdba\": \"RISING VIT C CREAM\",\n            \"merchantname\": \"RISING TEAM LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12301\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12300\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12299\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12298\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"RPENDARVIS2\",\n            \"portaluser\": \"Capital1#\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"https://youraccessone.com \",\n            \"portalid\": \"12297\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12296\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@sequoiahealthshop.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12295\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"sola0661\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12294\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4383\",\n            \"merchantnumber\": \"4445037581751\",\n            \"merchantdba\": \"Online Trading Academy Minneapolis\",\n            \"merchantname\": \"Retire Young Inc\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Imageman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12293\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12292\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12291\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5084\",\n            \"merchantnumber\": \"001206730261\",\n            \"merchantdba\": \"Cambridge Nutritionals\",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"64\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.glacierpayments.com/\",\n            \"portaluser\": \"adam.orlandella\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12290\",\n            \"portalalias\": \"Glacier\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12289\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@greenessenceonline.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12288\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"quic0511\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12287\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5057\",\n            \"merchantnumber\": \"000021665131\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"NEATPLATE - 833-665-0851\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12286\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12285\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@coppersteelwellness.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12284\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"keto0821\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12283\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12282\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12281\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4927\",\n            \"merchantnumber\": \"403903463539230\",\n            \"merchantdba\": \"Riz Max Keto \",\n            \"merchantname\": \"Riz Max Marketing Grp Inc.\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"help@rizmaxketo.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Rizketo1!\",\n            \"portalid\": \"12280\",\n            \"portalalias\": \"MBF1\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5079\",\n            \"merchantnumber\": \"6316300236488839\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12279\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12278\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12277\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12276\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKasper\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12275\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4388\",\n            \"merchantnumber\": \"4445037577874\",\n            \"merchantdba\": \"Biz Man Gear\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"bizman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12274\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12273\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12272\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12271\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/NMA?DEAD\",\n            \"portaluser\": \"cculver2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Apr17abc!@\",\n            \"portalid\": \"12270\",\n            \"portalalias\": \"NMA\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12269\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12268\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12267\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWATSON3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12266\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12265\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12264\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5081\",\n            \"merchantnumber\": \"4097584505\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12263\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12262\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12261\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4434\",\n            \"merchantnumber\": \"4445037577825\",\n            \"merchantdba\": \"g plus gear\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchgear\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12260\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12259\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3101sw34thfl\",\n            \"portalid\": \"12258\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVISII\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12257\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4389\",\n            \"merchantnumber\": \"4445037577858\",\n            \"merchantdba\": \"top max grn\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"topmax\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12256\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4422\",\n            \"merchantnumber\": \"4445037580951\",\n            \"merchantdba\": \"G Series Gear\",\n            \"merchantname\": \"Broadway Lane Hills LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Gseries\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12255\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@redfield.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12254\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWatson1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12253\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5419\",\n            \"merchantnumber\": \"528414049713027\",\n            \"merchantdba\": \"Retail Keto Boost Online\",\n            \"merchantname\": \"Lotus Health & Beauty Shop LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"231920000000000\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!+\",\n            \"portalid\": \"12252\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5056\",\n            \"merchantnumber\": \"4097638540\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12251\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12250\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011007\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12249\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        }\n    ]\n}"}],"_postman_id":"4468278f-3912-46b6-8f43-a7b9c2066ed7"},{"name":"Create History Record","id":"523bb55e-9900-4cb3-83e6-ce3d1767341d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portalid\": \"4472\",\r\n    \"datecreated\": \"2020-11-30 20:31:07\",\r\n    \"datajson\": {\"summary\":{\"message\":{\"code\":1,\"status\":[\"Success\",\"1 value(s) updated\"]},\"request\":{\"time\":\"1606855045\",\"method\":\"POST\",\"uri\":\"/v2/portals/12380\"},\"data\":{\"portalstatusid\":76}}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portalshistory","description":"<p>Add an event to an existing :portalid.</p>\n","urlObject":{"protocol":"https","path":["v2","portalshistory"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"24bf5b6e-bf4d-4610-ac1e-1126e063faba","name":"Retrieve List of Portals","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:35:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"x-query_total","value":"9201"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"12475\",\n        \"minid\": \"75\",\n        \"total_records\": \"9201\",\n        \"response_total\": \"200\",\n        \"query_total\": \"9201\",\n        \"request\": [\n            {\n                \"time\": \"1606836948\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/portals\",\n                \"query\": []\n            }\n        ],\n        \"query_admin\": {\n            \"qrecords\": \"9201\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4311\",\n            \"merchantnumber\": \"925700000010793\",\n            \"merchantdba\": \"Highland H&B, LLC\",\n            \"merchantname\": \"Highland H&B, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/sso/login?service=https%3A%2F%2Fwww.mreports.com%2Fportal%2Fstart%2Fonlineportal\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"4Password!!\",\n            \"portalid\": \"12475\",\n            \"portalalias\": \"mreports\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3018\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"1786\",\n            \"merchantid\": \"130\",\n            \"merchantnumber\": \"971000010270\",\n            \"merchantdba\": \"Arbitrator Holdings\",\n            \"merchantname\": \"Arbitrator Holdings\",\n            \"processorid\": \"1\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"0\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"100\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"cxzcxzczxcxz.com\",\n            \"portaluser\": \"username\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pass\",\n            \"portalid\": \"12468\",\n            \"portalalias\": \"alias\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3904\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3588\",\n            \"merchantid\": \"5108\",\n            \"merchantnumber\": \"630400028720\",\n            \"merchantdba\": \"American Student Loan Services\",\n            \"merchantname\": \"American Student Loan Services\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CBD-DP\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback16!\",\n            \"portalid\": \"12467\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#23\",\n            \"portalid\": \"12466\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnCleanse\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#22\",\n            \"portalid\": \"12465\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3822\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3503\",\n            \"merchantid\": \"3452\",\n            \"merchantnumber\": \"403903329000283\",\n            \"merchantdba\": \"Knife Depot\",\n            \"merchantname\": \"Knife Depot\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://payroc.partnerengage.com/Account/Login?\",\n            \"portaluser\": \"Marie@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Kdpayments123!\",\n            \"portalid\": \"12464\",\n            \"portalalias\": \"Shopify\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"crm.responsecrm.com\",\n            \"portaluser\": \"adam@oceanside-labs.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oceanside-13\",\n            \"portalid\": \"12463\",\n            \"portalalias\": \"ResponseCRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"adam@cambridgenutritionals.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12462\",\n            \"portalalias\": \"Humboldt\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/merchants/\",\n            \"portaluser\": \"CambridgeNut\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12461\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12460\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12459\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12458\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessMuscleBase\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littlemuscle1!\",\n            \"portalid\": \"12457\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12456\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleketo1!\",\n            \"portalid\": \"12455\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12454\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleskin1!\",\n            \"portalid\": \"12453\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12451\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205225\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12450\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlPSSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12449\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12448\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205234\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12447\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlVITCPS\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12446\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12445\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205227\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12444\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12443\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12442\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204835\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envytrainer1!\",\n            \"portalid\": \"12441\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyAbPaysafe\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyab1!\",\n            \"portalid\": \"12440\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12439\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12438\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsMale\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envymale1!\",\n            \"portalid\": \"12437\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12436\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12435\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyketo1!\",\n            \"portalid\": \"12434\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12433\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12432\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsVitcCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyvit1!\",\n            \"portalid\": \"12431\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4213\",\n            \"merchantnumber\": \"7070031952266\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"114\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12430\",\n            \"portalalias\": \"Paymentshub\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12429\",\n            \"portalalias\": \"mypayment insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12428\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204834\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12427\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12426\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12425\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204833\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12424\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12423\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4477\",\n            \"merchantnumber\": \"970100002191\",\n            \"merchantdba\": \"stringgain.online\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12422\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4475\",\n            \"merchantnumber\": \"970100002217\",\n            \"merchantdba\": \"theonemall.biz\",\n            \"merchantname\": \"Jiblah Pylonia Arches LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12421\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4472\",\n            \"merchantnumber\": \"970100002137\",\n            \"merchantdba\": \"really good-deals\",\n            \"merchantname\": \"Ceezay Jaring Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12420\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4456\",\n            \"merchantnumber\": \"970100002226\",\n            \"merchantdba\": \"fairmarket.store\",\n            \"merchantname\": \"Slawan Ocean Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12419\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4444\",\n            \"merchantnumber\": \"970100002208\",\n            \"merchantdba\": \"theperfectgift.guru\",\n            \"merchantname\": \"Robando Huggle Lands LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12418\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4426\",\n            \"merchantnumber\": \"970100002182\",\n            \"merchantdba\": \"Lenses4you.shop\",\n            \"merchantname\": \"Fratorius LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12417\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4417\",\n            \"merchantnumber\": \"970100002164\",\n            \"merchantdba\": \"thebestdeal.shop\",\n            \"merchantname\": \"Fedly Plank Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12416\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4413\",\n            \"merchantnumber\": \"970100002173\",\n            \"merchantdba\": \"Online Shoppingis\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12415\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4391\",\n            \"merchantnumber\": \"970100002146\",\n            \"merchantdba\": \"The Online Mall\",\n            \"merchantname\": \"Coastie Quanta Media LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12414\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mymerchant.info/AuthWeb/#/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lfa2020!\",\n            \"portalid\": \"12412\",\n            \"portalalias\": \"mymerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12411\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300612\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12410\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMBLAST8776277297\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12409\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12408\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCOptimumStoreCoastalPay\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12407\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12406\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300611\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12405\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCBURN8443914323\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12404\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12403\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"jbcburn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome3575!!\",\n            \"portalid\": \"12402\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMLUSTER8669651055\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12401\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4265\",\n            \"merchantnumber\": \"6316162974545281\",\n            \"merchantdba\": \"Mountainside Health, LLC\",\n            \"merchantname\": \"Mountainside Health, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"www.googslkf.com\",\n            \"portaluser\": \"sjflkjsldk\",\n            \"portalonoff\": \"0\",\n            \"portalpass\": \"slkfjskldjflkw\",\n            \"portalid\": \"12400\",\n            \"portalalias\": \"sklfjsklfjkls\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12389\",\n            \"portalalias\": \"NMI \",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"nmi.com\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12388\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4017\",\n            \"merchantnumber\": \"533100000000535\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12387\",\n            \"portalalias\": \"MyPayment Insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12386\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://hub.selectbankcard.com\",\n            \"portaluser\": \"pending\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pending\",\n            \"portalid\": \"12385\",\n            \"portalalias\": \"Select\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"TheSavingsClub4U\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12384\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@rhyonncleanse.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12380\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12379\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@reavannmuscle.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12378\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12377\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5127\",\n            \"merchantnumber\": \"7070031959287\",\n            \"merchantdba\": \"Thinz Secret\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"support@gabtaryarahorizonsllc.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!\",\n            \"portalid\": \"12376\",\n            \"portalalias\": \"Paymentshub - HMB\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12374\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"534701780406724\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!!\",\n            \"portalid\": \"12373\",\n            \"portalalias\": \"NXGEN First Data\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"onlineshoppingisFD\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12372\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cod2Fcd2Lfa2020\",\n            \"portalid\": \"12370\",\n            \"portalalias\": \"mxmerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12369\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12368\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12367\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12365\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12362\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://tailoredpay.transactiongateway.com/\",\n            \"portaluser\": \"aaron@lawforall.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12361\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4420\",\n            \"merchantnumber\": \"4445037577775\",\n            \"merchantdba\": \"string gain\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastgen\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12359\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4409\",\n            \"merchantnumber\": \"4445037577734\",\n            \"merchantdba\": \"sheer true man\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastsheer\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12358\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12357\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Type a messag\",\n            \"portalid\": \"12356\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVIS2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12355\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12354\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"VISTANLEYPROM\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12353\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12352\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12351\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12350\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12349\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://dashboard.maverickpayments.com/login\",\n            \"portaluser\": \"admin@beautoramahealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password++\",\n            \"portalid\": \"12348\",\n            \"portalalias\": \"IRQ/TSYS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BeautoramaHealth\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12347\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5088\",\n            \"merchantnumber\": \"403903463539352\",\n            \"merchantdba\": \"Magic Rizwan Keto \",\n            \"merchantname\": \"Magic Rizwan Media Inc.\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RizMacVitCCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Magicketo1!\",\n            \"portalid\": \"12346\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5160\",\n            \"merchantnumber\": \"403903463500486\",\n            \"merchantdba\": \"XTRBURN8448051018\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"XTRBurn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12345\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4268\",\n            \"merchantnumber\": \"934600000010983\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0122\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12344\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12343\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"AMontejano1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12342\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12341\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@whitelionhealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12340\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"NHoskins1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12339\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12338\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12337\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5055\",\n            \"merchantnumber\": \"000020120863\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KETOFAST - 833-656-0761\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12336\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12335\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011015\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12334\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0410\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12333\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12332\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12331\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12330\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12329\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12328\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12327\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12326\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@inspiringbeauty.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12325\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"KFlinn1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12324\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12323\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12322\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5053\",\n            \"merchantnumber\": \"000021665130\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KCLEANSE - 833-664-0501\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12321\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12320\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12319\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12318\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"bhappy\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome0393!!\",\n            \"portalid\": \"12317\",\n            \"portalalias\": \"EP/Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"8336650201KETODELUXE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12316\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@xfohealth.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12315\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKambitsch\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12314\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5180\",\n            \"merchantnumber\": \"403903463500479\",\n            \"merchantdba\": \"DERMESOFT8334015646\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"DermeSoft\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12313\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4403\",\n            \"merchantnumber\": \"4445037577841\",\n            \"merchantdba\": \"raw solutions GDN\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchraw\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12312\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5067\",\n            \"merchantnumber\": \"000021665134\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"APEX ALMANAC - 833-736-2565\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12311\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12310\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12309\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5183\",\n            \"merchantnumber\": \"230192400103693\",\n            \"merchantdba\": \"KETO FIT STORE ONLINE\",\n            \"merchantname\": \"Paragon Wellness, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"230192400103693\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password**\",\n            \"portalid\": \"12308\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12307\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000010991\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12306\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0181\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12305\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12304\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12303\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4266\",\n            \"merchantnumber\": \"536927230409534\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12302\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4915\",\n            \"merchantnumber\": \"565500000513446\",\n            \"merchantdba\": \"RISING VIT C CREAM\",\n            \"merchantname\": \"RISING TEAM LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12301\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12300\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12299\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12298\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"RPENDARVIS2\",\n            \"portaluser\": \"Capital1#\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"https://youraccessone.com \",\n            \"portalid\": \"12297\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12296\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@sequoiahealthshop.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12295\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"sola0661\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12294\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4383\",\n            \"merchantnumber\": \"4445037581751\",\n            \"merchantdba\": \"Online Trading Academy Minneapolis\",\n            \"merchantname\": \"Retire Young Inc\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Imageman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12293\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12292\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12291\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5084\",\n            \"merchantnumber\": \"001206730261\",\n            \"merchantdba\": \"Cambridge Nutritionals\",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"64\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.glacierpayments.com/\",\n            \"portaluser\": \"adam.orlandella\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12290\",\n            \"portalalias\": \"Glacier\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12289\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@greenessenceonline.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12288\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"quic0511\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12287\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5057\",\n            \"merchantnumber\": \"000021665131\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"NEATPLATE - 833-665-0851\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12286\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12285\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@coppersteelwellness.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12284\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"keto0821\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12283\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12282\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12281\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4927\",\n            \"merchantnumber\": \"403903463539230\",\n            \"merchantdba\": \"Riz Max Keto \",\n            \"merchantname\": \"Riz Max Marketing Grp Inc.\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"help@rizmaxketo.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Rizketo1!\",\n            \"portalid\": \"12280\",\n            \"portalalias\": \"MBF1\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5079\",\n            \"merchantnumber\": \"6316300236488839\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12279\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12278\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12277\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12276\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKasper\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12275\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4388\",\n            \"merchantnumber\": \"4445037577874\",\n            \"merchantdba\": \"Biz Man Gear\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"bizman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12274\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12273\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12272\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12271\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/NMA?DEAD\",\n            \"portaluser\": \"cculver2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Apr17abc!@\",\n            \"portalid\": \"12270\",\n            \"portalalias\": \"NMA\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12269\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12268\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12267\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWATSON3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12266\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12265\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12264\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5081\",\n            \"merchantnumber\": \"4097584505\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12263\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12262\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12261\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4434\",\n            \"merchantnumber\": \"4445037577825\",\n            \"merchantdba\": \"g plus gear\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchgear\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12260\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12259\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3101sw34thfl\",\n            \"portalid\": \"12258\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVISII\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12257\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4389\",\n            \"merchantnumber\": \"4445037577858\",\n            \"merchantdba\": \"top max grn\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"topmax\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12256\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4422\",\n            \"merchantnumber\": \"4445037580951\",\n            \"merchantdba\": \"G Series Gear\",\n            \"merchantname\": \"Broadway Lane Hills LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Gseries\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12255\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@redfield.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12254\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWatson1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12253\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5419\",\n            \"merchantnumber\": \"528414049713027\",\n            \"merchantdba\": \"Retail Keto Boost Online\",\n            \"merchantname\": \"Lotus Health & Beauty Shop LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"231920000000000\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!+\",\n            \"portalid\": \"12252\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5056\",\n            \"merchantnumber\": \"4097638540\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12251\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12250\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011007\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12249\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        }\n    ]\n}"},{"id":"5d8e9494-e2c4-4c17-bffb-56e223cf04ff","name":"Create History Record","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portalid\": \"4472\",\r\n    \"datecreated\": \"2020-11-30 20:31:07\",\r\n    \"adminid\": \"9370\",\r\n    \"flagger\": \"0\",\r\n    \"datajson\": {\r\n        \"summary\": {\r\n            \"message\": {\r\n                \"code\": 1,\r\n                \"status\": [\r\n                    \"Success\",\r\n                    \"1 value(s) updated\"\r\n                ]\r\n            },\r\n            \"request\": {\r\n                \"time\": \"1606855045\",\r\n                \"method\": \"POST\",\r\n                \"uri\": \"/v2/portals/12380\"\r\n            },\r\n            \"data\": {\r\n                \"portalstatusid\": 76\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portalshistory"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 20:38:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portalshistory.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `5tbl_merchants_portals_history` (portalid,datecreated,adminid,flagger,datajson) VALUES (4472,'2020-11-30 20:31:07',9725,0,'{\\\"summary\\\":{\\\"message\\\":{\\\"code\\\":1,\\\"status\\\":[\\\"Success\\\",\\\"1 value(s) updated\\\"]},\\\"request\\\":{\\\"time\\\":\\\"1606855045\\\",\\\"method\\\":\\\"POST\\\",\\\"uri\\\":\\\"/v2/portals/12380\\\"},\\\"data\\\":{\\\"portalstatusid\\\":76}}}')\"\n        ],\n        \"message\": {\n            \"count\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1606855083\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portalshistory\"\n        },\n        \"data\": [\n            27888\n        ]\n    }\n}"},{"id":"a69ff6dd-f80f-44c3-bb9e-5d417c22b979","name":"History List","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portalshistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 19:40:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4363"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portalshistory.json"},{"key":"x-query_total","value":"27871"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"27872\",\n        \"minid\": \"1\",\n        \"total_records\": \"27871\",\n        \"response_total\": \"200\",\n        \"query_total\": \"27871\",\n        \"request\": [\n            {\n                \"time\": \"1606851612\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/portalshistory\",\n                \"query\": []\n            }\n        ],\n        \"query_admin\": {\n            \"qrecords\": \"27871\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `5tbl_merchants_portals_history` WHERE 1 ORDER BY `id` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `5tbl_merchants_portals_history` WHERE 1 ORDER BY `id` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": \"27872\",\n            \"portalid\": \"4472\",\n            \"datecreated\": \"2020-06-20 20:31:07\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"karmaventures@zoho.com\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4472\\\",\\\"merchantid\\\":\\\"2635\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27871\",\n            \"portalid\": \"4474\",\n            \"datecreated\": \"2020-06-20 20:30:29\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"karmaventures@zoho.com\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4474\\\",\\\"merchantid\\\":\\\"2637\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27870\",\n            \"portalid\": \"5042\",\n            \"datecreated\": \"2020-06-20 20:25:48\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado18\\\",\\\"element_id\\\":\\\"portalpass_5042\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"Movado777\\\"}\"\n        },\n        {\n            \"id\": \"27869\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:56\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12!\\\\t\\\",\\\"element_id\\\":\\\"portalpass_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27868\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:31\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"BeautyEssenceShop\\\\t\\\",\\\"element_id\\\":\\\"portaluser_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27867\",\n            \"portalid\": \"4909\",\n            \"datecreated\": \"2020-06-20 20:24:25\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/ladyrebel.transactiongateway.com\\\\/merchants\\\\/\\\\t\\\",\\\"element_id\\\":\\\"portalurl_4909\\\",\\\"merchantid\\\":\\\"2792\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27866\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 20:22:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27865\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:36\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27864\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:18\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"mvserenehealth\\\",\\\"element_id\\\":\\\"portaluser_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27863\",\n            \"portalid\": \"7289\",\n            \"datecreated\": \"2020-06-20 20:18:13\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/signapay.iriscrm.com\\\\/login\\\\t\\\",\\\"element_id\\\":\\\"portalurl_7289\\\",\\\"merchantid\\\":\\\"3465\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27862\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:38\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27861\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:17\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"benjababeserum\\\",\\\"element_id\\\":\\\"portaluser_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27860\",\n            \"portalid\": \"7183\",\n            \"datecreated\": \"2020-06-20 20:13:10\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/signapay.iriscrm.com\\\\/login\\\\t\\\",\\\"element_id\\\":\\\"portalurl_7183\\\",\\\"merchantid\\\":\\\"3423\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27859\",\n            \"portalid\": \"8496\",\n            \"datecreated\": \"2020-06-20 19:48:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"85\\\",\\\"element_id\\\":\\\"dataminerid_8496\\\",\\\"merchantid\\\":\\\"3867\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27858\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27857\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:27\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Custom3175\\\",\\\"element_id\\\":\\\"portalpass_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Custm3175\\\"}\"\n        },\n        {\n            \"id\": \"27856\",\n            \"portalid\": \"8528\",\n            \"datecreated\": \"2020-06-20 19:41:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Answer2020\\\",\\\"element_id\\\":\\\"portaluser_8528\\\",\\\"merchantid\\\":\\\"3951\\\",\\\"original_html\\\":\\\"Answer\\\"}\"\n        },\n        {\n            \"id\": \"27855\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:33:13\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12!\\\",\\\"element_id\\\":\\\"portalpass_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27854\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:32:48\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"https:\\\\/\\\\/secure.nmi.com\\\\/merchants\\\\/login.php?cookie_check=1&referrer=/merchants/index.php?&qed=8c1116f4f94cffe72c735939374ddc62203fb68b2f8fae8fb52475074c07fa1a&auth_error=0\\\",\\\"element_id\\\":\\\"portalurl_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"http:\\\\/secure.nmi.com\\\\/merchants\\\\/\\\"}\"\n        },\n        {\n            \"id\": \"27853\",\n            \"portalid\": \"4395\",\n            \"datecreated\": \"2020-06-20 19:32:25\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"GlossiMedia\\\",\\\"element_id\\\":\\\"portaluser_4395\\\",\\\"merchantid\\\":\\\"2686\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27852\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:32:02\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Purity3175\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Always2020\\\"}\"\n        },\n        {\n            \"id\": \"27851\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:30:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"WholeHealth2020\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"RealWell\\\"}\"\n        },\n        {\n            \"id\": \"27850\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:18:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"RealWell\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth\\\"}\"\n        },\n        {\n            \"id\": \"27849\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:18:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Always2020\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth2020\\\"}\"\n        },\n        {\n            \"id\": \"27848\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8514\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Gateway\\\"}\"\n        },\n        {\n            \"id\": \"27847\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:30\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"merchantid\\\":\\\"3937\\\",\\\"element_id\\\":\\\"recordonoff_8514\\\"}\"\n        },\n        {\n            \"id\": \"27846\",\n            \"portalid\": \"8514\",\n            \"datecreated\": \"2020-06-20 19:09:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8514\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27845\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27844\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"NoCh@rgebacks20!\\\",\\\"element_id\\\":\\\"portalpass_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth2020\\\"}\"\n        },\n        {\n            \"id\": \"27843\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:09:21\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"CBD4445036914291\\\",\\\"element_id\\\":\\\"portaluser_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"WholeHealth\\\"}\"\n        },\n        {\n            \"id\": \"27842\",\n            \"portalid\": \"9066\",\n            \"datecreated\": \"2020-06-20 19:07:48\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_9066\\\",\\\"merchantid\\\":\\\"3937\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27841\",\n            \"portalid\": \"7889\",\n            \"datecreated\": \"2020-06-20 19:03:16\",\n            \"adminid\": \"11845\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_7889\\\",\\\"merchantid\\\":\\\"3706\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27840\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"  \\\",\\\"element_id\\\":\\\"question1_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"no name\\\"}\"\n        },\n        {\n            \"id\": \"27839\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"  \\\",\\\"element_id\\\":\\\"question2_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"no name\\\"}\"\n        },\n        {\n            \"id\": \"27838\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:14\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27837\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27836\",\n            \"portalid\": \"8666\",\n            \"datecreated\": \"2020-06-20 18:08:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"7\\\",\\\"element_id\\\":\\\"dataminerid_8666\\\",\\\"merchantid\\\":\\\"4030\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27835\",\n            \"portalid\": \"8737\",\n            \"datecreated\": \"2020-06-20 16:23:47\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8737\\\",\\\"merchantid\\\":\\\"4064\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27834\",\n            \"portalid\": \"7908\",\n            \"datecreated\": \"2020-06-20 15:48:52\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_7908\\\",\\\"merchantid\\\":\\\"3712\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27833\",\n            \"portalid\": \"8172\",\n            \"datecreated\": \"2020-06-20 15:47:49\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8172\\\",\\\"merchantid\\\":\\\"3835\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27832\",\n            \"portalid\": \"8518\",\n            \"datecreated\": \"2020-06-20 15:03:51\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_8518\\\",\\\"merchantid\\\":\\\"3941\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27831\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 15:01:45\",\n            \"adminid\": \"12076\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"76\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Active\\\"}\"\n        },\n        {\n            \"id\": \"27830\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27829\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:42\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27828\",\n            \"portalid\": \"8997\",\n            \"datecreated\": \"2020-06-20 07:22:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8997\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27827\",\n            \"portalid\": \"8996\",\n            \"datecreated\": \"2020-06-20 07:22:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8996\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27826\",\n            \"portalid\": \"8996\",\n            \"datecreated\": \"2020-06-20 07:22:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8996\\\",\\\"merchantid\\\":\\\"4156\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27825\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27824\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:19\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27823\",\n            \"portalid\": \"8999\",\n            \"datecreated\": \"2020-06-20 07:22:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8999\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27822\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27821\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:11\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27820\",\n            \"portalid\": \"9000\",\n            \"datecreated\": \"2020-06-20 07:22:08\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9000\\\",\\\"merchantid\\\":\\\"4157\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27819\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:22:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"n\\\"}\"\n        },\n        {\n            \"id\": \"27818\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"n\\\",\\\"element_id\\\":\\\"question3_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27817\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27816\",\n            \"portalid\": \"8959\",\n            \"datecreated\": \"2020-06-20 07:21:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_8959\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27815\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27814\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27813\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:42\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"s\\\"}\"\n        },\n        {\n            \"id\": \"27812\",\n            \"portalid\": \"8958\",\n            \"datecreated\": \"2020-06-20 07:21:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"s\\\",\\\"element_id\\\":\\\"question1_8958\\\",\\\"merchantid\\\":\\\"4143\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27811\",\n            \"portalid\": \"9018\",\n            \"datecreated\": \"2020-06-20 07:20:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9018\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27810\",\n            \"portalid\": \"9018\",\n            \"datecreated\": \"2020-06-20 07:20:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9018\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27809\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:57\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27808\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27807\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27806\",\n            \"portalid\": \"9017\",\n            \"datecreated\": \"2020-06-20 07:19:50\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9017\\\",\\\"merchantid\\\":\\\"4163\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27805\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27804\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27803\",\n            \"portalid\": \"9015\",\n            \"datecreated\": \"2020-06-20 07:19:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9015\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27802\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:28\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27801\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:25\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27800\",\n            \"portalid\": \"9014\",\n            \"datecreated\": \"2020-06-20 07:19:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9014\\\",\\\"merchantid\\\":\\\"4162\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27799\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27798\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27797\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27796\",\n            \"portalid\": \"9021\",\n            \"datecreated\": \"2020-06-20 07:12:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9021\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27795\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27794\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27793\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27792\",\n            \"portalid\": \"9020\",\n            \"datecreated\": \"2020-06-20 07:12:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9020\\\",\\\"merchantid\\\":\\\"4164\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27791\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27790\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27789\",\n            \"portalid\": \"9024\",\n            \"datecreated\": \"2020-06-20 07:12:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9024\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27788\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:12:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27787\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27786\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27785\",\n            \"portalid\": \"9023\",\n            \"datecreated\": \"2020-06-20 07:11:49\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9023\\\",\\\"merchantid\\\":\\\"4165\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27784\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:25\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27783\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27782\",\n            \"portalid\": \"9026\",\n            \"datecreated\": \"2020-06-20 07:09:19\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9026\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27781\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:13\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"2\\\",\\\"element_id\\\":\\\"portaltypeid_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"CRM\\\"}\"\n        },\n        {\n            \"id\": \"27780\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"30\\\",\\\"element_id\\\":\\\"dataminerid_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"--- not known ---\\\"}\"\n        },\n        {\n            \"id\": \"27779\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:08\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27778\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27777\",\n            \"portalid\": \"9027\",\n            \"datecreated\": \"2020-06-20 07:09:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9027\\\",\\\"merchantid\\\":\\\"4166\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27776\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:58\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27775\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27774\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:52\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27773\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:49\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27772\",\n            \"portalid\": \"9029\",\n            \"datecreated\": \"2020-06-20 07:08:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9029\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27771\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:37\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27770\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:37\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27769\",\n            \"portalid\": \"9030\",\n            \"datecreated\": \"2020-06-20 07:08:36\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9030\\\",\\\"merchantid\\\":\\\"4167\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27768\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:26\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27767\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27766\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27765\",\n            \"portalid\": \"9032\",\n            \"datecreated\": \"2020-06-20 07:08:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9032\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27764\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27763\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:12\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27762\",\n            \"portalid\": \"9033\",\n            \"datecreated\": \"2020-06-20 07:08:11\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9033\\\",\\\"merchantid\\\":\\\"4168\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27761\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:08:02\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27760\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:08:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27759\",\n            \"portalid\": \"9036\",\n            \"datecreated\": \"2020-06-20 07:07:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9036\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27758\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:52\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27757\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27756\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27755\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27754\",\n            \"portalid\": \"9035\",\n            \"datecreated\": \"2020-06-20 07:07:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9035\\\",\\\"merchantid\\\":\\\"4169\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27753\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:32\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27752\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27751\",\n            \"portalid\": \"9040\",\n            \"datecreated\": \"2020-06-20 07:07:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9040\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27750\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27749\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27748\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:15\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27747\",\n            \"portalid\": \"9039\",\n            \"datecreated\": \"2020-06-20 07:07:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9039\\\",\\\"merchantid\\\":\\\"4170\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27746\",\n            \"portalid\": \"9042\",\n            \"datecreated\": \"2020-06-20 07:07:04\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9042\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27745\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:07:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27744\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:06:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27743\",\n            \"portalid\": \"9043\",\n            \"datecreated\": \"2020-06-20 07:06:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9043\\\",\\\"merchantid\\\":\\\"4171\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27742\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27741\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27740\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27739\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27738\",\n            \"portalid\": \"9046\",\n            \"datecreated\": \"2020-06-20 07:06:40\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9046\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27737\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:33\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27736\",\n            \"portalid\": \"9045\",\n            \"datecreated\": \"2020-06-20 07:06:30\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9045\\\",\\\"merchantid\\\":\\\"4172\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27735\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:06:21\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27734\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:06:18\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27733\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:06:03\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27732\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:06:00\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27731\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:05:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27730\",\n            \"portalid\": \"9051\",\n            \"datecreated\": \"2020-06-20 07:05:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9051\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27729\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:05:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27728\",\n            \"portalid\": \"9048\",\n            \"datecreated\": \"2020-06-20 07:05:16\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9048\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27727\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:07\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27726\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:06\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27725\",\n            \"portalid\": \"9049\",\n            \"datecreated\": \"2020-06-20 07:05:05\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9049\\\",\\\"merchantid\\\":\\\"4173\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27724\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27723\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27722\",\n            \"portalid\": \"9052\",\n            \"datecreated\": \"2020-06-20 07:04:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9052\\\",\\\"merchantid\\\":\\\"4174\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27721\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:24\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question1_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27720\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question2_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27719\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:23\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\",\\\"element_id\\\":\\\"question3_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27718\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:04:10\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"4\\\",\\\"element_id\\\":\\\"portaltypeid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"Processor\\\"}\"\n        },\n        {\n            \"id\": \"27717\",\n            \"portalid\": \"9056\",\n            \"datecreated\": \"2020-06-20 07:04:05\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"2\\\",\\\"element_id\\\":\\\"portaltypeid_9056\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"CRM\\\"}\"\n        },\n        {\n            \"id\": \"27716\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"83\\\",\\\"element_id\\\":\\\"dataminerid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"NETEVIA\\\"}\"\n        },\n        {\n            \"id\": \"27715\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"63\\\",\\\"element_id\\\":\\\"dataminerid_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"VANTIV\\\"}\"\n        },\n        {\n            \"id\": \"27714\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question1_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27713\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question2_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27712\",\n            \"portalid\": \"9055\",\n            \"datecreated\": \"2020-06-20 07:03:46\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Sherry\\\",\\\"element_id\\\":\\\"question3_9055\\\",\\\"merchantid\\\":\\\"4175\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27711\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:50:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost84555\\\",\\\"element_id\\\":\\\"portalnotes_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost&amp;84555\\\"}\"\n        },\n        {\n            \"id\": \"27710\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:50:43\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost84555\\\",\\\"element_id\\\":\\\"portalpass_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost&amp;84555\\\"}\"\n        },\n        {\n            \"id\": \"27709\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost&84555\\\",\\\"element_id\\\":\\\"portalnotes_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27708\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:55\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27707\",\n            \"portalid\": \"8258\",\n            \"datecreated\": \"2020-06-20 04:49:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Ucoost&84555\\\",\\\"element_id\\\":\\\"portalpass_8258\\\",\\\"merchantid\\\":\\\"3849\\\",\\\"original_html\\\":\\\"Ucoost 8444\\\"}\"\n        },\n        {\n            \"id\": \"27706\",\n            \"portalid\": \"4531\",\n            \"datecreated\": \"2020-06-20 04:49:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_4531\\\",\\\"merchantid\\\":\\\"2694\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27705\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"dog\\\",\\\"element_id\\\":\\\"question1_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27704\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:38\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"dog\\\\n\\\\n\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Dog\\\"}\"\n        },\n        {\n            \"id\": \"27703\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:48:34\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado15!\\\",\\\"element_id\\\":\\\"portalpass_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Movado14!\\\"}\"\n        },\n        {\n            \"id\": \"27702\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:45:06\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27701\",\n            \"portalid\": \"8826\",\n            \"datecreated\": \"2020-06-20 04:44:51\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Dog\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8826\\\",\\\"merchantid\\\":\\\"2799\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27700\",\n            \"portalid\": \"6710\",\n            \"datecreated\": \"2020-06-20 04:43:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_6710\\\",\\\"merchantid\\\":\\\"3313\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27699\",\n            \"portalid\": \"7165\",\n            \"datecreated\": \"2020-06-20 04:42:04\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado14!\\\\t\\\",\\\"element_id\\\":\\\"portalpass_7165\\\",\\\"merchantid\\\":\\\"3417\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27698\",\n            \"portalid\": \"7165\",\n            \"datecreated\": \"2020-06-20 04:41:56\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"230192400103685\\\\t\\\",\\\"element_id\\\":\\\"portaluser_7165\\\",\\\"merchantid\\\":\\\"3417\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27697\",\n            \"portalid\": \"4460\",\n            \"datecreated\": \"2020-06-20 04:40:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_4460\\\",\\\"merchantid\\\":\\\"2623\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27696\",\n            \"portalid\": \"4460\",\n            \"datecreated\": \"2020-06-20 04:40:29\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_4460\\\",\\\"merchantid\\\":\\\"2623\\\",\\\"original_html\\\":\\\"Movado11\\\"}\"\n        },\n        {\n            \"id\": \"27695\",\n            \"portalid\": \"9059\",\n            \"datecreated\": \"2020-06-20 04:38:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_9059\\\",\\\"merchantid\\\":\\\"3641\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27694\",\n            \"portalid\": \"7568\",\n            \"datecreated\": \"2020-06-20 04:37:47\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7568\\\",\\\"merchantid\\\":\\\"3587\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27693\",\n            \"portalid\": \"7944\",\n            \"datecreated\": \"2020-06-20 04:36:33\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7944\\\",\\\"merchantid\\\":\\\"3614\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27692\",\n            \"portalid\": \"7944\",\n            \"datecreated\": \"2020-06-20 04:36:31\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7944\\\",\\\"merchantid\\\":\\\"3614\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27691\",\n            \"portalid\": \"7943\",\n            \"datecreated\": \"2020-06-20 04:36:28\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7943\\\",\\\"merchantid\\\":\\\"3630\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27690\",\n            \"portalid\": \"7943\",\n            \"datecreated\": \"2020-06-20 04:36:26\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7943\\\",\\\"merchantid\\\":\\\"3630\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27689\",\n            \"portalid\": \"7946\",\n            \"datecreated\": \"2020-06-20 04:36:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7946\\\",\\\"merchantid\\\":\\\"3632\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27688\",\n            \"portalid\": \"7946\",\n            \"datecreated\": \"2020-06-20 04:36:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7946\\\",\\\"merchantid\\\":\\\"3632\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27687\",\n            \"portalid\": \"6434\",\n            \"datecreated\": \"2020-06-20 04:35:55\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"Movado12\\\",\\\"element_id\\\":\\\"portalpass_6434\\\",\\\"merchantid\\\":\\\"3219\\\",\\\"original_html\\\":\\\"Test\\\"}\"\n        },\n        {\n            \"id\": \"27686\",\n            \"portalid\": \"7947\",\n            \"datecreated\": \"2020-06-20 04:35:54\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7947\\\",\\\"merchantid\\\":\\\"3633\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27685\",\n            \"portalid\": \"7947\",\n            \"datecreated\": \"2020-06-20 04:35:53\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7947\\\",\\\"merchantid\\\":\\\"3633\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27684\",\n            \"portalid\": \"7948\",\n            \"datecreated\": \"2020-06-20 04:35:50\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7948\\\",\\\"merchantid\\\":\\\"3634\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27683\",\n            \"portalid\": \"7948\",\n            \"datecreated\": \"2020-06-20 04:35:48\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7948\\\",\\\"merchantid\\\":\\\"3634\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27682\",\n            \"portalid\": \"6434\",\n            \"datecreated\": \"2020-06-20 04:35:47\",\n            \"adminid\": \"9725\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"bbvaddivisionserum\\\\t\\\",\\\"element_id\\\":\\\"portaluser_6434\\\",\\\"merchantid\\\":\\\"3219\\\",\\\"original_html\\\":\\\"Sweetmoon1\\\"}\"\n        },\n        {\n            \"id\": \"27681\",\n            \"portalid\": \"7949\",\n            \"datecreated\": \"2020-06-20 04:35:45\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7949\\\",\\\"merchantid\\\":\\\"3635\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27680\",\n            \"portalid\": \"7949\",\n            \"datecreated\": \"2020-06-20 04:35:44\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7949\\\",\\\"merchantid\\\":\\\"3635\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27679\",\n            \"portalid\": \"7950\",\n            \"datecreated\": \"2020-06-20 04:35:39\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\n\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\",\\\"element_id\\\":\\\"portalnotes_7950\\\",\\\"merchantid\\\":\\\"3637\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27678\",\n            \"portalid\": \"7950\",\n            \"datecreated\": \"2020-06-20 04:35:22\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7950\\\",\\\"merchantid\\\":\\\"3637\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27677\",\n            \"portalid\": \"7951\",\n            \"datecreated\": \"2020-06-20 04:35:20\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_7951\\\",\\\"merchantid\\\":\\\"3638\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27676\",\n            \"portalid\": \"7951\",\n            \"datecreated\": \"2020-06-20 04:35:17\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_7951\\\",\\\"merchantid\\\":\\\"3638\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        },\n        {\n            \"id\": \"27675\",\n            \"portalid\": \"8102\",\n            \"datecreated\": \"2020-06-20 04:35:01\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"69\\\",\\\"element_id\\\":\\\"portalstatusid_8102\\\",\\\"merchantid\\\":\\\"3719\\\",\\\"original_html\\\":\\\"Incorrect User\\\\/Pass\\\"}\"\n        },\n        {\n            \"id\": \"27674\",\n            \"portalid\": \"8102\",\n            \"datecreated\": \"2020-06-20 04:34:59\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_8102\\\",\\\"merchantid\\\":\\\"3719\\\",\\\"original_html\\\":\\\"(click to add text)\\\"}\"\n        },\n        {\n            \"id\": \"27673\",\n            \"portalid\": \"7952\",\n            \"datecreated\": \"2020-06-20 04:34:41\",\n            \"adminid\": \"9415\",\n            \"flagger\": \"0\",\n            \"datajson\": \"{\\\"update_value\\\":\\\"no name\\\\nno name\\\\nno name\\\\nEmail Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\",\\\"element_id\\\":\\\"portalnotes_7952\\\",\\\"merchantid\\\":\\\"3639\\\",\\\"original_html\\\":\\\"Email Address : \\\\nchargesavvy@chargebackdefensesolutions.com\\\\n\\\\nMust Change Password on all Charge Savvy Users when updated\\\"}\"\n        }\n    ]\n}"}],"_postman_id":"523bb55e-9900-4cb3-83e6-ce3d1767341d"}],"id":"4a09b52f-d621-4afa-be56-8207d672a39e","_postman_id":"4a09b52f-d621-4afa-be56-8207d672a39e","description":""},{"name":"Update Portal Record","id":"bf544183-5954-4b63-a9a0-8c9d12d6a459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals","description":"<h6 id=\"insert\">Insert</h6>\n<ul>\n<li>Creates a single portal or list of portals.</li>\n<li>Accepts Json Payloads.</li>\n<li><code>merchantid</code> must be set in each portal object to insert a portal</li>\n</ul>\n<h6 id=\"update\">Update</h6>\n<ul>\n<li>Use the portalid in the path of the url to update a portal record.</li>\n<li><code>/v2/portals/{portalid}</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v2","portals"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"3ead30c3-9788-44a2-a1a6-5407f13be414","name":"https://api.chargebackdefense.com/v2/portals","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n        \"merchantid\": \"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\": \"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n        \"merchantid\": \"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Aug 2020 16:59:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": {\n            \"message\": \"2 Records Created\"\n        }\n    },\n    \"data\": {\n        \"portalid\": [\n            9232,\n            9233\n        ],\n        \"merchantid\": \"1246\"\n    }\n}"}],"_postman_id":"bf544183-5954-4b63-a9a0-8c9d12d6a459"},{"name":"Create List of Portals","id":"a49fd69e-5b14-40a2-a94a-4ca049ee85e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals","description":"<h6 id=\"insert\">Insert</h6>\n<ul>\n<li>Creates a single portal or list of portals.</li>\n<li>Accepts Json Payloads.</li>\n<li><code>merchantid</code> must be set in each portal object to insert a portal</li>\n</ul>\n<h6 id=\"update\">Update</h6>\n<ul>\n<li>Use the portalid in the path of the url to update a portal record.</li>\n<li><code>/v2/portals/{portalid}</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v2","portals"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"85a04413-b7b0-43e5-975a-527bd936cdb8","name":"https://api.chargebackdefense.com/v2/portals","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Aug 2020 16:59:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": {\n            \"message\": \"2 Records Created\"\n        }\n    },\n    \"data\": {\n        \"portalid\": [\n            9232,\n            9233\n        ],\n        \"merchantid\": \"1246\"\n    }\n}"}],"_postman_id":"a49fd69e-5b14-40a2-a94a-4ca049ee85e6"},{"name":"Create Single Portal","id":"cf3f0203-ff70-4aff-bda6-c91626aed4f9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portaltypeid\": \"2\",\r\n    \"portalonoff\": \"1\",\r\n    \"portalstatusid\": \"69\",\r\n    \"portalurl\": \"paymentshub.com\",\r\n    \"portaluser\": \"2344\",\r\n    \"portalpass\": \"33333333\",\r\n    \"portalalias\": \"testpaymentshub\",\r\n    \"portalnotes\": \"moretest\",\r\n    \"merchantid\": \"40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals","urlObject":{"protocol":"https","path":["v2","portals"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"343e86ff-1a28-4df3-b9bf-595e26aa244c","name":"https://api.chargebackdefense.com/v2/portals","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Aug 2020 16:59:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": {\n            \"message\": \"2 Records Created\"\n        }\n    },\n    \"data\": {\n        \"portalid\": [\n            9232,\n            9233\n        ],\n        \"merchantid\": \"1246\"\n    }\n}"},{"id":"53f74999-834d-4681-b46b-1fb6f89b0b38","name":"Create (Processor) ","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portaltypeid\": \"2\",\r\n    \"portalonoff\": \"1\",\r\n    \"portalstatusid\": \"69\",\r\n    \"portalurl\": \"https://portal.vyapay.com/\",\r\n    \"portaluser\": \"Steffen@mcsendiesfacialcream.com\",\r\n    \"portalpass\": \"CtyGz7h\",\r\n    \"portalalias\": \"Vypay\",\r\n    \"merchantid\": 5761\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 14:28:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `5tbl_merchants_portals` (portaltypeid,portalonoff,portalstatusid,portalurl,portaluser,portalpass,portalalias,merchantid) VALUES (2,1,69,'https://portal.vyapay.com/','Steffen@mcsendiesfacialcream.com','CtyGz7h','Vypay',5761)\"\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true,\n            \"count\": \"Boo Yah! 1 records created\"\n        },\n        \"request\": {\n            \"time\": \"1611757728\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"data\": [\n            13741\n        ]\n    }\n}"},{"id":"53fe73be-32b0-4c6d-bdea-3d4d97424a41","name":"Create (CRM)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portaltypeid\": \"3\",\r\n    \"portalonoff\": \"1\",\r\n    \"portalstatusid\": \"69\",\r\n    \"portalurl\": \"https://crm.konnektive.com/\",\r\n    \"portaluser\": \"cbdsadmin1\",\r\n    \"portalpass\": \"Cbdsadmin1!\",\r\n    \"portalalias\": \"Konnektive\",\r\n    \"merchantid\": 5761\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 14:30:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"admin_qrequest\": [\n            \"INSERT INTO `5tbl_merchants_portals` (portaltypeid,portalonoff,portalstatusid,portalurl,portaluser,portalpass,portalalias,merchantid) VALUES (3,1,69,'https://crm.konnektive.com/','cbdsadmin1','Cbdsadmin1!','Konnektive',5761)\"\n        ],\n        \"message\": {\n            \"code\": 1,\n            \"status\": true,\n            \"count\": \"Boo Yah! 1 records created\"\n        },\n        \"request\": {\n            \"time\": \"1611757823\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"data\": [\n            13742\n        ]\n    }\n}"},{"id":"b2067ad0-cc0c-44ac-9487-3fc32bad6ba0","name":"Single Insert Array (duplicate)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portaltypeid\": \"2\",\r\n    \"portalonoff\": \"1\",\r\n    \"portalstatusid\": \"69\",\r\n    \"portalurl\": \"paymentshub.com\",\r\n    \"portaluser\": \"2344\",\r\n    \"portalpass\": \"33333333\",\r\n    \"portalalias\": \"testpaymentshub\",\r\n    \"portalnotes\": \"moretest\",\r\n    \"merchantid\": \"1246\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Aug 2020 02:00:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": \"Oh Shizzz Portals Found:6 portalid: 'testpaymentshub' already exists for mechantid: 1246\",\n        \"data\": [\n            {\n                \"primary_found\": \"5073\"\n            },\n            {\n                \"primary_found\": \"9267\"\n            },\n            {\n                \"primary_found\": \"9266\"\n            },\n            {\n                \"primary_found\": \"9265\"\n            },\n            {\n                \"primary_found\": \"9264\"\n            },\n            {\n                \"primary_found\": \"9239\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cf3f0203-ff70-4aff-bda6-c91626aed4f9"},{"name":"Update Portal Values","id":"4c221485-f392-4799-91b7-51fac2b6fe5d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portalurl\": \"pa33d.com\",\r\n    \"portaluser\": \"23aa44\",\r\n    \"portalpass\": \"33aaa3333\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals/9345","description":"<p>####### Updatedating Values</p>\n","urlObject":{"protocol":"https","path":["v2","portals","9345"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"5b134802-6877-4421-984f-dc9437a96b4a","name":"Update values","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portalurl\": \"paym3333d.com\",\r\n    \"portaluser\": \"23aadddaa44\",\r\n    \"portalpass\": \"33aasaaa3333\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals/9345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Aug 2020 15:38:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": true,\n            \"count\": \"1 value(s) updated paym3333d.com,23aadddaa44,33aasaaa3333\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals/9345\"\n        },\n        \"data\": {\n            \"portalurl\": \"paym3333d.com\"\n        }\n    }\n}"},{"id":"82e69128-f5c7-4bbc-9880-6a474cb31bfb","name":"https://api.chargebackdefense.com/v2/portals","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Aug 2020 16:59:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": {\n            \"message\": \"2 Records Created\"\n        }\n    },\n    \"data\": {\n        \"portalid\": [\n            9232,\n            9233\n        ],\n        \"merchantid\": \"1246\"\n    }\n}"},{"id":"b8c64059-52f7-4b31-ab85-a3c5d54d0052","name":"Single Insert Array (duplicate)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n        \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n        \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Aug 2020 02:00:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals\"\n        },\n        \"message\": \"Oh Shizzz Portals Found:6 portalid: 'testpaymentshub' already exists for mechantid: 1246\",\n        \"data\": [\n            {\n                \"primary_found\": \"5073\"\n            },\n            {\n                \"primary_found\": \"9267\"\n            },\n            {\n                \"primary_found\": \"9266\"\n            },\n            {\n                \"primary_found\": \"9265\"\n            },\n            {\n                \"primary_found\": \"9264\"\n            },\n            {\n                \"primary_found\": \"9239\"\n            }\n        ]\n    }\n}"},{"id":"eb7a6f8c-c050-4d8e-9fae-ee8a3d9a73d7","name":"Update (Duplicate Resonse)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"portalurl\": \"paym3333d.com\",\r\n    \"portaluser\": \"23aadddaa44\",\r\n    \"portalpass\": \"33aasaaa3333\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/portals/9345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 29 Aug 2020 15:40:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"185"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 0,\n            \"status\": false,\n            \"count\": \"value(s) are already equal\"\n        },\n        \"request\": {\n            \"method\": \"POST\",\n            \"uri\": \"/v2/portals/9345\"\n        },\n        \"data\": {\n            \"portalurl\": \"paym3333d.com\",\n            \"portaluser\": \"23aadddaa44\",\n            \"portalpass\": \"33aasaaa3333\"\n        }\n    }\n}"}],"_postman_id":"4c221485-f392-4799-91b7-51fac2b6fe5d"},{"name":"Retrieve List of Portals","id":"8912a6e4-e8df-4aa4-9bdf-6e2ffb618563","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portals","urlObject":{"protocol":"https","path":["v2","portals"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"5f07e7bd-400e-4f1d-8267-54d4081bdaa8","name":"Retrieve List of Portals","originalRequest":{"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/portals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 15:35:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/portals.json"},{"key":"x-query_total","value":"9201"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"12475\",\n        \"minid\": \"75\",\n        \"total_records\": \"9201\",\n        \"response_total\": \"200\",\n        \"query_total\": \"9201\",\n        \"request\": [\n            {\n                \"time\": \"1606836948\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/portals\",\n                \"query\": []\n            }\n        ],\n        \"query_admin\": {\n            \"qrecords\": \"9201\"\n        },\n        \"admin_qrequest\": [\n            \"SELECT COUNT(*) as `query_count` FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC \"\n        ],\n        \"admin_request\": [\n            \"SELECT * FROM `vw_customers_merchantsportalsbeta` WHERE 1 ORDER BY `portalid` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4311\",\n            \"merchantnumber\": \"925700000010793\",\n            \"merchantdba\": \"Highland H&B, LLC\",\n            \"merchantname\": \"Highland H&B, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/sso/login?service=https%3A%2F%2Fwww.mreports.com%2Fportal%2Fstart%2Fonlineportal\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"4Password!!\",\n            \"portalid\": \"12475\",\n            \"portalalias\": \"mreports\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3018\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"1786\",\n            \"merchantid\": \"130\",\n            \"merchantnumber\": \"971000010270\",\n            \"merchantdba\": \"Arbitrator Holdings\",\n            \"merchantname\": \"Arbitrator Holdings\",\n            \"processorid\": \"1\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"0\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"100\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"cxzcxzczxcxz.com\",\n            \"portaluser\": \"username\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pass\",\n            \"portalid\": \"12468\",\n            \"portalalias\": \"alias\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3904\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3588\",\n            \"merchantid\": \"5108\",\n            \"merchantnumber\": \"630400028720\",\n            \"merchantdba\": \"American Student Loan Services\",\n            \"merchantname\": \"American Student Loan Services\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CBD-DP\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback16!\",\n            \"portalid\": \"12467\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#23\",\n            \"portalid\": \"12466\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RhyonnCleanse\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#22\",\n            \"portalid\": \"12465\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3822\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3503\",\n            \"merchantid\": \"3452\",\n            \"merchantnumber\": \"403903329000283\",\n            \"merchantdba\": \"Knife Depot\",\n            \"merchantname\": \"Knife Depot\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://payroc.partnerengage.com/Account/Login?\",\n            \"portaluser\": \"Marie@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Kdpayments123!\",\n            \"portalid\": \"12464\",\n            \"portalalias\": \"Shopify\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"crm.responsecrm.com\",\n            \"portaluser\": \"adam@oceanside-labs.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oceanside-13\",\n            \"portalid\": \"12463\",\n            \"portalalias\": \"ResponseCRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"adam@cambridgenutritionals.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12462\",\n            \"portalalias\": \"Humboldt\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5439\",\n            \"merchantnumber\": \"7070031962240\",\n            \"merchantdba\": \"Cambridge Nutritionals LLC  \",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/merchants/\",\n            \"portaluser\": \"CambridgeNut\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12461\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12460\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12459\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12458\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5438\",\n            \"merchantnumber\": \"533100000000868\",\n            \"merchantdba\": \"Little Ness Muscle\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessMuscleBase\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littlemuscle1!\",\n            \"portalid\": \"12457\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12456\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5437\",\n            \"merchantnumber\": \"533100000000866\",\n            \"merchantdba\": \"Little Ness Keto\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleketo1!\",\n            \"portalid\": \"12455\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12454\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5436\",\n            \"merchantnumber\": \"533100000000867\",\n            \"merchantdba\": \"Little Ness Skin\",\n            \"merchantname\": \"Little Ness LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants/\",\n            \"portaluser\": \"NessBaseSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Littleskin1!\",\n            \"portalid\": \"12453\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12451\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205225\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12450\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5435\",\n            \"merchantnumber\": \"5482984000120438\",\n            \"merchantdba\": \"Real Girl Serum \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlPSSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realserum1!\",\n            \"portalid\": \"12449\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12448\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205234\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12447\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5434\",\n            \"merchantnumber\": \"5482984000120453\",\n            \"merchantdba\": \"Real Girl Vit C Cream \",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlVITCPS\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realvit1!\",\n            \"portalid\": \"12446\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12445\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"205227\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12444\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5433\",\n            \"merchantnumber\": \"5482984000120446\",\n            \"merchantdba\": \"Real Girl Cream\",\n            \"merchantname\": \"Real Girl LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RealGirlCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Realcream1!\",\n            \"portalid\": \"12443\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12442\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204835\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envytrainer1!\",\n            \"portalid\": \"12441\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5432\",\n            \"merchantnumber\": \"5482984000120495\",\n            \"merchantdba\": \"Envy Dreams Ab Trainer\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyAbPaysafe\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyab1!\",\n            \"portalid\": \"12440\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12439\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12438\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5431\",\n            \"merchantnumber\": \"8739297750300607\",\n            \"merchantdba\": \"Envy Dreams Male\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsMale\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envymale1!\",\n            \"portalid\": \"12437\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12436\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12435\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5430\",\n            \"merchantnumber\": \"8739297750300606\",\n            \"merchantdba\": \"Envy Dreams Keto\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsKeto\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyketo1!\",\n            \"portalid\": \"12434\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12433\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"envydreams\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome7701!!\",\n            \"portalid\": \"12432\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5429\",\n            \"merchantnumber\": \"8739297750300608\",\n            \"merchantdba\": \"Envy Dreams Vit C Cream\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://salus-rigel.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyDreamsVitcCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyvit1!\",\n            \"portalid\": \"12431\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4213\",\n            \"merchantnumber\": \"7070031952266\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"114\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12430\",\n            \"portalalias\": \"Paymentshub\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12429\",\n            \"portalalias\": \"mypayment insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12428\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204834\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12427\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5428\",\n            \"merchantnumber\": \"5482984000120099\",\n            \"merchantdba\": \"Envy Dreams Skin\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSkin\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyskin1!\",\n            \"portalid\": \"12426\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.responsecrm.com/#/auth/signin\",\n            \"portaluser\": \"support@chargebackdefensesolutions.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12425\",\n            \"portalalias\": \"Response\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentxp.com/merchants\",\n            \"portaluser\": \"204833\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12424\",\n            \"portalalias\": \"Paysafe\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5427\",\n            \"merchantnumber\": \"5482984000120107\",\n            \"merchantdba\": \"Envy Dreams Serum\",\n            \"merchantname\": \"Envy Dreams LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://onestoppayments.transactiongateway.com/merchants\",\n            \"portaluser\": \"EnvyPaysafeSerum\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Envyserum1!\",\n            \"portalid\": \"12423\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4477\",\n            \"merchantnumber\": \"970100002191\",\n            \"merchantdba\": \"stringgain.online\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12422\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4475\",\n            \"merchantnumber\": \"970100002217\",\n            \"merchantdba\": \"theonemall.biz\",\n            \"merchantname\": \"Jiblah Pylonia Arches LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12421\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4472\",\n            \"merchantnumber\": \"970100002137\",\n            \"merchantdba\": \"really good-deals\",\n            \"merchantname\": \"Ceezay Jaring Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12420\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4456\",\n            \"merchantnumber\": \"970100002226\",\n            \"merchantdba\": \"fairmarket.store\",\n            \"merchantname\": \"Slawan Ocean Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12419\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4444\",\n            \"merchantnumber\": \"970100002208\",\n            \"merchantdba\": \"theperfectgift.guru\",\n            \"merchantname\": \"Robando Huggle Lands LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12418\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4426\",\n            \"merchantnumber\": \"970100002182\",\n            \"merchantdba\": \"Lenses4you.shop\",\n            \"merchantname\": \"Fratorius LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12417\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4417\",\n            \"merchantnumber\": \"970100002164\",\n            \"merchantdba\": \"thebestdeal.shop\",\n            \"merchantname\": \"Fedly Plank Ventures LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12416\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4413\",\n            \"merchantnumber\": \"970100002173\",\n            \"merchantdba\": \"Online Shoppingis\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12415\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4391\",\n            \"merchantnumber\": \"970100002146\",\n            \"merchantdba\": \"The Online Mall\",\n            \"merchantname\": \"Coastie Quanta Media LLC\",\n            \"processorid\": \"132\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.elevateqs.com\",\n            \"portaluser\": \"CBDEFENSE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12414\",\n            \"portalalias\": \"Evolve/Elevate\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5041\",\n            \"merchantnumber\": \"152100000860978\",\n            \"merchantdba\": \"Court Order Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"43\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mymerchant.info/AuthWeb/#/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lfa2020!\",\n            \"portalid\": \"12412\",\n            \"portalalias\": \"mymerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12411\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300612\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12410\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5426\",\n            \"merchantnumber\": \"8739297750300612\",\n            \"merchantdba\": \"OPTIMUMBLAST8776277297\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMBLAST8776277297\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12409\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12408\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5425\",\n            \"merchantnumber\": \"520004176920\",\n            \"merchantdba\": \"JBC Optimum Store\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCOptimumStoreCoastalPay\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12407\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12406\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"cbd8739297750300611\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Chargeback20!\",\n            \"portalid\": \"12405\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5424\",\n            \"merchantnumber\": \"8739297750300611\",\n            \"merchantdba\": \"JBCBURN8443914323\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"JBCBURN8443914323\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12404\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12403\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"jbcburn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome3575!!\",\n            \"portalid\": \"12402\",\n            \"portalalias\": \"MX Merchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5423\",\n            \"merchantnumber\": \"8739297750300613\",\n            \"merchantdba\": \"OPTIMUMLUSTER8669651055\",\n            \"merchantname\": \"Jeffrey Cohen\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"OPTIMUMLUSTER8669651055\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12401\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4265\",\n            \"merchantnumber\": \"6316162974545281\",\n            \"merchantdba\": \"Mountainside Health, LLC\",\n            \"merchantname\": \"Mountainside Health, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"www.googslkf.com\",\n            \"portaluser\": \"sjflkjsldk\",\n            \"portalonoff\": \"0\",\n            \"portalpass\": \"slkfjskldjflkw\",\n            \"portalid\": \"12400\",\n            \"portalalias\": \"sklfjsklfjkls\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12389\",\n            \"portalalias\": \"NMI \",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4214\",\n            \"merchantnumber\": \"8036257163\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"53\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"nmi.com\",\n            \"portaluser\": \"PetanicaELAVON\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"petAnica2020$$\",\n            \"portalid\": \"12388\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3834\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3520\",\n            \"merchantid\": \"4017\",\n            \"merchantnumber\": \"533100000000535\",\n            \"merchantdba\": \"Petanica\",\n            \"merchantname\": \"Petanica\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentsinsider.com\",\n            \"portaluser\": \"info@petanica.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"BREtts123!@#\",\n            \"portalid\": \"12387\",\n            \"portalalias\": \"MyPayment Insider\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12386\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://hub.selectbankcard.com\",\n            \"portaluser\": \"pending\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"pending\",\n            \"portalid\": \"12385\",\n            \"portalalias\": \"Select\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5422\",\n            \"merchantnumber\": \"868800000007260\",\n            \"merchantdba\": \"The Savings Club 4 U\",\n            \"merchantname\": \"Sunridge Cove LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"TheSavingsClub4U\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12384\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@rhyonncleanse.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12380\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"76\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5136\",\n            \"merchantnumber\": \"403903463535120\",\n            \"merchantdba\": \"Rhyonn Cleanse \",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12379\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"CARE@reavannmuscle.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12378\",\n            \"portalalias\": \"F1 Payments\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3889\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3572\",\n            \"merchantid\": \"5137\",\n            \"merchantnumber\": \"403903463535183\",\n            \"merchantdba\": \"Rhyonn Keto\",\n            \"merchantname\": \"Raymond Moore \",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com/\",\n            \"portaluser\": \"info@natureleaforganics.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Lagoskwara#21\",\n            \"portalid\": \"12377\",\n            \"portalalias\": \"Konnektive\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5127\",\n            \"merchantnumber\": \"7070031959287\",\n            \"merchantdba\": \"Thinz Secret\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.paymentshub.com/\",\n            \"portaluser\": \"support@gabtaryarahorizonsllc.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!\",\n            \"portalid\": \"12376\",\n            \"portalalias\": \"Paymentshub - HMB\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://crm.konnektive.com\",\n            \"portaluser\": \"TECCcbdADMINuser\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"CBDpass123!\",\n            \"portalid\": \"12374\",\n            \"portalalias\": \"KONNEKTIVE-IO\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"534701780406724\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01!!\",\n            \"portalid\": \"12373\",\n            \"portalalias\": \"NXGEN First Data\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"5420\",\n            \"merchantnumber\": \"534701780406724\",\n            \"merchantdba\": \"Online Shopping Is Cool\",\n            \"merchantname\": \"Gabtar Yara Horizons LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"onlineshoppingisFD\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"bmabmp1717\",\n            \"portalid\": \"12372\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"michael@familycourtdirect.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cod2Fcd2Lfa2020\",\n            \"portalid\": \"12370\",\n            \"portalalias\": \"mxmerchant\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12369\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12368\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com\",\n            \"portaluser\": \"codcrm\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"codcrm123\",\n            \"portalid\": \"12367\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5040\",\n            \"merchantnumber\": \"520004090601\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12365\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5042\",\n            \"merchantnumber\": \"8739297830300004\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://rcrm.responsecrm.com/#/login\",\n            \"portaluser\": \"agravitz\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12362\",\n            \"portalalias\": \"Response CRM\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3847\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"3525\",\n            \"merchantid\": \"5039\",\n            \"merchantnumber\": \"939800386948012\",\n            \"merchantdba\": \"Family Court Direct\",\n            \"merchantname\": \"Family Court Direct\",\n            \"processorid\": \"113\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"82\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://tailoredpay.transactiongateway.com/\",\n            \"portaluser\": \"aaron@lawforall.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"TSmedia805!\",\n            \"portalid\": \"12361\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4420\",\n            \"merchantnumber\": \"4445037577775\",\n            \"merchantdba\": \"string gain\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastgen\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12359\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4409\",\n            \"merchantnumber\": \"4445037577734\",\n            \"merchantdba\": \"sheer true man\",\n            \"merchantname\": \"Mocast Genius Ventures LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Mocastsheer\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12358\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12357\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Type a messag\",\n            \"portalid\": \"12356\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4301\",\n            \"merchantnumber\": \"8739297355300025\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVIS2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12355\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12354\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5239\",\n            \"merchantnumber\": \"3130032678692\",\n            \"merchantdba\": \"Universal Beauty\",\n            \"merchantname\": \"Wellness Direct Market LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"VISTANLEYPROM\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12353\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12352\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12351\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4324\",\n            \"merchantnumber\": \"536927230409526\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"104\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12350\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12349\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://dashboard.maverickpayments.com/login\",\n            \"portaluser\": \"admin@beautoramahealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password++\",\n            \"portalid\": \"12348\",\n            \"portalalias\": \"IRQ/TSYS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4308\",\n            \"merchantnumber\": \"201100016626\",\n            \"merchantdba\": \"Beautorama Health LLC\",\n            \"merchantname\": \"Beautorama Health LLC\",\n            \"processorid\": \"131\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BeautoramaHealth\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12347\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"5088\",\n            \"merchantnumber\": \"403903463539352\",\n            \"merchantdba\": \"Magic Rizwan Keto \",\n            \"merchantname\": \"Magic Rizwan Media Inc.\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transactiongateway.com/merchants\",\n            \"portaluser\": \"RizMacVitCCream\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Magicketo1!\",\n            \"portalid\": \"12346\",\n            \"portalalias\": \"\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5160\",\n            \"merchantnumber\": \"403903463500486\",\n            \"merchantdba\": \"XTRBURN8448051018\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"XTRBurn\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12345\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4268\",\n            \"merchantnumber\": \"934600000010983\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0122\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12344\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12343\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5233\",\n            \"merchantnumber\": \"31000000082\",\n            \"merchantdba\": \"Bright Beauty\",\n            \"merchantname\": \"TrimSpot RX LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"AMontejano1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12342\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12341\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@whitelionhealth.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12340\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5237\",\n            \"merchantnumber\": \"934600000033126\",\n            \"merchantdba\": \"Bloom Healthy Keto\",\n            \"merchantname\": \"White Lion Health LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"NHoskins1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12339\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12338\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5059\",\n            \"merchantnumber\": \"3075805200\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12337\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5055\",\n            \"merchantnumber\": \"000020120863\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KETOFAST - 833-656-0761\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12336\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12335\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011015\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12334\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4349\",\n            \"merchantnumber\": \"934600000011015\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0410\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12333\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12332\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5045\",\n            \"merchantnumber\": \"5640805197\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12331\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12330\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5052\",\n            \"merchantnumber\": \"6406805196\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12329\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12328\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5064\",\n            \"merchantnumber\": \"3429805194\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12327\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12326\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@inspiringbeauty.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12325\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5242\",\n            \"merchantnumber\": \"6316411993127211\",\n            \"merchantdba\": \"INB*INSPIREBEAUTYSHOP\",\n            \"merchantname\": \"Inspiring Beauty, LLC\",\n            \"processorid\": \"120\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"KFlinn1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12324\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12323\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5043\",\n            \"merchantnumber\": \"536927230407694\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12322\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5053\",\n            \"merchantnumber\": \"000021665130\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"KCLEANSE - 833-664-0501\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12321\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12320\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4321\",\n            \"merchantnumber\": \"000000013461\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12319\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12318\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"bhappy\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"welcome0393!!\",\n            \"portalid\": \"12317\",\n            \"portalalias\": \"EP/Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5235\",\n            \"merchantnumber\": \"8739297750300515\",\n            \"merchantdba\": \"8336650201KETODELUXE\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"8336650201KETODELUXE\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12316\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@xfohealth.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12315\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5048\",\n            \"merchantnumber\": \"6316344450539307\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKambitsch\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12314\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5180\",\n            \"merchantnumber\": \"403903463500479\",\n            \"merchantdba\": \"DERMESOFT8334015646\",\n            \"merchantname\": \"XFO Health, LLC\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"DermeSoft\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Oct18abc#\",\n            \"portalid\": \"12313\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4403\",\n            \"merchantnumber\": \"4445037577841\",\n            \"merchantdba\": \"raw solutions GDN\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchraw\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12312\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5067\",\n            \"merchantnumber\": \"000021665134\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"APEX ALMANAC - 833-736-2565\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12311\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12310\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4514\",\n            \"merchantnumber\": \"000021665136\",\n            \"merchantdba\": \"CIALIX - 833-665-0891\",\n            \"merchantname\": \"CIALIX - 833-665-0891\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12309\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5183\",\n            \"merchantnumber\": \"230192400103693\",\n            \"merchantdba\": \"KETO FIT STORE ONLINE\",\n            \"merchantname\": \"Paragon Wellness, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"230192400103693\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password**\",\n            \"portalid\": \"12308\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12307\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000010991\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12306\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4323\",\n            \"merchantnumber\": \"934600000010991\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"reta0181\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital3#\",\n            \"portalid\": \"12305\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12304\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4480\",\n            \"merchantnumber\": \"000021665129\",\n            \"merchantdba\": \"KETOFIT - 833-656-0941\",\n            \"merchantname\": \"KETOFIT - 833-656-0941\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/resel\",\n            \"portaluser\": \"Hinklenick\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Angel123\",\n            \"portalid\": \"12303\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4266\",\n            \"merchantnumber\": \"536927230409534\",\n            \"merchantdba\": \"Harbor Health, LLC\",\n            \"merchantname\": \"Harbor Health, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12302\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4915\",\n            \"merchantnumber\": \"565500000513446\",\n            \"merchantdba\": \"RISING VIT C CREAM\",\n            \"merchantname\": \"RISING TEAM LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12301\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12300\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5072\",\n            \"merchantnumber\": \"6344805195\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Ocean Pure, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"aperez\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12299\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12298\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5065\",\n            \"merchantnumber\": \"536927230407330\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"RPENDARVIS2\",\n            \"portaluser\": \"Capital1#\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"https://youraccessone.com \",\n            \"portalid\": \"12297\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12296\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@sequoiahealthshop.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12295\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5238\",\n            \"merchantnumber\": \"934600000032680\",\n            \"merchantdba\": \"Solar Beauty\",\n            \"merchantname\": \"Sequoia Health Shop LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"sola0661\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12294\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4383\",\n            \"merchantnumber\": \"4445037581751\",\n            \"merchantdba\": \"Online Trading Academy Minneapolis\",\n            \"merchantname\": \"Retire Young Inc\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Imageman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12293\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12292\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5077\",\n            \"merchantnumber\": \"536927230407702\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKASPER2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12291\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3911\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3595\",\n            \"merchantid\": \"5084\",\n            \"merchantnumber\": \"001206730261\",\n            \"merchantdba\": \"Cambridge Nutritionals\",\n            \"merchantname\": \"Cambridge Nutritionals LLC\",\n            \"processorid\": \"64\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.glacierpayments.com/\",\n            \"portaluser\": \"adam.orlandella\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Cambridge-13\",\n            \"portalid\": \"12290\",\n            \"portalalias\": \"Glacier\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12289\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@greenessenceonline.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12288\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5236\",\n            \"merchantnumber\": \"934600000032466\",\n            \"merchantdba\": \"Quick Keto\",\n            \"merchantname\": \"Green Essence Online LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"quic0511\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12287\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5057\",\n            \"merchantnumber\": \"000021665131\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"NEATPLATE - 833-665-0851\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://lh.harbortouch.com/sign-in\",\n            \"portaluser\": \"susanroxie@gmail.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12286\",\n            \"portalalias\": \"New Line\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12285\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://quantum.merchantportfoliomanager.com/Access/Login\",\n            \"portaluser\": \"admin@coppersteelwellness.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12284\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5240\",\n            \"merchantnumber\": \"934600000032698\",\n            \"merchantdba\": \"Keto Plus Shop\",\n            \"merchantname\": \"Copper Steel Wellness LLC\",\n            \"processorid\": \"133\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"keto0821\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12283\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12282\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5387\",\n            \"merchantnumber\": \"8739297750300514\",\n            \"merchantdba\": \"8336650221QUANTUMBEAUTY\",\n            \"merchantname\": \"Bhappy Health Shop LLC\",\n            \"processorid\": \"108\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"cculver\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12281\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3906\",\n            \"campaignid\": \"0\",\n            \"companygroupid\": \"3590\",\n            \"merchantid\": \"4927\",\n            \"merchantnumber\": \"403903463539230\",\n            \"merchantdba\": \"Riz Max Keto \",\n            \"merchantname\": \"Riz Max Marketing Grp Inc.\",\n            \"processorid\": \"93\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://f1payments.partnerengage.com/Account/Login\",\n            \"portaluser\": \"help@rizmaxketo.com\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Rizketo1!\",\n            \"portalid\": \"12280\",\n            \"portalalias\": \"MBF1\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5079\",\n            \"merchantnumber\": \"6316300236488839\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12279\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12278\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5074\",\n            \"merchantnumber\": \"5863805198\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"tjwatson3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12277\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12276\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5046\",\n            \"merchantnumber\": \"536927230406969\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Pure H&B, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://f1payments.transacti\",\n            \"portaluser\": \"RKasper\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12275\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4388\",\n            \"merchantnumber\": \"4445037577874\",\n            \"merchantdba\": \"Biz Man Gear\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"bizman\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12274\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12273\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4298\",\n            \"merchantnumber\": \"536927230407348\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"noverstake2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!!\",\n            \"portalid\": \"12272\",\n            \"portalalias\": \"Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12271\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/NMA?DEAD\",\n            \"portaluser\": \"cculver2\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Apr17abc!@\",\n            \"portalid\": \"12270\",\n            \"portalalias\": \"NMA\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5244\",\n            \"merchantnumber\": \"922920719527425\",\n            \"merchantdba\": \"DERME4LIFE8442890886\",\n            \"merchantname\": \"Shea Health, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"CCulver1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12269\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12268\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"jsoucie\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3Password!!\",\n            \"portalid\": \"12267\",\n            \"portalalias\": \"Aurora/Micamp\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4288\",\n            \"merchantnumber\": \"536927230408395\",\n            \"merchantdba\": \"Broadway Beauty, LLC\",\n            \"merchantname\": \"Broadway Beauty, LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWATSON3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12266\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://reporting.prismpay.com/Login\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12265\",\n            \"portalalias\": \"Prosa\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5068\",\n            \"merchantnumber\": \"3428805193\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"eNature, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://reporting.prismpay.c\",\n            \"portaluser\": \"dsickels\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12264\",\n            \"portalalias\": \"PrismP\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5081\",\n            \"merchantnumber\": \"4097584505\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12263\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12262\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4322\",\n            \"merchantnumber\": \"500000498531\",\n            \"merchantdba\": \"Hollywood Beauty, LLC\",\n            \"merchantname\": \"Hollywood Beauty, LLC\",\n            \"processorid\": \"3\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"BKASPER3\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12261\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4434\",\n            \"merchantnumber\": \"4445037577825\",\n            \"merchantdba\": \"g plus gear\",\n            \"merchantname\": \"Riverwatch Deo Market LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Riverwatchgear\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12260\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12259\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://mxmerchant.com/mx6/login\",\n            \"portaluser\": \"atlantic allure\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"3101sw34thfl\",\n            \"portalid\": \"12258\",\n            \"portalalias\": \"Priority\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4297\",\n            \"merchantnumber\": \"8739297355300026\",\n            \"merchantdba\": \"Atlantic Allure, LLC\",\n            \"merchantname\": \"Atlantic Allure, LLC\",\n            \"processorid\": \"45\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"RPENDARVISII\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12257\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4389\",\n            \"merchantnumber\": \"4445037577858\",\n            \"merchantdba\": \"top max grn\",\n            \"merchantname\": \"Discovery Garden LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"topmax\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12256\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3335\",\n            \"campaignid\": \"3\",\n            \"companygroupid\": \"2634\",\n            \"merchantid\": \"4422\",\n            \"merchantnumber\": \"4445037580951\",\n            \"merchantdba\": \"G Series Gear\",\n            \"merchantname\": \"Broadway Lane Hills LLC\",\n            \"processorid\": \"30\",\n            \"merchantonoff\": \"0\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://portal.chargesavvy.com/\",\n            \"portaluser\": \"Gseries\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Friday01\",\n            \"portalid\": \"12255\",\n            \"portalalias\": \"Payfac\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://appsos.com/apps/\",\n            \"portaluser\": \"admin@redfield.email\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Welcome31July!\",\n            \"portalid\": \"12254\",\n            \"portalalias\": \"APPS\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5058\",\n            \"merchantnumber\": \"6316058113060234\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"Redfield Health, LLC\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"TWatson1\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1#\",\n            \"portalid\": \"12253\",\n            \"portalalias\": \"NMI\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5419\",\n            \"merchantnumber\": \"528414049713027\",\n            \"merchantdba\": \"Retail Keto Boost Online\",\n            \"merchantname\": \"Lotus Health & Beauty Shop LLC\",\n            \"processorid\": \"13\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.youraccessone.com\",\n            \"portaluser\": \"231920000000000\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"1Password!+\",\n            \"portalid\": \"12252\",\n            \"portalalias\": \"CBCal/Allyy\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"5056\",\n            \"merchantnumber\": \"4097638540\",\n            \"merchantdba\": \"\",\n            \"merchantname\": \"\",\n            \"processorid\": \"0\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"1\",\n            \"portalurl\": \"https://secure.nmi.com/\",\n            \"portaluser\": \"Admin975\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"Capital1!\",\n            \"portalid\": \"12251\",\n            \"portalalias\": \"Magic\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"3\",\n            \"portalurl\": \"https://worldwidemediaoffers.sticky.io/admin/login.php\",\n            \"portaluser\": \"cb_defense\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"^vX0%i6PP*n\",\n            \"portalid\": \"12250\",\n            \"portalalias\": \"Limelight\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        },\n        {\n            \"customerid\": \"3875\",\n            \"campaignid\": \"1\",\n            \"companygroupid\": \"3551\",\n            \"merchantid\": \"4303\",\n            \"merchantnumber\": \"934600000011007\",\n            \"merchantdba\": \"Beauty Evolution, LLC\",\n            \"merchantname\": \"Beauty Evolution, LLC\",\n            \"processorid\": \"51\",\n            \"merchantonoff\": \"1\",\n            \"dbastatus\": \"\",\n            \"alertprovider\": \"\",\n            \"merchantmanagedby\": \"0\",\n            \"merchantprogress\": \"0\",\n            \"portaltypeid\": \"2\",\n            \"portalurl\": \"https://www.mreports.com/portal/start/quantumepay\",\n            \"portaluser\": \"934600000011007\",\n            \"portalonoff\": \"1\",\n            \"portalpass\": \"2Password!!\",\n            \"portalid\": \"12249\",\n            \"portalalias\": \"Quantum/CBCal\",\n            \"portalstatusid\": \"69\",\n            \"question1\": \"\",\n            \"question2\": \"\",\n            \"question3\": \"\",\n            \"question4\": \"\",\n            \"question5\": \"\"\n        }\n    ]\n}"}],"_postman_id":"8912a6e4-e8df-4aa4-9bdf-6e2ffb618563"}],"id":"7f1934ac-8059-46ff-9ae5-254919fffa74","description":"<p>Each merchants 3rd party data sources include payment gateways, payment processors, crms, shoppingcarts and cloud applications.</p>\n<p>The <code>GET</code> Response will return additional fields related to the merchant, but are not eligible for <code>POST</code>. Below are the fields that can be included in <code>POST</code>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n  {\n    \"processorid\": \"0\",\n    \"gwid\": \"0\",\n    \"portalonoff\": \"1\",\n    \"portalstatusid\": \"69\",\n    \"portalalias\": \"KONNEKTIVE-IO\",\n    \"portalurl\": \"https://crm.konnektive.com\",\n    \"portaluser\": \"TECCcbdADMINuser\",\n    \"portalpass\": \"CBDpass123!\",\n    \"portalnotes\": \"\",\n    \"question1\": \"\",\n    \"question2\": \"\",\n    \"question3\": \"\",\n    \"question4\": \"\",\n    \"question5\": \"\",\n    \"answer1\": \"\",\n    \"answer2\": \"\",\n    \"answer3\": \"\",\n    \"answer4\": \"\",\n    \"answer5\": \"\",\n    \"testedcredentials\": \"0\"\n  }\n]\n</code></pre>","_postman_id":"7f1934ac-8059-46ff-9ae5-254919fffa74"},{"name":"/statuses","item":[{"name":"Read","id":"10bb95d6-45fd-4603-b50a-e98901c5db72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/statuses?statusid=69&fields=statusname","description":"<h6 id=\"insert\">Insert</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> Search status by name or by a resource id\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> Statuses may be assigned to callback urls that are triggered on change\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> Statuses may also be assigned to email address that is sent on change\n</code></pre>","urlObject":{"protocol":"https","path":["v2","statuses"],"host":["api","chargebackdefense","com"],"query":[{"key":"statusid","value":"69"},{"key":"fields","value":"statusname"}],"variable":[]}},"response":[{"id":"a6054a1c-ff1d-4643-98f3-05613f8fb3e3","name":"Read","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"portaltypeid\": \"2\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"paymentshub.com\",\r\n        \"portaluser\": \"2344\",\r\n        \"portalpass\": \"33333333\",\r\n        \"portalalias\": \"testpaymentshub\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    },\r\n    {\r\n        \"portaltypeid\":\"3\",\r\n        \"portalonoff\": \"1\",\r\n        \"portalstatusid\": \"69\",\r\n        \"portalurl\": \"konnektive.com\",\r\n        \"portaluser\": \"132fdf\",\r\n        \"portalpass\": \"465dfsdadas\",\r\n        \"portalalias\": \"testkonnektive\",\r\n        \"portalnotes\": \"moretest\",\r\n         \"merchantid\":\"1246\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/statuses?statusid=69&fields=statusname","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","statuses"],"query":[{"key":"statusid","value":"69"},{"key":"fields","value":"statusname"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Aug 2020 12:52:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/statuses.json"},{"key":"x-query_total","value":"189"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"254\",\n        \"minid\": \"1\",\n        \"total_records\": \"189\",\n        \"response_total\": 1,\n        \"query_total\": null,\n        \"request\": {\n            \"method\": \"GET\",\n            \"uri\": \"/v2/statuses?statusid=69&fields=statusname\",\n            \"query\": {\n                \"statusid\": \"69\",\n                \"fields\": \"statusname\"\n            }\n        },\n        \"message\": {\n            \"results\": null,\n            \"fields\": [\n                \"69\",\n                \"statusname\"\n            ]\n        }\n    },\n    \"data\": [\n        {\n            \"statusname\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"10bb95d6-45fd-4603-b50a-e98901c5db72"},{"name":"Update","id":"94689554-5f0f-446f-b0bf-82e82cc17ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{admin}}"},{"key":"password","value":"{{pass}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.chargebackdefense.com/v2/statuses","urlObject":{"protocol":"https","path":["v2","statuses"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94689554-5f0f-446f-b0bf-82e82cc17ee1"}],"id":"45b95cd0-227b-4848-9240-6bdcf6d1e1b2","description":"<p>Each merchants 3rd party data sources include payment gateways, payment processors, crms, shoppingcarts and cloud applications.</p>\n","_postman_id":"45b95cd0-227b-4848-9240-6bdcf6d1e1b2"},{"name":"/forms","item":[{"name":"Create Merchant Record","id":"c46f9e5d-d2d0-465e-ac5a-cb65d84823d8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyname\": \"ChargeSavvy\",\r\n    \"merchantname\": \"Limitless Ventures\",\r\n    \"merchantnumber\": \"1455487878454\",\r\n    \"merchantdba\": \"Black Ops Tac\",\r\n    \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n    \"merchantphone\": \"(800) 889-9610\",\r\n    \"merchanturl\": \"http://blackopstac.co\",\r\n    \"merchantemail\": \"info@blackopstac.co\",\r\n    \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n    \"gatewayalias\": \"nmi\",\r\n    \"gatewayurl\": \"nmi.com\",\r\n    \"gatewayuser\": \"LimitlessOps\",\r\n    \"gatewaypass\": \"Black2020\",\r\n    \"gatewayapialias\": \"\",\r\n    \"gatewaynotes\": \"\",\r\n    \"gatewayapiurl\": \"\",\r\n    \"gatewayapiuser\": \"\",\r\n    \"gatewayapipass\": \"\",\r\n    \"processoralias\": \"worldpay\",\r\n    \"processorurl\": \"accessmyiq.com\",\r\n    \"processoruser\": \"chargesavvy2\",\r\n    \"processorpass\": \"Savvy0820\",\r\n    \"processornotes\": \"Sherry, Sherry\",\r\n    \"crmalias\": \"\",\r\n    \"crmurl\": \"\",\r\n    \"crmuser\": \"\",\r\n    \"crmpass\": \"\",\r\n    \"crmnotes\": \"\",\r\n    \"crmpass2\": \"\",\r\n    \"crmapialias\": \"\",\r\n    \"crmapiurl\": \"\",\r\n    \"crmapiuser\": \"\",\r\n    \"crmapipass\": \"\",\r\n    \"vendorid\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST Request JSON\n  Accept: Application/JSON\n  Content-Type: Application/JSON\n</code></pre>","urlObject":{"protocol":"https","path":["v2","forms"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"0393d1b1-997f-41e6-84fc-fc8cd9715bed","name":"Create Record","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 13:23:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"count\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1602163394\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/forms\"\n        },\n        \"data\": [\n            202\n        ]\n    }\n}"},{"id":"0644f550-4b79-4877-8275-67ad83501494","name":"Create List of Merchants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"companyname\": \"ChargeSavvy\",\r\n        \"merchantname\": \"Limitless Ventures\",\r\n        \"merchantnumber\": \"23232\",\r\n        \"merchantdba\": \"Black Ops Tac\",\r\n        \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n        \"merchantphone\": \"(800) 889-9610\",\r\n        \"merchanturl\": \"http://blackopstac.co\",\r\n        \"merchantemail\": \"info@blackopstac.co\",\r\n        \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n        \"gatewayalias\": \"nmi\",\r\n        \"gatewayurl\": \"nmi.com\",\r\n        \"gatewayuser\": \"LimitlessOps\",\r\n        \"gatewaypass\": \"Black2020\",\r\n        \"gatewayapialias\": \"\",\r\n        \"gatewaynotes\": \"\",\r\n        \"gatewayapiurl\": \"\",\r\n        \"gatewayapiuser\": \"\",\r\n        \"gatewayapipass\": \"\",\r\n        \"processoralias\": \"worldpay\",\r\n        \"processorurl\": \"accessmyiq.com\",\r\n        \"processoruser\": \"chargesavvy2\",\r\n        \"processorpass\": \"Savvy0820\",\r\n        \"processornotes\": \"Sherry, Sherry\",\r\n        \"crmalias\": \"\",\r\n        \"crmurl\": \"\",\r\n        \"crmuser\": \"\",\r\n        \"crmpass\": \"\",\r\n        \"crmnotes\": \"\",\r\n        \"crmpass2\": \"\",\r\n        \"crmapialias\": \"\",\r\n        \"crmapiurl\": \"\",\r\n        \"crmapiuser\": \"\",\r\n        \"crmapipass\": \"\",\r\n        \"vendorid\": \"\"\r\n    },\r\n    {\r\n        \"companyname\": \"ChargeSavvy\",\r\n        \"merchantname\": \"Limitless Ventures\",\r\n        \"merchantnumber\": \"12322348454\",\r\n        \"merchantdba\": \"Black Ops Tac\",\r\n        \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n        \"merchantphone\": \"(800) 889-9610\",\r\n        \"merchanturl\": \"http://blackopstac.co\",\r\n        \"merchantemail\": \"info@blackopstac.co\",\r\n        \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n        \"gatewayalias\": \"nmi\",\r\n        \"gatewayurl\": \"nmi.com\",\r\n        \"gatewayuser\": \"LimitlessOps\",\r\n        \"gatewaypass\": \"Black2020\",\r\n        \"gatewayapialias\": \"\",\r\n        \"gatewaynotes\": \"\",\r\n        \"gatewayapiurl\": \"\",\r\n        \"gatewayapiuser\": \"\",\r\n        \"gatewayapipass\": \"\",\r\n        \"processoralias\": \"worldpay\",\r\n        \"processorurl\": \"accessmyiq.com\",\r\n        \"processoruser\": \"chargesavvy2\",\r\n        \"processorpass\": \"Savvy0820\",\r\n        \"processornotes\": \"Sherry, Sherry\",\r\n        \"crmalias\": \"\",\r\n        \"crmurl\": \"\",\r\n        \"crmuser\": \"\",\r\n        \"crmpass\": \"\",\r\n        \"crmnotes\": \"\",\r\n        \"crmpass2\": \"\",\r\n        \"crmapialias\": \"\",\r\n        \"crmapiurl\": \"\",\r\n        \"crmapiuser\": \"\",\r\n        \"crmapipass\": \"\",\r\n        \"vendorid\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 15:28:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": true\n        },\n        \"request\": {\n            \"time\": \"1602170896\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/forms\"\n        },\n        \"count\": \"Boo Yah! 2 records created\",\n        \"data\": [\n            204,\n            205\n        ]\n    }\n}"},{"id":"73cb662d-fe6c-436a-aa55-380cb39f5417","name":"Duplicate Insertion","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"companyname\": \"ChargeSavvy\",\r\n    \"merchantname\": \"Limitless Ventures\",\r\n    \"merchantnumber\": \"1455487878454\",\r\n    \"merchantdba\": \"Black Ops Tac\",\r\n    \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n    \"merchantphone\": \"(800) 889-9610\",\r\n    \"merchanturl\": \"http://blackopstac.co\",\r\n    \"merchantemail\": \"info@blackopstac.co\",\r\n    \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n    \"gatewayalias\": \"nmi\",\r\n    \"gatewayurl\": \"nmi.com\",\r\n    \"gatewayuser\": \"LimitlessOps\",\r\n    \"gatewaypass\": \"Black2020\",\r\n    \"gatewayapialias\": \"\",\r\n    \"gatewaynotes\": \"\",\r\n    \"gatewayapiurl\": \"\",\r\n    \"gatewayapiuser\": \"\",\r\n    \"gatewayapipass\": \"\",\r\n    \"processoralias\": \"worldpay\",\r\n    \"processorurl\": \"accessmyiq.com\",\r\n    \"processoruser\": \"chargesavvy2\",\r\n    \"processorpass\": \"Savvy0820\",\r\n    \"processornotes\": \"Sherry, Sherry\",\r\n    \"crmalias\": \"\",\r\n    \"crmurl\": \"\",\r\n    \"crmuser\": \"\",\r\n    \"crmpass\": \"\",\r\n    \"crmnotes\": \"\",\r\n    \"crmpass2\": \"\",\r\n    \"crmapialias\": \"\",\r\n    \"crmapiurl\": \"\",\r\n    \"crmapiuser\": \"\",\r\n    \"crmapipass\": \"\",\r\n    \"vendorid\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 13:53:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 0\n        },\n        \"request\": {\n            \"time\": \"1602165192\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/forms\"\n        },\n        \"count\": \"1 records already exists for merchantid \",\n        \"data\": [\n            {\n                \"formid\": \"203\"\n            }\n        ]\n    }\n}"},{"id":"d9a7e22f-fabe-4b05-99e8-eb7e7bd35e4e","name":"Update Record","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"companyname\": \"ChargeSavvy\",\r\n    \"merchantname\": \"Limitless Ventures\",\r\n    \"merchantnumber\": \"1455487878454\",\r\n    \"merchantdba\": \"Black Ops Tac\",\r\n    \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n    \"merchantphone\": \"(800) 889-9610\",\r\n    \"merchanturl\": \"http://blackopstac.co\",\r\n    \"merchantemail\": \"info@blackopstac.co\",\r\n    \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n    \"gatewayalias\": \"nmi\",\r\n    \"gatewayurl\": \"nmi.com\",\r\n    \"gatewayuser\": \"LimitlessOps\",\r\n    \"gatewaypass\": \"Black2020\",\r\n    \"gatewayapialias\": \"\",\r\n    \"gatewaynotes\": \"\",\r\n    \"gatewayapiurl\": \"\",\r\n    \"gatewayapiuser\": \"\",\r\n    \"gatewayapipass\": \"\",\r\n    \"processoralias\": \"worldpay\",\r\n    \"processorurl\": \"accessmyiq.com\",\r\n    \"processoruser\": \"chargesavvy2\",\r\n    \"processorpass\": \"Savvy0820\",\r\n    \"processornotes\": \"Sherry, Sherry\",\r\n    \"crmalias\": \"\",\r\n    \"crmurl\": \"\",\r\n    \"crmuser\": \"\",\r\n    \"crmpass\": \"\",\r\n    \"crmnotes\": \"\",\r\n    \"crmpass2\": \"\",\r\n    \"crmapialias\": \"\",\r\n    \"crmapiurl\": \"\",\r\n    \"crmapiuser\": \"\",\r\n    \"crmapipass\": \"\",\r\n    \"vendorid\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/203"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 13:54:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1,\n            \"status\": [\n                \"Success\",\n                \"34 value(s) updated\"\n            ]\n        },\n        \"request\": {\n            \"time\": \"1602165262\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/forms/203\"\n        },\n        \"data\": {\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"1455487878454\",\n            \"merchantdba\": \"Black Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 889-9610\",\n            \"merchanturl\": \"http://blackopstac.co\",\n            \"merchantemail\": \"info@blackopstac.co\",\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"LimitlessOps\",\n            \"gatewaypass\": \"Black2020\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"chargesavvy2\",\n            \"processorpass\": \"Savvy0820\",\n            \"processornotes\": \"Sherry, Sherry\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\"\n        }\n    }\n}"}],"_postman_id":"c46f9e5d-d2d0-465e-ac5a-cb65d84823d8"},{"name":"Retrieve Record","id":"f1ce73ea-f0fb-4c02-bf26-959f0290de02","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/201","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  Retrieve  a record.\n  GET https://api.chargebackdefense.com/v2/forms/{formid}\n</code></pre>","urlObject":{"protocol":"https","path":["v2","forms","201"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"12e9513f-7090-4013-93f8-26f6ed0e52e5","name":"Retreive  List of Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:18:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"2\",\n        \"query_total\": \"2\",\n        \"request\": [\n            {\n                \"time\": \"1602166733\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"formid\": \"203\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"1455487878454\",\n            \"merchantdba\": \"Black Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 889-9610\",\n            \"merchanturl\": \"http://blackopstac.co\",\n            \"merchantemail\": \"info@blackopstac.co\",\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"LimitlessOps\",\n            \"gatewaypass\": \"Black2020\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"chargesavvy2\",\n            \"processorpass\": \"Savvy0820\",\n            \"processornotes\": \"Sherry, Sherry\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        },\n        {\n            \"formid\": \"202\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"4445038027333333\",\n            \"merchantdba\": \"Demo Dba Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 888-8888\",\n            \"merchanturl\": \"http://website.co\",\n            \"merchantemail\": \"info@website.co\",\n            \"merchantaddr\": \"1223 W Balsam Pine Dr West Jordan UT 84000\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"demouser\",\n            \"gatewaypass\": \"demopass\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"demouser\",\n            \"processorpass\": \"demopass\",\n            \"processornotes\": \"\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        }\n    ]\n}"},{"id":"44d931c3-c7e0-4de4-ace8-6f64c3f5912d","name":"Filter Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/forms/202?fields=merchantdba,merchantnumber&merchantnumber=4445038027333333","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","forms","202"],"query":[{"key":"fields","value":"merchantdba,merchantnumber"},{"key":"merchantnumber","value":"4445038027333333"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:16:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1602166613\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/202?fields=merchantdba,merchantnumber\",\n                \"query\": {\n                    \"fields\": \"merchantdba,merchantnumber\"\n                }\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"merchantdba\": \"Demo Dba Ops Tac\",\n            \"merchantnumber\": \"4445038027333333\"\n        }\n    ]\n}"},{"id":"605fafd0-9de8-4a52-82be-c04806bef917","name":"No Record Exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:20:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"0\",\n        \"query_total\": \"0\",\n        \"request\": [\n            {\n                \"time\": \"1602166837\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/201\",\n                \"query\": []\n            }\n        ]\n    }\n}"},{"id":"b5478a50-681a-4c72-82ec-acd348b1feec","name":"Retreive  Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:08:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"202"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"1\",\n        \"total_records\": \"202\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1602166084\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/202\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"formid\": \"202\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"4445038027333333\",\n            \"merchantdba\": \"Black Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 889-9610\",\n            \"merchanturl\": \"http://blackopstac.co\",\n            \"merchantemail\": \"info@blackopstac.co\",\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"LimitlessOps\",\n            \"gatewaypass\": \"Black2020\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"chargesavvy2\",\n            \"processorpass\": \"Savvy0820\",\n            \"processornotes\": \"Sherry, Sherry\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        }\n    ]\n}"}],"_postman_id":"f1ce73ea-f0fb-4c02-bf26-959f0290de02"}],"id":"d5cde7b0-370f-43a9-9c48-d9d631039689","description":"<h2 id=\"fields\">Fields</h2>\n<p>This is inline html.\nAnd this is an html block.</p>\n<table>\n<thead><tr><th>Column</th>\n<th>Type</th>\n</tr></thead>\n<tbody><tr>\n<td>formid (Primary)</td>\n<td>int(3)</td>\n</tr>\n<tr>\n<td>companyname</td>\n<td>varchar(48)</td>\n</tr>\n<tr>\n<td>merchantname</td>\n<td>varchar(46)</td>\n</tr>\n<tr>\n<td>merchantnumber</td>\n<td>varchar(16)</td>\n</tr>\n<tr>\n<td>merchantdba</td>\n<td>varchar(24)</td>\n</tr>\n<tr>\n<td>merchantdescriptor</td>\n<td>varchar(32)</td>\n</tr>\n<tr>\n<td>merchantphone</td>\n<td>varchar(14)</td>\n</tr>\n<tr>\n<td>merchanturl</td>\n<td>varchar(35)</td>\n</tr>\n<tr>\n<td>merchantemail</td>\n<td>varchar(40)</td>\n</tr>\n<tr>\n<td>merchantaddr</td>\n<td>varchar(59)</td>\n</tr>\n<tr>\n<td>gatewayalias</td>\n<td>varchar(6)</td>\n</tr>\n<tr>\n<td>gatewayurl</td>\n<td>varchar(28)</td>\n</tr>\n<tr>\n<td>gatewayuser</td>\n<td>varchar(29)</td>\n</tr>\n<tr>\n<td>gatewaypass</td>\n<td>varchar(26)</td>\n</tr>\n<tr>\n<td>gatewayapialias</td>\n<td>varchar(6)</td>\n</tr>\n<tr>\n<td>gatewaynotes</td>\n<td>varchar(10)</td>\n</tr>\n<tr>\n<td>gatewayapiurl</td>\n<td>varchar(49)</td>\n</tr>\n<tr>\n<td>gatewayapiuser</td>\n<td>varchar(29)</td>\n</tr>\n<tr>\n<td>gatewayapipass</td>\n<td>varchar(12)</td>\n</tr>\n<tr>\n<td>processoralias</td>\n<td>varchar(18)</td>\n</tr>\n<tr>\n<td>processorurl</td>\n<td>varchar(62)</td>\n</tr>\n<tr>\n<td>processoruser</td>\n<td>varchar(39)</td>\n</tr>\n<tr>\n<td>processorpass</td>\n<td>varchar(13)</td>\n</tr>\n<tr>\n<td>processornotes</td>\n<td>varchar(32)</td>\n</tr>\n<tr>\n<td>crmalias</td>\n<td>varchar(21)</td>\n</tr>\n<tr>\n<td>crmurl</td>\n<td>varchar(60)</td>\n</tr>\n<tr>\n<td>crmuser</td>\n<td>varchar(100)</td>\n</tr>\n<tr>\n<td>crmpass</td>\n<td>varchar(100)</td>\n</tr>\n<tr>\n<td>crmnotes</td>\n<td>varchar(29)</td>\n</tr>\n<tr>\n<td>crmalias2</td>\n<td>varchar(15)</td>\n</tr>\n<tr>\n<td>crmuser2</td>\n<td>varchar(18)</td>\n</tr>\n<tr>\n<td>crmpass2</td>\n<td>varchar(11)</td>\n</tr>\n<tr>\n<td>crmapialias</td>\n<td>varchar(15)</td>\n</tr>\n<tr>\n<td>crmapiurl</td>\n<td>varchar(60)</td>\n</tr>\n<tr>\n<td>crmapiuser</td>\n<td>varchar(100)</td>\n</tr>\n<tr>\n<td>crmapipass</td>\n<td>varchar(100)</td>\n</tr>\n<tr>\n<td>vendorid</td>\n<td>varchar(3)</td>\n</tr>\n<tr>\n<td>crmapialias2</td>\n<td>varchar(15)</td>\n</tr>\n<tr>\n<td>crmapiuser2</td>\n<td>varchar(16)</td>\n</tr>\n<tr>\n<td>crmapipass2</td>\n<td>varchar(11)</td>\n</tr>\n<tr>\n<td>vendorid2</td>\n<td>varchar(2)</td>\n</tr>\n</tbody></table>","event":[{"listen":"prerequest","script":{"id":"3dbf97b4-912d-4f93-8d59-bc2dc3621995","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d2fa0bcd-2854-4b2a-9949-3f2f517b4888","type":"text/javascript","exec":[""]}}],"_postman_id":"d5cde7b0-370f-43a9-9c48-d9d631039689"},{"name":"/images","item":[{"name":"Image upload","id":"4e948c64-720b-4b68-9022-821826866a16","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/D:/download.png","disabled":true},{"key":"upload","type":"file","src":"/C:/Users/jerem/Sites/10.0.16.30/apache/system/web/images/mga/logo_konnwhite.png"}]},"url":"https://api.chargebackdefense.com/v2/imgupload","urlObject":{"protocol":"https","path":["v2","imgupload"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"e01d2238-8beb-4c30-b656-ad2772ac57f7","name":"Image upload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/D:/download.png","disabled":true},{"key":"upload","type":"file","src":"/C:/Users/jerem/Sites/10.0.16.30/apache/system/web/images/mga/logo_konnwhite.png"}]},"url":"https://api.chargebackdefense.com/v2/imgupload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Feb 2021 14:15:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/imgupload.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"FILES\": {\n                \"name\": \"logo_konnwhite.png\",\n                \"type\": \"image/png\",\n                \"tmp_name\": \"/tmp/phpOsh7UQ\",\n                \"error\": 0,\n                \"size\": 5458\n            },\n            \"POST\": \"\"\n        }\n    }\n}"},{"id":"7e3ef701-eff4-4139-8f0a-efde9092faac","name":"csv upload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/C:/Users/jerem/Downloads/csv-sample.csv"}]},"url":"https://api.chargebackdefense.com/v2/imgupload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Apr 2021 00:36:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/imgupload.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://crm.chargebackdefense.com/img/phpbwLmHv.csv\",\n    \"file\": {\n        \"name\": \"csv-sample.csv\",\n        \"type\": \"text/csv\",\n        \"tmp_name\": \"/tmp/phpbwLmHv\",\n        \"error\": 0,\n        \"size\": 72\n    }\n}"}],"_postman_id":"4e948c64-720b-4b68-9022-821826866a16"},{"name":"https://api.chargebackdefense.com/v2/imgupload","id":"b4a2aee8-27be-419d-b573-3be5f3d4b39e","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/C:/Users/jerem/Sites/10.0.16.30/apache/system/web/images/mga/logo_recurly.png"}]},"url":"https://api.chargebackdefense.com/v2/imgupload","urlObject":{"protocol":"https","path":["v2","imgupload"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"4d0e3e8f-54bc-4d56-be1c-d075faf51234","name":"https://api.chargebackdefense.com/v2/imgupload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"upload","type":"file","src":"/C:/Users/jerem/Sites/10.0.16.30/apache/system/web/images/mga/logo_recurly.png"}]},"url":"https://api.chargebackdefense.com/v2/imgupload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Feb 2021 15:58:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/imgupload.json"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://crm.chargebackdefense.com/img/phpx1nsvC\"\n}"}],"_postman_id":"b4a2aee8-27be-419d-b573-3be5f3d4b39e"}],"id":"16479380-ed25-4793-ac93-fb5ace33be8f","_postman_id":"16479380-ed25-4793-ac93-fb5ace33be8f","description":""},{"name":"/mastercom","item":[{"name":"Acquirer","item":[{"name":"https://api.chargebackdefense.com/v2/cbdisputes/593222?action=2ndpresentment","id":"ebd44150-2c87-4731-beb2-4d913b17fed3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/477558?action=2ndpresentment","urlObject":{"protocol":"https","path":["v2","cbdisputes","477558"],"host":["api","chargebackdefense","com"],"query":[{"description":{"content":"<p>dispute packet generated and submitted to the processor of the merchant</p>\n","type":"text/plain"},"key":"action","value":"2ndpresentment"}],"variable":[]}},"response":[{"id":"31ff9e6a-b500-4721-8ae8-9f0836aab171","name":"Second Presentment Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes/593222?action=2ndpresentment","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes","593222"],"query":[{"key":"action","value":"2ndpresentment","description":"dispute packet generated and submitted to the processor of the merchant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 04:22:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"227"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 1\n        },\n        \"request\": {\n            \"time\": \"1639023774\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes/593222?action=2ndpresentment\",\n            \"query\": {\n                \"action\": \"2ndpresentment\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"submitted\": true,\n            \"disputeurl\": \"https://issuing.chargebackdefense.com/disputes/593222/24145720126900012419387.pdf\"\n        }\n    ]\n}"}],"_postman_id":"ebd44150-2c87-4731-beb2-4d913b17fed3"},{"name":"https://api.chargebackdefense.com/v2/cbdisputes/477558?action=2ndpresentment","id":"5d07fd56-3657-400e-b943-be84ebaadc40","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/cbdisputes/477558?action=2ndpresentment","urlObject":{"protocol":"https","path":["v2","cbdisputes","477558"],"host":["api","chargebackdefense","com"],"query":[{"description":{"content":"<p>dispute packet generated and submitted to the processor of the merchant</p>\n","type":"text/plain"},"key":"action","value":"2ndpresentment"}],"variable":[]}},"response":[{"id":"c3d8e4ae-a6a8-4400-89b5-08d07b92bbc6","name":"Chargeback not populated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/cbdisputes/477558?action=2ndpresentment","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","cbdisputes","477558"],"query":[{"key":"action","value":"2ndpresentment","description":"dispute packet generated and submitted to the processor of the merchant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 04:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"195"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/cbdisputes.json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"message\": {\n            \"code\": 0\n        },\n        \"request\": {\n            \"time\": \"1639023668\",\n            \"method\": \"POST\",\n            \"uri\": \"/v2/cbdisputes/477558?action=2ndpresentment\",\n            \"query\": {\n                \"action\": \"2ndpresentment\"\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"submitted\": false,\n            \"message\": \"Chargeback not populated\"\n        }\n    ]\n}"}],"_postman_id":"5d07fd56-3657-400e-b943-be84ebaadc40"}],"id":"f835febb-2272-43fd-8dc0-045b5ba04f75","_postman_id":"f835febb-2272-43fd-8dc0-045b5ba04f75","description":""},{"name":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer Worked","id":"f6781345-d240-4fc3-b23f-b148d7421e85","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer Worked","urlObject":{"protocol":"https","path":["v2","mastercom"],"host":["api","chargebackdefense","com"],"query":[{"key":"queuename","value":"Acquirer Worked"}],"variable":[]}},"response":[{"id":"d1f0cf55-443d-4429-8b77-edc8a07134c0","name":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer Worked","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer Worked","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","mastercom"],"query":[{"key":"queuename","value":"Acquirer Worked"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Dec 2021 18:20:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"563"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/mastercom.json"},{"key":"x-query_total","value":"3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"3\",\n        \"minid\": \"1\",\n        \"total_records\": \"3\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1638901218\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/mastercom?queuename=Acquirer%20Worked\",\n                \"query\": {\n                    \"queuename\": \"Acquirer Worked\"\n                }\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `tbl_mastercom` WHERE 1 AND `queuename` = 'Acquirer Worked' ORDER BY `id` DESC \",\n            \"SELECT * FROM `tbl_mastercom` WHERE 1 AND `queuename` = 'Acquirer Worked' ORDER BY `id` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": \"3\",\n            \"acquirerId\": \"2222\",\n            \"acquirerRefNum\": \"51032462590945713655302\",\n            \"primaryAccountNum\": \"5123438317704709456\",\n            \"claimId\": \"200002020479\",\n            \"clearingDueDate\": \"2021-02-20\",\n            \"clearingNetwork\": \"GCMS\",\n            \"dueDate\": \"2021-02-20\",\n            \"isAccurate\": \"1\",\n            \"isAcquirer\": \"1\",\n            \"isIssuer\": \"0\",\n            \"isOpen\": \"1\",\n            \"issuerId\": \"97531\",\n            \"lastModifiedBy\": \"S452404\",\n            \"lastModifiedDate\": \"2021-02-15 12:01:00\",\n            \"merchantId\": \"2403491933\",\n            \"progressState\": \"CB1-4850-I-A-NEW\",\n            \"claimValue\": \"152.56\",\n            \"queueName\": \"Acquirer Worked\",\n            \"createDate\": \"2021-02-10\",\n            \"transactionId\": \"125079092\",\n            \"claimType\": \"Standard\"\n        }\n    ]\n}"},{"id":"6dc7a803-6384-4d8e-a48a-14db7aade2ed","name":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer Worked","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.chargebackdefense.com/v2/mastercom?queuename=Acquirer First CB Unworked","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","mastercom"],"query":[{"key":"queuename","value":"Acquirer First CB Unworked"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Dec 2021 18:22:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"596"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/mastercom.json"},{"key":"x-query_total","value":"3"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"3\",\n        \"minid\": \"1\",\n        \"total_records\": \"3\",\n        \"response_total\": \"2\",\n        \"query_total\": \"2\",\n        \"request\": [\n            {\n                \"time\": \"1638901322\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/mastercom?queuename=Acquirer%20First%20CB%20Unworked\",\n                \"query\": {\n                    \"queuename\": \"Acquirer First CB Unworked\"\n                }\n            }\n        ],\n        \"admin\": [\n            \"SELECT COUNT(*) as `query_count` FROM `tbl_mastercom` WHERE 1 AND `queuename` = 'Acquirer First CB Unworked' ORDER BY `id` DESC \",\n            \"SELECT * FROM `tbl_mastercom` WHERE 1 AND `queuename` = 'Acquirer First CB Unworked' ORDER BY `id` DESC  LIMIT 200\"\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": \"2\",\n            \"acquirerId\": \"2222\",\n            \"acquirerRefNum\": \"51032462590945713655302\",\n            \"primaryAccountNum\": \"5123438317704709456\",\n            \"claimId\": \"200002020479\",\n            \"clearingDueDate\": \"2021-02-20\",\n            \"clearingNetwork\": \"GCMS\",\n            \"dueDate\": \"2021-02-20\",\n            \"isAccurate\": \"1\",\n            \"isAcquirer\": \"1\",\n            \"isIssuer\": \"0\",\n            \"isOpen\": \"1\",\n            \"issuerId\": \"97531\",\n            \"lastModifiedBy\": \"S452404\",\n            \"lastModifiedDate\": \"2021-02-15 12:01:00\",\n            \"merchantId\": \"2403491933\",\n            \"progressState\": \"CB1-4850-I-A-NEW\",\n            \"claimValue\": \"152.56\",\n            \"queueName\": \"Acquirer First CB Unworked\",\n            \"createDate\": \"2021-02-10\",\n            \"transactionId\": \"125079092\",\n            \"claimType\": \"Standard\"\n        },\n        {\n            \"id\": \"1\",\n            \"acquirerId\": \"2222\",\n            \"acquirerRefNum\": \"51032462590945713655302\",\n            \"primaryAccountNum\": \"5123438317704709456\",\n            \"claimId\": \"200002020479\",\n            \"clearingDueDate\": \"2021-02-20\",\n            \"clearingNetwork\": \"GCMS\",\n            \"dueDate\": \"2021-02-20\",\n            \"isAccurate\": \"1\",\n            \"isAcquirer\": \"1\",\n            \"isIssuer\": \"0\",\n            \"isOpen\": \"1\",\n            \"issuerId\": \"97531\",\n            \"lastModifiedBy\": \"S452404\",\n            \"lastModifiedDate\": \"2021-02-15 12:01:00\",\n            \"merchantId\": \"2403491933\",\n            \"progressState\": \"CB1-4850-I-A-NEW\",\n            \"claimValue\": \"152.56\",\n            \"queueName\": \"Acquirer First CB Unworked\",\n            \"createDate\": \"2021-02-10\",\n            \"transactionId\": \"125079092\",\n            \"claimType\": \"Standard\"\n        }\n    ]\n}"}],"_postman_id":"f6781345-d240-4fc3-b23f-b148d7421e85"}],"id":"03322864-6465-4143-95bf-e82fdd21f93a","_postman_id":"03322864-6465-4143-95bf-e82fdd21f93a","description":""}],"id":"e46ca680-7a1b-44e8-9f68-333ac4d6d19c","description":"<p>Latest version of Chargeback Defense API.</p>\n","event":[{"listen":"prerequest","script":{"id":"e916e95e-0bf0-4152-a398-daac0a8f412d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1207dc82-7d0d-456e-9957-6acdc702544c","type":"text/javascript","exec":[""]}}],"_postman_id":"e46ca680-7a1b-44e8-9f68-333ac4d6d19c"},{"name":"/Ethoca Eliminator","item":[{"name":"200 Response","id":"a9c54e48-45b5-488f-a225-3aa086982825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 2.1.1)"},{"key":"X-Eth-Date","type":"text","value":"2021-01-21T16:25:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=5Jsjw_T6FIDQEVeUnWwMgBpq9WM"},{"key":"X-Debug","type":"text","value":"true"}],"url":"https://api.chargebackdefense.com:443/api/v2/orders/?tranId=643071&transactionDate=2021-01-02&merchantId=63284402722772188&transactionCurrencyCode=USD","urlObject":{"protocol":"https","port":"443","path":["api","v2","orders",""],"host":["api","chargebackdefense","com"],"query":[{"key":"tranId","value":"643071"},{"key":"transactionDate","value":"2021-01-02"},{"key":"merchantId","value":"63284402722772188"},{"disabled":true,"key":"transactionAmount","value":"19.87"},{"key":"transactionCurrencyCode","value":"USD"}],"variable":[]}},"response":[{"id":"1486b0bf-f1f4-45dd-b6ae-4d65d0cc0ba7","name":"200 (transactionAmount)","originalRequest":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 2.1.1)"},{"key":"X-Eth-Date","type":"text","value":"2021-01-21T16:25:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=9WhL2jtBAsN1wpVlqqalr1w9mYA"},{"key":"X-Debug","type":"text","value":"true"}],"url":{"raw":"https://api.chargebackdefense.com:443/api/v2/orders/?tranId=643071&transactionDate=2021-01-02&merchantId=63284402722772188&transactionAmount=19.87","protocol":"https","host":["api","chargebackdefense","com"],"port":"443","path":["api","v2","orders",""],"query":[{"key":"tranId","value":"643071"},{"key":"transactionDate","value":"2021-01-02"},{"key":"merchantId","value":"63284402722772188"},{"key":"transactionAmount","value":"19.87"},{"key":"transactionCurrencyCode","value":"USD","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Mar 2021 20:29:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1004"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-LOGID","value":"1696"},{"key":"X-URI-Port","value":"api.chargebackdefense.com"},{"key":"X-Query","value":"SELECT * FROM `vw_merchants_transactions`   WHERE 1=1  AND transid IN(643071) AND merchantnumber IN(63284402722772188) AND ( transdate >= '2021-01-01 00:00:00')  AND ( transdate <= '2021-01-03 23:00:00') AND transamount = '19.87'    LIMIT 1"},{"key":"X-Total-Records","value":"1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"orderDate\": \"\",\n        \"orderEmail\": null,\n        \"total\": 19.87,\n        \"orderRecipientName\": {\n            \"firstname\": null,\n            \"lastname\": null\n        },\n        \"storeAddress\": {\n            \"address1\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null\n        },\n        \"orderItems\": [\n            {\n                \"productDescription\": null\n            }\n        ],\n        \"transactionDetails\": {\n            \"deviceIpAddress\": null\n        },\n        \"payments\": [\n            {\n                \"cardType\": null,\n                \"cardBin\": null,\n                \"avsMatch\": null,\n                \"transactionID\": \"643071\",\n                \"authorizationCode\": null,\n                \"merchantIdentificationNumber\": \"63284402722772188\"\n            }\n        ],\n        \"deliveries\": [\n            {\n                \"physicalDelivery\": {\n                    \"trackingNumber\": null\n                }\n            }\n        ]\n    },\n    \"merchantProfile\": {\n        \"name\": \"ShopFem Things\",\n        \"description\": null,\n        \"refundPolicyRecap\": \"If, for any reason, you are not happy with your purchase please return it within 30 days for a full refund. In order to obtain your full refund, contact customer service by phone ([[MERCHANTPHONE]]) and obtain an RMA (Return Merchandise Authorization) number to place on your package. Write this number on the outside of the shipping package, and send the product back to our fulfillment center at the address listed below, within thirty (30) days of the date you originally ordered the product.\",\n        \"refundPolicyLink\": \"www.shopfemthings.com/terms\",\n        \"termsAndConditionsRecap\": \"ATTENTION : This is a legal agreement (the Agreement) between You, the individual, company or organization and [[MERCHANTNAME]] /[[MERCHANTDBA]], Customer Service: [[MERCHANTPHONE]]. By ordering, accessing, using or purchasing [[MERCHANTURL]] (Product) through this website or related websites (collectively the Website), you are agreeing to be bound by, and are becoming a party to, this Agreement.\",\n        \"termsAndConditionsLink\": null,\n        \"merchantReceiptContact\": {\n            \"phoneForReceipt\": \"6172130011\",\n            \"emailForReceipt\": \"support@shopfemthings.com\",\n            \"websiteForReceipt\": null,\n            \"receiptAddress\": {\n                \"address1\": \"518 Venice Ln/ Sarasota, FL/ 34242\"\n            }\n        },\n        \"merchantCustomerServiceContact\": {\n            \"phoneNumber\": \"6172130011\",\n            \"email\": \"support@shopfemthings.com\",\n            \"website\": null,\n            \"address\": {\n                \"address1\": \"518 Venice Ln/ Sarasota, FL/ 34242\"\n            }\n        },\n        \"MCC\": null\n    }\n}"},{"id":"ad5b7cf5-20e8-4ece-ab44-e1475dcff587","name":"200 (transactionCurrencyCode)","originalRequest":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 2.1.1)"},{"key":"X-Eth-Date","type":"text","value":"2021-01-21T16:25:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=5Jsjw_T6FIDQEVeUnWwMgBpq9WM"},{"key":"X-Debug","type":"text","value":"true"}],"url":{"raw":"https://api.chargebackdefense.com:443/api/v2/orders/?tranId=643071&transactionDate=2021-01-02&merchantId=63284402722772188&transactionCurrencyCode=USD","protocol":"https","host":["api","chargebackdefense","com"],"port":"443","path":["api","v2","orders",""],"query":[{"key":"tranId","value":"643071"},{"key":"transactionDate","value":"2021-01-02"},{"key":"merchantId","value":"63284402722772188"},{"key":"transactionAmount","value":"19.87","disabled":true},{"key":"transactionCurrencyCode","value":"USD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Mar 2021 20:30:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1004"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-LOGID","value":"1698"},{"key":"X-URI-Port","value":"api.chargebackdefense.com"},{"key":"X-Query","value":"SELECT * FROM `vw_merchants_transactions`   WHERE 1=1  AND transid IN(643071) AND merchantnumber IN(63284402722772188) AND ( transdate >= '2021-01-01 00:00:00')  AND ( transdate <= '2021-01-03 23:00:00') AND currency LIKE 'USD'    LIMIT 1"},{"key":"X-Total-Records","value":"1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"orderDate\": \"\",\n        \"orderEmail\": null,\n        \"total\": 19.87,\n        \"orderRecipientName\": {\n            \"firstname\": null,\n            \"lastname\": null\n        },\n        \"storeAddress\": {\n            \"address1\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null\n        },\n        \"orderItems\": [\n            {\n                \"productDescription\": null\n            }\n        ],\n        \"transactionDetails\": {\n            \"deviceIpAddress\": null\n        },\n        \"payments\": [\n            {\n                \"cardType\": null,\n                \"cardBin\": null,\n                \"avsMatch\": null,\n                \"transactionID\": \"643071\",\n                \"authorizationCode\": null,\n                \"merchantIdentificationNumber\": \"63284402722772188\"\n            }\n        ],\n        \"deliveries\": [\n            {\n                \"physicalDelivery\": {\n                    \"trackingNumber\": null\n                }\n            }\n        ]\n    },\n    \"merchantProfile\": {\n        \"name\": \"ShopFem Things\",\n        \"description\": null,\n        \"refundPolicyRecap\": \"If, for any reason, you are not happy with your purchase please return it within 30 days for a full refund. In order to obtain your full refund, contact customer service by phone ([[MERCHANTPHONE]]) and obtain an RMA (Return Merchandise Authorization) number to place on your package. Write this number on the outside of the shipping package, and send the product back to our fulfillment center at the address listed below, within thirty (30) days of the date you originally ordered the product.\",\n        \"refundPolicyLink\": \"www.shopfemthings.com/terms\",\n        \"termsAndConditionsRecap\": \"ATTENTION : This is a legal agreement (the Agreement) between You, the individual, company or organization and [[MERCHANTNAME]] /[[MERCHANTDBA]], Customer Service: [[MERCHANTPHONE]]. By ordering, accessing, using or purchasing [[MERCHANTURL]] (Product) through this website or related websites (collectively the Website), you are agreeing to be bound by, and are becoming a party to, this Agreement.\",\n        \"termsAndConditionsLink\": null,\n        \"merchantReceiptContact\": {\n            \"phoneForReceipt\": \"6172130011\",\n            \"emailForReceipt\": \"support@shopfemthings.com\",\n            \"websiteForReceipt\": null,\n            \"receiptAddress\": {\n                \"address1\": \"518 Venice Ln/ Sarasota, FL/ 34242\"\n            }\n        },\n        \"merchantCustomerServiceContact\": {\n            \"phoneNumber\": \"6172130011\",\n            \"email\": \"support@shopfemthings.com\",\n            \"website\": null,\n            \"address\": {\n                \"address1\": \"518 Venice Ln/ Sarasota, FL/ 34242\"\n            }\n        },\n        \"MCC\": null\n    }\n}"}],"_postman_id":"a9c54e48-45b5-488f-a225-3aa086982825"},{"name":"401 Authorization Failed","id":"57461d0e-a7fb-4c1f-b397-3b53b054468a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 1.0)"},{"key":"X-Eth-Date","type":"text","value":"2017-06-19T13:18:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=I0XSAaDcnSvc2m2MqtvihBLPR7ac="}],"url":"https://api.chargebackdefense.com:443/api/v2/orders/?tranId=42823365871&transactionDate=2018-09-12","description":"<p>As a temporary measure during the testing process.  We've include additional testing data in the response header. We will remove this response on the Live Enviornment.</p>\n<p>Response Header</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>x-debug</td>\n<td>add this key to the header to view the requestedSig and the generatedSig</td>\n</tr>\n<tr>\n<td>requestedsig</td>\n<td>requested signature sent to cbd.com.</td>\n</tr>\n<tr>\n<td>stringToSign</td>\n<td>the parameters used to generate the signature.</td>\n</tr>\n<tr>\n<td>generatedSig</td>\n<td>the generated signature from stringToSign</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","port":"443","path":["api","v2","orders",""],"host":["api","chargebackdefense","com"],"query":[{"description":{"content":"<p>Required for channel partners only.</p>\n","type":"text/plain"},"key":"tranId","value":"42823365871"},{"key":"transactionDate","value":"2018-09-12"}],"variable":[]}},"response":[{"id":"6f1f1ded-eb07-48bf-a5d0-b64e5581d0de","name":"401 Authorization Failed","originalRequest":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 1.0)"},{"key":"X-Eth-Date","type":"text","value":"2017-06-19T13:18:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=I0XSAaDcnSvc2m2MqtvihBLPR7ac="}],"url":{"raw":"https://cbd.warplite.com:443/api/v2/orders/?tranId=42823365871&transactionDate=2018-09-12","protocol":"https","host":["cbd","warplite","com"],"port":"443","path":["api","v2","orders",""],"query":[{"key":"tranId","value":"42823365871","description":"Required for channel partners only."},{"key":"transactionDate","value":"2018-09-12"}]}},"status":"Authorization Required","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Jan 2019 16:21:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-URI-Port","value":"cbd.warplite.com"},{"key":"X-MSG","value":"Authorization Failed"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ethoca request rejected due to bad signature\"\n}"},{"id":"f731322c-a3ca-4827-a5b6-b9ab83468062","name":"401 Authorization Failed","originalRequest":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 1.0)"},{"key":"X-Eth-Date","type":"text","value":"2017-06-19T13:18:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=I0XSAaDcnSvc2m2MqtvihBLPR7ac="}],"url":{"raw":"https://cbd.warplite.com:443/api/v2/orders/?tranId=42823365871&transactionDate=2018-09-12","protocol":"https","host":["cbd","warplite","com"],"port":"443","path":["api","v2","orders",""],"query":[{"key":"tranId","value":"42823365871","description":"Required for channel partners only."},{"key":"transactionDate","value":"2018-09-12"}]}},"status":"Authorization Required","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Jan 2019 16:56:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-URI-Port","value":"cbd.warplite.com"},{"key":"X-MSG","value":"Authorization Failed"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ethoca request rejected due to bad signature\"\n}"}],"_postman_id":"57461d0e-a7fb-4c1f-b397-3b53b054468a"},{"name":"404 Payload Not Found","id":"0434307c-6d50-42f6-9edf-1a4308f32e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 2.1.1)"},{"key":"X-Eth-Date","type":"text","value":"2018-12-21T13:25:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=J1_rZf9rLOE4t7uCqkHZBmP-bLs"},{"key":"x-debug","type":"text","value":"true"}],"url":"https://api.chargebackdefense.com:443/api/v2/orders/","urlObject":{"protocol":"https","port":"443","path":["api","v2","orders",""],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"36d0cbf6-f70c-4f31-93d4-012103a301ad","name":"404 Payload Not Found","originalRequest":{"method":"GET","header":[{"key":"User-Agent","value":"Ethoca-purchase-inquirer (version 2.1.1)","type":"text"},{"key":"X-Eth-Date","value":"2018-12-21T13:25:18Z","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=J1_rZf9rLOE4t7uCqkHZBmP+bLs","type":"text"}],"url":"https://cbd.warplite.com:443/api/v2/orders/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Jan 2019 16:53:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-URI-Port","value":"cbd.warplite.com"},{"key":"X-MSG","value":"Payload not found"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Allowed Parameters: tranId, transactionDate, authDate, arn, cardType, cardBin, cardLastFour, transactionAmount\"\n}"}],"_postman_id":"0434307c-6d50-42f6-9edf-1a4308f32e58"},{"name":"300 Multiple records found","id":"0ce43b64-cdaa-4a13-afea-c17f027104e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","type":"text","value":"Ethoca-purchase-inquirer (version 2.1.1)"},{"key":"X-Eth-Date","type":"text","value":"2018-12-21T13:25:18Z"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=8ToC56OUf5c6xQdaxaNRpOUIRwA"}],"url":"https://api.chargebackdefense.com:443/api/v2/orders/?transactionDate=2018-12-21","urlObject":{"protocol":"https","port":"443","path":["api","v2","orders",""],"host":["api","chargebackdefense","com"],"query":[{"key":"transactionDate","value":"2018-12-21"}],"variable":[]}},"response":[{"id":"6ab57170-92e4-427c-8147-6bd172883445","name":"300 Multiple records found","originalRequest":{"method":"GET","header":[{"key":"User-Agent","value":"Ethoca-purchase-inquirer (version 2.1.1)","type":"text"},{"key":"X-Eth-Date","value":"2018-12-21T13:25:18Z","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"ETHOCA-SHA1 KeyRef=ChargebackDefenseSecretKey1,Signature=8ToC56OUf5c6xQdaxaNRpOUIRwA","type":"text"},{"key":"x-debug","value":"true","type":"text"}],"url":{"raw":"https://cbd.warplite.com:443/api/v2/orders/?transactionDate=2018-12-21","protocol":"https","host":["cbd","warplite","com"],"port":"443","path":["api","v2","orders",""],"query":[{"key":"transactionDate","value":"2018-12-21"}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 04 Jan 2019 19:22:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"X-URI-Port","value":"cbd.warplite.com"},{"key":"X-Query","value":"SELECT t.*, m.merchantdba   FROM cdb500273.`_tbl_vendors_transactions` t   JOIN cdb500273.`5tbl_merchants` m ON t.merchantid = m.merchantid   WHERE 1=1  AND ( t.transdatetime >= '2018-12-20 00:00:00')  AND ( t.transdatetime <= '2018-12-22 23:00:00')   ORDER BY t.id DESC LIMIT 2"},{"key":"X-Total-Records","value":"2"},{"key":"X-MSG","value":"Multiple Records Found"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Multiple Records Found\"\n}"}],"_postman_id":"0ce43b64-cdaa-4a13-afea-c17f027104e3"}],"id":"7e3f9a49-1aca-4a6a-a408-db925015736f","_postman_id":"7e3f9a49-1aca-4a6a-a408-db925015736f","description":""},{"name":"BrowseProtect","item":[{"name":"Retrieve Record Copy","id":"57337f6c-3b4e-4ee5-93bb-fac0368c5e0a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"user-agent":true}},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/201","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  Retrieve  a record.\n  GET https://api.chargebackdefense.com/v2/forms/{formid}\n</code></pre>","urlObject":{"protocol":"https","path":["v2","forms","201"],"host":["api","chargebackdefense","com"],"query":[],"variable":[]}},"response":[{"id":"a9dd754d-6c42-49c5-9fe0-1c9612b9324e","name":"Retreive  Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:08:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"202"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"1\",\n        \"total_records\": \"202\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1602166084\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/202\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"formid\": \"202\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"4445038027333333\",\n            \"merchantdba\": \"Black Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 889-9610\",\n            \"merchanturl\": \"http://blackopstac.co\",\n            \"merchantemail\": \"info@blackopstac.co\",\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"LimitlessOps\",\n            \"gatewaypass\": \"Black2020\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"chargesavvy2\",\n            \"processorpass\": \"Savvy0820\",\n            \"processornotes\": \"Sherry, Sherry\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        }\n    ]\n}"},{"id":"eaee4fee-4c4c-4261-b746-985c8e1af774","name":"Filter Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.chargebackdefense.com/v2/forms/202?fields=merchantdba,merchantnumber&merchantnumber=4445038027333333","protocol":"https","host":["api","chargebackdefense","com"],"path":["v2","forms","202"],"query":[{"key":"fields","value":"merchantdba,merchantnumber"},{"key":"merchantnumber","value":"4445038027333333"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:16:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"1\",\n        \"query_total\": \"1\",\n        \"request\": [\n            {\n                \"time\": \"1602166613\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/202?fields=merchantdba,merchantnumber\",\n                \"query\": {\n                    \"fields\": \"merchantdba,merchantnumber\"\n                }\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"merchantdba\": \"Demo Dba Ops Tac\",\n            \"merchantnumber\": \"4445038027333333\"\n        }\n    ]\n}"},{"id":"7465d20a-5f30-4949-80a7-69ce2a58ed0d","name":"Retreive  List of Records","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:18:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"2\",\n        \"query_total\": \"2\",\n        \"request\": [\n            {\n                \"time\": \"1602166733\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms\",\n                \"query\": []\n            }\n        ]\n    },\n    \"data\": [\n        {\n            \"formid\": \"203\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"1455487878454\",\n            \"merchantdba\": \"Black Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 889-9610\",\n            \"merchanturl\": \"http://blackopstac.co\",\n            \"merchantemail\": \"info@blackopstac.co\",\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"LimitlessOps\",\n            \"gatewaypass\": \"Black2020\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"chargesavvy2\",\n            \"processorpass\": \"Savvy0820\",\n            \"processornotes\": \"Sherry, Sherry\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        },\n        {\n            \"formid\": \"202\",\n            \"companyname\": \"ChargeSavvy\",\n            \"merchantname\": \"Limitless Ventures\",\n            \"merchantnumber\": \"4445038027333333\",\n            \"merchantdba\": \"Demo Dba Ops Tac\",\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\n            \"merchantphone\": \"(800) 888-8888\",\n            \"merchanturl\": \"http://website.co\",\n            \"merchantemail\": \"info@website.co\",\n            \"merchantaddr\": \"1223 W Balsam Pine Dr West Jordan UT 84000\",\n            \"gatewayalias\": \"nmi\",\n            \"gatewayurl\": \"nmi.com\",\n            \"gatewayuser\": \"demouser\",\n            \"gatewaypass\": \"demopass\",\n            \"gatewayapialias\": \"\",\n            \"gatewaynotes\": \"\",\n            \"gatewayapiurl\": \"\",\n            \"gatewayapiuser\": \"\",\n            \"gatewayapipass\": \"\",\n            \"processoralias\": \"worldpay\",\n            \"processorurl\": \"accessmyiq.com\",\n            \"processoruser\": \"demouser\",\n            \"processorpass\": \"demopass\",\n            \"processornotes\": \"\",\n            \"crmalias\": \"\",\n            \"crmurl\": \"\",\n            \"crmuser\": \"\",\n            \"crmpass\": \"\",\n            \"crmnotes\": \"\",\n            \"crmalias2\": \"\",\n            \"crmuser2\": \"\",\n            \"crmpass2\": \"\",\n            \"crmapialias\": \"\",\n            \"crmapiurl\": \"\",\n            \"crmapiuser\": \"\",\n            \"crmapipass\": \"\",\n            \"vendorid\": \"\",\n            \"crmapialias2\": \"\",\n            \"crmapiuser2\": \"\",\n            \"crmapipass2\": \"\",\n            \"vendorid2\": \"\",\n            \"createdTime\": \"\",\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\n            \"customerid\": \"0\",\n            \"merchantid\": \"\",\n            \"processorid\": \"\",\n            \"merchantclientid\": \"0\",\n            \"usergroupid\": \"0\",\n            \"merchantownersid\": \"\",\n            \"source\": \"\"\n        }\n    ]\n}"},{"id":"959d3204-0483-4b2f-a2d5-7918c0c56fd1","name":"No Record Exists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"x-coreadmin","type":"text","value":"true","disabled":true}],"body":{"mode":"raw","raw":" {\r\n            \"companyname\": \"ChargeSavvy\",\r\n            \"merchantname\": \"Limitless Ventures\",\r\n            \"boardingstatus\": \"[Inserted , CBD Queue]\",\r\n            \"merchantnumber\": \"4445038027333333706\",\r\n            \"merchantdba\": \"Black Ops Tac\",\r\n            \"merchantdescriptor\": \"CHS*Black Ops Tac\",\r\n            \"merchantphone\": \"(800) 889-9610\",\r\n            \"merchanturl\": \"http://blackopstac.co\",\r\n            \"merchantemail\": \"info@blackopstac.co\",\r\n            \"merchantaddr\": \"4588 W Balsam Pine Dr West Jordan UT 84088\",\r\n            \"gatewayalias\": \"nmi\",\r\n            \"gatewayurl\": \"nmi.com\",\r\n            \"gatewayuser\": \"LimitlessOps\",\r\n            \"gatewaypass\": \"Black2020\",\r\n            \"gatewaynotes\": \"\",\r\n            \"processorid\": \"\",\r\n            \"processoralias\": \"worldpay\",\r\n            \"processorurl\": \"accessmyiq.com\",\r\n            \"processoruser\": \"chargesavvy2\",\r\n            \"processorpass\": \"Savvy0820\",\r\n            \"processornotes\": \"Sherry, Sherry\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://api.chargebackdefense.com/v2/forms/201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 14:20:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/5.4.45"},{"key":"X-Cache-File","value":"/var/www/docs/cache/apis/500273/v1/forms.json"},{"key":"x-query_total","value":"2"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"summary\": {\n        \"maxid\": \"203\",\n        \"minid\": \"202\",\n        \"total_records\": \"2\",\n        \"response_total\": \"0\",\n        \"query_total\": \"0\",\n        \"request\": [\n            {\n                \"time\": \"1602166837\",\n                \"method\": \"GET\",\n                \"uri\": \"/v2/forms/201\",\n                \"query\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"57337f6c-3b4e-4ee5-93bb-fac0368c5e0a"}],"id":"afd5fa5a-a391-4616-9af2-d37d46df6179","_postman_id":"afd5fa5a-a391-4616-9af2-d37d46df6179","description":""}],"event":[{"listen":"prerequest","script":{"id":"da3f0d37-ba32-43b8-b72b-68cd124383ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ba5e9ae-c67a-4ad2-90b0-b94c9b6f2832","type":"text/javascript","exec":[""]}}]}