{"info":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","description":"<html><head></head><body><p>This a simple API that aids enterprises in Nigeria estimate the fraud percentage of transactions. The endpoints is authorised by an API Key that is gotten from the SignIn endpoint.</p>\n<p>To get your username and password, you will have to contact the team through the contact page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14238741","collectionId":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","publishedId":"2s8Z75Tq9K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-09T10:06:09.000Z"},"item":[{"name":"Sign In","event":[{"listen":"prerequest","script":{"id":"0822245b-a563-4d92-95fd-08138d03d8c6","exec":["pm.collectionVariables.set(\"token\", \"fjgr\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"3301429f-8af5-4851-a2a9-573a8199acd0","exec":["pm.collectionVariables.set(\"token\", pm.response.json()[\"token\"]);"],"type":"text/javascript"}}],"id":"ab4a02c5-9e34-4543-ad76-eb1fce243383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://openfrauddb.com/signin","urlObject":{"path":["signin"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"c2e1565a-e4e8-407e-a137-5a2e1013f38a","name":"Sign In","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://openfrauddb.com/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 18:53:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoaW11Z2EiLCJleHAiOjE2NzQwNjk4MzN9.WPwXuxEqrgXBADkDfgHQpn1ilUq8pWDhHrL0ZsegnOM\"\n}"}],"_postman_id":"ab4a02c5-9e34-4543-ad76-eb1fce243383"},{"name":"Fraud Check","id":"2ffbd339-51ec-4d32-b7ee-050b3ca71acc","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"104.238.40.19\",\n    \"merchant_code\": \"chimuga\",  // must be match your username or whatever merchant_code you were provided with\n    \"shopping_bank\": \"shopping_bank\",  // receiving bank\n    \"reference\": \"38rbrjuu\",  // must be unique for each transaction\n    \"country_code\": \"NG\",  // ISO Alpha‑2 code\n    \"website\": \"mysite.ng\",\n    \"bank\": \"my_bank\",  // sending bank.\n    \"bin\": \"519911\",\n    \"last4\": \"8044\",\n    \"email\": \"email@domain.com\",\n    \"amount\": 1000000,\n    \"bvn\": 3038824859,\n    \"customer_name\": \"first_name lastname\"  // the name of the customer making the transaction\n}"},"url":"https://openfrauddb.com/api/fraudcheck/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","fraudcheck","v1"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"5bdb4be1-0040-4031-8e7c-310a6df01db0","name":"Fraud Check","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"104.238.40.19\",\n    \"merchant_code\": \"merchant_code\",\n    \"shopping_bank\": \"shopping_bank\",\n    \"reference\": \"e3893u4hr\",\n    \"country_code\": \"NG\",\n    \"website\": \"mysite.ng\",\n    \"bank\": \"my_bank\",\n    \"bin\": \"519911\",\n    \"last4\": \"8044\",\n    \"email\": \"email@domain.com\",\n    \"amount\": 1000000,\n    \"bvn\": 3038824859\n}"},"url":"https://openfrauddb.com/api/fraudcheck/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 18:56:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"fraud_percentage\": 28.000000000000004\n}"}],"_postman_id":"2ffbd339-51ec-4d32-b7ee-050b3ca71acc"},{"name":"Company transactions","id":"26018fbc-5281-4109-858f-762714cc85d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": \"chimuga\"\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/company_transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","company_transaction"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"7d818242-e006-4f58-92ac-d01d74857881","name":"Company transactions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": \"chimuga\"\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/company_transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 18:58:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2175"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"amount\": 5000,\n            \"country_code\": \"GH\",\n            \"fraud_percent\": \"25.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"firstbank\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Mon, 16 Jan 2023 20:22:47 GMT\",\n            \"transaction_id\": \"keubri938892\",\n            \"transaction_status\": \"Clean\"\n        },\n        {\n            \"amount\": 100000,\n            \"country_code\": \"NG\",\n            \"fraud_percent\": \"125.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"firstbank\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Mon, 16 Jan 2023 20:39:07 GMT\",\n            \"transaction_id\": \"kbb469987765454\",\n            \"transaction_status\": \"Fraudulent\"\n        },\n        {\n            \"amount\": 30000,\n            \"country_code\": \"NG\",\n            \"fraud_percent\": \"51.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"firstbank\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Tue, 17 Jan 2023 11:44:05 GMT\",\n            \"transaction_id\": \"jjkerfne3ki3\",\n            \"transaction_status\": \"Clean\"\n        },\n        {\n            \"amount\": 10000,\n            \"country_code\": \"NI\",\n            \"fraud_percent\": \"31.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"fidelity\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Tue, 17 Jan 2023 12:01:21 GMT\",\n            \"transaction_id\": \"478fbhrnfj\",\n            \"transaction_status\": \"Clean\"\n        },\n        {\n            \"amount\": 10000,\n            \"country_code\": \"NG\",\n            \"fraud_percent\": \"18.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"fidelity\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Wed, 18 Jan 2023 16:21:02 GMT\",\n            \"transaction_id\": \"e934j4n3\",\n            \"transaction_status\": \"Clean\"\n        },\n        {\n            \"amount\": 10000,\n            \"country_code\": \"NG\",\n            \"fraud_percent\": \"18.0\",\n            \"ip\": \"104.238.40.19\",\n            \"merchant\": \"chimuga\",\n            \"merchant_code\": \"chimuga\",\n            \"pan\": \"519911-8044\",\n            \"shopping_bank\": \"mybank\",\n            \"shopping_site\": \"mysite.ng\",\n            \"source_bank\": \"uba\",\n            \"threshold_level\": 55,\n            \"transaction_date\": \"Wed, 18 Jan 2023 18:55:41 GMT\",\n            \"transaction_id\": \"e3893u4hr\",\n            \"transaction_status\": \"Clean\"\n        }\n    ]\n}"}],"_postman_id":"26018fbc-5281-4109-858f-762714cc85d0"},{"name":"Set Limit","id":"ed7ae819-aa7f-49ce-8bc2-9d200d3fba9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-limit/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","set-limit","v1"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"915cb371-103b-4cb0-a833-b6470e77995c","name":"Set Limit","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-limit/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 18:56:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Limit set successfully.\"\n}"}],"_postman_id":"ed7ae819-aa7f-49ce-8bc2-9d200d3fba9d"},{"name":"Get Limit","id":"c90662bc-1104-4e6c-b32d-d8917ed0e2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-limit/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","set-limit","v1"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"d5cb370a-7521-4ce0-826d-4f89284a012d","name":"Get Limit","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-limit/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 19:25:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"threshhold\": 1000\n}"}],"_postman_id":"c90662bc-1104-4e6c-b32d-d8917ed0e2e4"},{"name":"Set Threshhold","id":"0b3f3a9e-e5fe-41c7-89c1-1d8b5b6739ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"threshhold\": 58\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-threshhold/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","set-threshhold","v1"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"9398d5a2-17b5-4f08-9404-6eba7bca672d","name":"Set Threshhold","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"threshhold\": 58\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-threshhold/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 19:27:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Threshhold set successfully.\"\n}"}],"_postman_id":"0b3f3a9e-e5fe-41c7-89c1-1d8b5b6739ba"},{"name":"Get Threshhold","id":"d210582f-d7ad-427f-a87b-2a6019551ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"threshhold\": 58\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-threshhold/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]},"isInherited":true,"source":{"_postman_id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","id":"0b657dce-d5c9-425c-81d7-7c9e6e9dd19a","name":"fraudsentry","type":"collection"}},"urlObject":{"path":["api","set-threshhold","v1"],"host":["https://openfrauddb.com"],"query":[],"variable":[]}},"response":[{"id":"2724f508-022f-4e61-bcb3-0396e855931a","name":"Get Threshhold","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"threshhold\": 58\n}","options":{"raw":{"language":"json"}}},"url":"https://openfrauddb.com/api/set-threshhold/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 18 Jan 2023 19:26:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"threshhold\": 58\n}"}],"_postman_id":"d210582f-d7ad-427f-a87b-2a6019551ef6"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw"}]}},"event":[{"listen":"prerequest","script":{"id":"06948074-2cb2-4ccc-96cd-ad42c3051884","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"24a676b4-1406-40eb-98b6-b9081888b256","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImNoeW1keSIsImV4cCI6MTY3MzI1NTA5MH0.ZG9aTSZ27Nys10CXpga_f8hs8OEvZx543TRLZvZdIAw","type":"string"},{"key":"host","value":"https://openfrauddb.com","type":"string"}]}