{"info":{"_postman_id":"c733af89-62a1-48ff-9f11-0bb142fcf10a","name":"AccountLogic API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3853809","collectionId":"c733af89-62a1-48ff-9f11-0bb142fcf10a","publishedId":"RW8FE6Ja","public":true,"customColor":{"top-bar":"363636","right-sidebar":"363636","highlight":"266D93"},"publishDate":"2018-06-01T13:50:59.000Z"},"item":[{"name":"Scoring","id":"6f931eba-5222-4c78-903a-a73a7c5a5263","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"key","value":"ARcTRkt7NS","type":"text"},{"key":"message","value":"{\n\t\"email\": \"bflanders@gmail.com\",\n\t\"ip\": \"66.162.64.45\",\n\t\"fname\": \"Bill\",\n\t\"lname\": \"Flanders\",\n\t\"gender\": \"male\",\n\t\"address\": \"123 Fake Street\",\n\t\"city\": \"dublin\",\n\t\"state\": \"OH\",\n\t\"zip_code\": \"12345\",\n\t\"zip_code_plus_four\": \"9999\",\n\t\"country\": \"US\",\n\t\"phone\": [\"6148781234\", \"6148784321\"],\n\t\"social\": true,\n\t\"reasons\": true,\n\t\"employment\": {\n\t\t\"name\": \"Fred's custard\",\n\t\t\"position\": \"cart wrangler\",\n\t\t\"months\": 10,\n\t\t\"phone\": \"9876543210\",\n\t\t\"monthly_pay\": 1200.00\n\t},\n\t\"dob\": \"2018-02-01\",\n\t\"ssn\": \"encrypted text\",\n\t\"dl_number\": \"encrypted text\",\n\t\"dl_state\": \"200121234\",\n\t\"bank_account\": \"encrypted text\",\n\t\"bank_routing\": \"encrypted text\",\n\t\"active_military\": false,\n\t\"mother_maiden\": \"Simpson\",\n\t\"site_source\": \"www.google.com\",\n\t\"request_amount\": \"750.00\",\n\t\"application\": {\n\t\t\"type\": \"type\",\n\t\t\"amount\": 750.00,\n\t\t\"sub_id_1\": \"asdfdf321dsaf\",\n\t\t\"sub_id_2\": \"qwer218464156\",\n\t\t\"sub_id_3\": \"ertg987dfgb4654\"\n\t}\n}","type":"text"}]},"url":"https://api.fraudstopper.io/score/","description":"<table>\n    <tr>\n        <th>Field Name</th>         <th>  Example    </th>                    <th>  Field Type     </th>   <th> Description of Field</th>\n    </tr>\n    <tr>\n        <td>\"email\"             </td>  <td>\"john.smith@gmail.com\"      </td>    <td>  string          </td><td>   email address of applicant</td>\n    </tr>\n    <tr><td>\"ip\"                </td>  <td>\"111.111.111.111\"           </td>    <td>  string          </td><td>   ip address that the applicant applied with</td></tr>\n    <tr><td>\"fname\"             </td>  <td>\"John\"                      </td>    <td>  string          </td><td>   first name</td></tr>\n    <tr><td>\"lname\"             </td>  <td>\"Smith\"                     </td>    <td>  string          </td><td>   last name </td></tr>\n    <tr><td>\"gender\"            </td>  <td>\"male\"                      </td>    <td>  string          </td><td>   gender</td></tr>\n    <tr><td>\"address\"           </td>  <td>\"123 Fake Street\"           </td>    <td>  string          </td><td>   street address</td></tr>\n    <tr><td>\"city\"              </td>  <td>\"Columbus\"                  </td>    <td>  string          </td><td>   city </td></tr>\n    <tr><td>\"state\"             </td>  <td>\"OH\"                        </td>    <td>  string          </td><td>   state</td></tr>\n    <tr><td>\"zip_code\"          </td>  <td>\"12345\"                     </td>    <td>  string          </td><td>   zip code</td></tr>\n    <tr><td>\"zip_code_plus_four\"</td>  <td>\"9999\"                      </td>    <td>  string          </td><td>   extra four of the zip code</td></tr>\n    <tr><td>\"country\"           </td>  <td>\"US\"                        </td>    <td>  string          </td><td>   country</td></tr>\n    <tr><td>\"phone\"             </td>  <td>[\"9876543210\" \"3216549870\"]</td>    <td>  array of strings</td><td>   an array of phone numbers provided by the applicant</td></tr>\n    <tr><td>\"dob\"               </td>  <td>\"2018-02-01\"                </td>    <td>  string          </td><td>   date of birth</td></tr>\n    <tr><td>\"ssn\"               </td>  <td>\"encrypted text\"            </td>    <td>  string          </td><td>   social security number</td></tr>\n    <tr><td>\"dl_number\"         </td>  <td>\"encrypted text\"            </td>    <td>  string          </td><td>   driver's license number or identification number</td></tr>\n    <tr><td>\"dl_state\"          </td>  <td>\"200121234\"                 </td>    <td>  string          </td><td>   state of license or identification issuer </td></tr>\n    <tr><td>\"bank_account\"      </td>  <td>\"encrypted text\"            </td>    <td>  string          </td><td>   bank account number</td></tr>\n    <tr><td>\"bank_routing\"      </td>  <td>\"encrypted text\"            </td>    <td>  string          </td><td>   bank account routing number</td></tr>\n    <tr><td>\"active_military\"   </td>  <td>false                       </td>    <td>  boolean         </td><td>   is the applicant active military</td></tr>\n    <tr><td>\"mother_maiden\"     </td>  <td>\"Simpson\"                   </td>    <td>  string          </td><td>   applicant's mother's maiden</td></tr>\n    <tr><td>\"site_source\"       </td>  <td>\"www.google.com\"            </td>    <td>  string          </td><td>   where the application was submitted from</td></tr>\n    <tr><td>\"request_amount\"    </td>  <td>\"750.00\"                    </td>    <td>  string          </td><td>   amount that the applicant is requesting</td></tr>\n</table>\n<p>Employment Object</p>\n        <table>\n        <tr>\n            <th>Field Name</th>         <th>  Example    </th>                    <th>  Field Type     </th>   <th> Description of Field</th>\n        </tr>\n            <tr><td>\"name\"          </td><td> \"Target               </td><td>             string    </td><td>         name of employer</td></tr>\n            <tr><td>\"position\"      </td><td> \"Cashier              </td><td>            string     </td><td>        position at employer</td></tr>\n            <tr><td>\"months\"        </td><td> 10                    </td><td>            integer    </td><td>        months of service</td></tr>\n            <tr><td>\"phone\"         </td><td> \"9876543210\"          </td><td>            string     </td><td>        employer phone number</td></tr>\n            <tr><td>\"monthly_pay\"   </td><td> 1500.00               </td><td>             float     </td><td>         monthly pay for the applicant</td></tr>\n            </table>\n            <p>Application Object</p>\n        <table>\n        <tr>\n            <th>Field Name</th>         <th>  Example    </th>                    <th>  Field Type     </th>   <th> Description of Field</th>\n        </tr>\n            <tr><td>\"type\"         </td><td> \"type\"               </td><td>              string      </td><td>       type of application</td></tr>\n            <tr><td>\"amount\"       </td><td> 750.00               </td><td>              float       </td><td>       loan amount requested</td></tr>\n            <tr><td>\"sub_id_1\"     </td><td> \"1bg\"                </td><td>              string      </td><td>       first subID</td></tr>\n            <tr><td>\"sub_id_2\"     </td><td> \"98aj\"               </td><td>              string      </td><td>       second subID</td></tr>\n            <tr><td>\"sub_id_3\"     </td><td> \"ee8521\"             </td><td>               string     </td><td>        third subID</td></tr>\n            </table>","urlObject":{"protocol":"https","path":["score",""],"host":["api","fraudstopper","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f931eba-5222-4c78-903a-a73a7c5a5263"},{"name":"ID Authenticate","id":"dfc9ba0d-c9bd-404b-b09c-06a813a55f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"key","value":"ARcTRkt7NS","type":"text"},{"key":"message","value":"{\n\t\"email\": \"bflanders@gmail.com\",\n\t\"ip\": \"66.162.64.45\",\n\t\"fname\": \"Bill\",\n\t\"lname\": \"Flanders\",\n\t\"address1\": \"123 Fake Street\",\n\t\"city\": \"dublin\",\n\t\"state\": \"OH\",\n        \"zip\":\"43062\",\n        \"phone\":\"1234567890\",\n        \"phone2\":\"1234567890\",\n        \"ssn\":\"123-45-7890\",\n        \"ssn4\":\"7890\",\n        \"dob\":\"19800130\"\n}","type":"text"}]},"url":"https://api.fraudstopper.io/id-authenticate/","urlObject":{"protocol":"https","path":["id-authenticate",""],"host":["api","fraudstopper","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfc9ba0d-c9bd-404b-b09c-06a813a55f78"},{"name":"Health","id":"e90e4fed-21ff-40c5-aceb-a2dbd357413b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"key","value":"ARcTRkt7NS","type":"text"}]},"url":"https://api.fraudstopper.io/health/","urlObject":{"protocol":"https","path":["health",""],"host":["api","fraudstopper","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e90e4fed-21ff-40c5-aceb-a2dbd357413b"},{"name":"Version","id":"ec15edee-5690-4889-9e9d-4f07eb819459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"key","value":"ARcTRkt7NS","type":"text"}]},"url":"https://api.fraudstopper.io/version/","urlObject":{"protocol":"https","path":["version",""],"host":["api","fraudstopper","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec15edee-5690-4889-9e9d-4f07eb819459"},{"name":"Rolling Requests","id":"72a4b6d9-eecb-4b48-8023-e360a8c51a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"3ad7b359-07b1-4647-9465-364bfc939c6f\",\n    \"ssn\": \"123456789\",\n    \"email\": \"\"\n}"},"url":"https://person.fraudstopper.io/rolling-requests/","urlObject":{"protocol":"https","path":["rolling-requests",""],"host":["person","fraudstopper","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"72a4b6d9-eecb-4b48-8023-e360a8c51a1e"}],"event":[{"listen":"prerequest","script":{"id":"128ec444-6e29-4e54-939e-45f0a4aa016c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"21c6442d-8551-422f-a247-4b502fb69361","type":"text/javascript","exec":[""]}}]}