{"info":{"_postman_id":"2c7cc31e-2e2f-4d8f-b21c-b7ab24956772","name":"Klever API Documentation 2.0","description":"<html><head></head><body><p>Welcome to the Klever API docs. Please review our current accesible endpoints. For questions about this documentation, please reach out to <a href=\"mailto:nikhil@kleverpay.app\">nikhil@kleverpay.app</a></p>\n<p>Production Server and Port\n52.91.93.33:3000</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14274972","collectionId":"2c7cc31e-2e2f-4d8f-b21c-b7ab24956772","publishedId":"TzCJfUnM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-26T18:30:19.000Z"},"item":[{"name":"[POST] Aggregator Login","event":[{"listen":"test","script":{"id":"aa5710d7-d667-40bb-9d91-85794033e4bd","exec":["pm.test(\"You have loged as an Aggregator\", function () {","    pm.response.to.have.status(200);","});","","const loginDataAggr = pm.response.json();","","const AggrAccountToken = loginDataAggr.token;","","pm.environment.set(\"AGGREGATOR_TOKEN\",AggrAccountToken);"],"type":"text/javascript"}}],"id":"d2b40414-5607-4838-99d8-0a7f1922edb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"{{AGGREGATOR_EMAIL}}\",\n\t\"password\": \"{{AGGREGATOR_PASSWORD}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/aggregator/login","description":"<p>To hit any of the Klever endpoints, you need a token. Use this endpoint to enter your credentials and get a token to perform calls to the Klever API.\nNOTE: In production environment, this token will be active for only two minutes. Once it expires you need to request a new one.</p>\n<p>Response codes:</p>\n<p>200: You should get a token.</p>\n<p>404: Server not found, please check you are pointing the right server.</p>\n<p>500: Internal server error, please check your credentials and try again.</p>\n","urlObject":{"path":["api","aggregator","login"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"caeeb870-83d0-4944-a79b-e6147dadc6c5","name":"[POST] Aggregator Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"test@merchant.com\",\n\t\"password\": \"send$withKlever\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/aggregator/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"205"},{"key":"Date","value":"Fri, 19 Feb 2021 02:38:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYwMmYxY2Y2YzIwNTUzMjViMDJjOTI0OSIsImRhdGUiOiIyMDIxLTAyLTE5VDAyOjM4OjM2LjgxMFoiLCJpYXQiOjE2MTM3MDIzMTZ9.d7rb5oIIJwPqdli4Da8DXdfKLtVEMie_HH3kCKMl9Io\"\n}"}],"_postman_id":"d2b40414-5607-4838-99d8-0a7f1922edb3"},{"name":"[POST] Fund Order","id":"1ed12c47-65ee-463c-bdd5-2973a6b3b021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AGGREGATOR_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"20\",\n    \"firstName\": \"Alen\",\n    \"lastName\": \"Keshishian2\",\n    \"email\": \"alen@kleverpay.app\",\n    \"amount\": 1.00\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/fundOrders","description":"<p>Use this endpoint to send money to an email.</p>\n<p>Response codes:</p>\n<p>201: Order Funded. Note: A successful fund order has two possible status: Complete or Pending.\nComplete = User exists in app\nPending = User does not exist in app</p>\n<p>401: Unauthorized, please renew your token.</p>\n<p>404: Server not found, please check you are pointing the right server.</p>\n<p>402: There are insufficient balance in the Merchant account to complete the desired fund order.</p>\n<p>500: Internal server error.</p>\n","urlObject":{"path":["api","fundOrders"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"ca961b17-1825-4559-98af-2a2fe868e794","name":"[POST] Fund Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"1999\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"email\": \"john@doe.com\",\n    \"amount\": 50.25\n}","options":{"raw":{"language":"json"}}},"url":"52.91.93.33:3000/api/fundOrders"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"fundOrder\": {\n        \"type\": \"FUNDED\",\n        \"status\": \"COMPLETED\",\n        \"_id\": \"605e3c629312a400121c4b39\",\n        \"merchant\": {\n            \"users\": [],\n            \"_id\": \"605d9ce5017fd70012a16c43\",\n            \"name\": \"Red Cypress\",\n            \"shortName\": \"Red Cypress\",\n            \"contactName\": \"John\",\n            \"contactLastName\": \"Doe\",\n            \"contactPhone\": \"+1(111)111-1111\",\n            \"contactEmail\": \"redcypress@kleverpay.app\",\n            \"contactWebsite\": \"http://redcypress.com\",\n            \"businessEIN\": \"redcypress\",\n            \"acquiredServices\": [],\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"aggregatorId\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"code\": \"154714\",\n            \"routingNumber\": \"273970116\",\n            \"account\": {\n                \"_id\": \"605d9ce9017fd70012a16c46\",\n                \"pmt_ref_no\": \"310101000977\",\n                \"product_id\": \"2054\",\n                \"galileo_account_number\": \"1429\",\n                \"cip\": null\n            },\n            \"__v\": 0\n        },\n        \"firstName\": \"Nikil\",\n        \"lastName\": \"Vimal\",\n        \"email\": \"alen@kleverpay.app\",\n        \"amount\": 1,\n        \"aggregator\": {\n            \"enabled\": true,\n            \"createdDate\": \"Fri Jan 29 2021 19:58:29 GMT-0800 (Pacific Standard Time)\",\n            \"_id\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyName\": \"TRANSCEND PAY\",\n            \"email\": \"blake@transcendpay.com\",\n            \"password\": \"$2b$10$7mSSMNhGvqrPP/Mh5HeoZOi0fR/KRhMh4mJsAEhrT0Se.Bm1BFvQS\",\n            \"phoneNumber\": \"+1(111)111-1111\",\n            \"__v\": 0\n        },\n        \"companyId\": \"19\",\n        \"__v\": 0,\n        \"virtualCard\": {\n            \"transactions\": [],\n            \"_id\": \"605e3c649312a400121c4b3a\",\n            \"pmt_ref_no\": \"310101002270\",\n            \"galileo_account_number\": \"1434\",\n            \"card_id\": \"1034\",\n            \"card_number\": \"••••••••••••9968\",\n            \"__v\": 0,\n            \"id\": \"605e3c649312a400121c4b3a\"\n        }\n    }\n}"},{"id":"da4fa12d-1ed1-45d4-ae67-95ce658c6918","name":"201 PENDING","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"20\",\n    \"firstName\": \"Carlos\",\n    \"lastName\": \"Ochoa\",\n    \"email\": \"carlos@kleverpay.app\",\n    \"amount\": 100.00\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/fundOrders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1348"},{"key":"Date","value":"Mon, 29 Mar 2021 09:20:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundOrder\": {\n        \"type\": \"FUNDED\",\n        \"status\": \"PENDING\",\n        \"_id\": \"60619bf2b95c2c001f9386ce\",\n        \"merchant\": {\n            \"users\": [],\n            \"_id\": \"6061996bb95c2c001f9386c5\",\n            \"name\": \"Klever Demos\",\n            \"shortName\": \"Klever Demos\",\n            \"contactName\": \"John\",\n            \"contactLastName\": \"Doe\",\n            \"contactPhone\": \"+1(111)111-1111\",\n            \"contactEmail\": \"kleverdemos@kleverpay.app\",\n            \"contactWebsite\": \"http://kleverpay.app\",\n            \"businessEIN\": \"redcypress\",\n            \"acquiredServices\": [],\n            \"aggregator\": \"605d61f590a7ba22cf303129\",\n            \"aggregatorId\": \"605d61f590a7ba22cf303129\",\n            \"companyId\": \"20\",\n            \"code\": \"669313\",\n            \"routingNumber\": \"1234564789\",\n            \"account\": {\n                \"_id\": \"6061996db95c2c001f9386c8\",\n                \"pmt_ref_no\": \"310101004441\",\n                \"product_id\": \"2054\",\n                \"galileo_account_number\": \"716\",\n                \"cip\": null\n            },\n            \"__v\": 0\n        },\n        \"firstName\": \"Carlos\",\n        \"lastName\": \"Ochoa\",\n        \"email\": \"carlos@kleverpay.app\",\n        \"amount\": 100,\n        \"aggregator\": {\n            \"enabled\": true,\n            \"createdDate\": \"Thu Mar 25 2021 21:24:20 GMT-0700 (Pacific Daylight Time)\",\n            \"_id\": \"605d61f590a7ba22cf303129\",\n            \"companyName\": \"TRANSCEND PAY\",\n            \"email\": \"blake@transcendpay.com\",\n            \"password\": \"$2b$10$JKFnFr8qzSS.pPUmZjr5mOttDFHTL0XiQuE4Jwrb8DDQW8mtlXDQ2\",\n            \"phoneNumber\": \"+1(111)111-1111\",\n            \"__v\": 0\n        },\n        \"companyId\": \"20\",\n        \"__v\": 0,\n        \"virtualCard\": {\n            \"transactions\": [],\n            \"_id\": \"60619bf4b95c2c001f9386cf\",\n            \"pmt_ref_no\": \"310101004474\",\n            \"galileo_account_number\": \"719\",\n            \"card_id\": \"719\",\n            \"card_number\": \"••••••••••••1708\",\n            \"__v\": 0,\n            \"id\": \"60619bf4b95c2c001f9386cf\"\n        }\n    }\n}"},{"id":"3940ce38-078b-4912-a220-01e6277041c9","name":"500 Ivalid parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"19\",\n    \"firstName\": \"Nikhil\",\n    \"lastName\": \"Vimal\",\n    \"email\": \"alen@kleverpay.app\",\n    \"amount\": 1.00\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/fundOrders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"518"},{"key":"Date","value":"Mon, 29 Mar 2021 13:09:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"DATA: {\\n  \\\"status_code\\\": 2,\\n  \\\"status\\\": \\\"Invalid parameter(s)\\\",\\n  \\\"system_timestamp\\\": \\\"2021-03-29 06:09:46\\\",\\n  \\\"response_data\\\": {},\\n  \\\"processing_time\\\": 0.225,\\n  \\\"rtoken\\\": \\\"4cfb1a99-1a3f-4d01-9339-29177c654401\\\",\\n  \\\"echo\\\": {\\n    \\\"transaction_id\\\": \\\"08c4aed0-9090-11eb-80a1-3362d9b7007a\\\",\\n    \\\"provider_transaction_id\\\": \\\"\\\",\\n    \\\"provider_timestamp\\\": null\\n  },\\n  \\\"errors\\\": [\\n    \\\"lastName=Confirm the value you have entered is between 2 and 30 characters\\\"\\n  ]\\n}\"\n}"},{"id":"5076a7c1-a884-4bbb-b070-3fd174172355","name":"201 COMPLETED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"19\",\n    \"firstName\": \"Blake\",\n    \"lastName\": \"Collins\",\n    \"email\": \"blakecollins35@yahoo.com\",\n    \"amount\": 14.00\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/fundOrders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1354"},{"key":"Date","value":"Tue, 30 Mar 2021 05:24:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundOrder\": {\n        \"type\": \"FUNDED\",\n        \"status\": \"COMPLETED\",\n        \"_id\": \"6062b604854cc600122a76ac\",\n        \"merchant\": {\n            \"users\": [],\n            \"_id\": \"605d9ce5017fd70012a16c43\",\n            \"name\": \"Red Cypress\",\n            \"shortName\": \"Red Cypress\",\n            \"contactName\": \"John\",\n            \"contactLastName\": \"Doe\",\n            \"contactPhone\": \"+1(111)111-1111\",\n            \"contactEmail\": \"redcypress@kleverpay.app\",\n            \"contactWebsite\": \"http://redcypress.com\",\n            \"businessEIN\": \"redcypress\",\n            \"acquiredServices\": [],\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"aggregatorId\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"code\": \"154714\",\n            \"routingNumber\": \"273970116\",\n            \"account\": {\n                \"_id\": \"605d9ce9017fd70012a16c46\",\n                \"pmt_ref_no\": \"310101000977\",\n                \"product_id\": \"2054\",\n                \"galileo_account_number\": \"1429\",\n                \"cip\": null\n            },\n            \"__v\": 0\n        },\n        \"firstName\": \"Blake\",\n        \"lastName\": \"Collins\",\n        \"email\": \"blakecollins35@yahoo.com\",\n        \"amount\": 14,\n        \"aggregator\": {\n            \"enabled\": true,\n            \"createdDate\": \"Fri Jan 29 2021 19:58:29 GMT-0800 (Pacific Standard Time)\",\n            \"_id\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyName\": \"TRANSCEND PAY\",\n            \"email\": \"blake@transcendpay.com\",\n            \"password\": \"$2b$10$7mSSMNhGvqrPP/Mh5HeoZOi0fR/KRhMh4mJsAEhrT0Se.Bm1BFvQS\",\n            \"phoneNumber\": \"+1(111)111-1111\",\n            \"__v\": 0\n        },\n        \"companyId\": \"19\",\n        \"__v\": 0,\n        \"virtualCard\": {\n            \"transactions\": [],\n            \"_id\": \"6062b606854cc600122a76ad\",\n            \"pmt_ref_no\": \"310101002320\",\n            \"galileo_account_number\": \"1439\",\n            \"card_id\": \"1104\",\n            \"card_number\": \"••••••••••••0445\",\n            \"__v\": 0,\n            \"id\": \"6062b606854cc600122a76ad\"\n        }\n    }\n}"},{"id":"5f5ddfef-f576-4380-99e4-48a694701d96","name":"402 Insuficient Balance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"companyID\": \"20\",\n    \"firstName\": \"Alen\",\n    \"lastName\": \"Vimal\",\n    \"email\": \"alen@kleverpay.app\",\n    \"amount\": 1000000.00\n}","options":{"raw":{"language":"json"}}},"url":"{{API_HOST}}/api/fundOrders"},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"Date","value":"Wed, 31 Mar 2021 00:52:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You are trying to fund a fundOrder with 1000000USD when your current balance is 900USD, please try with an amount that doesnt exceeds your balance\"\n}"}],"_postman_id":"1ed12c47-65ee-463c-bdd5-2973a6b3b021"},{"name":"[GET] Merchants from Aggregator","id":"a329ea4a-6292-4bbb-9b31-5e2c55fc7016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AGGREGATOR_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{API_HOST}}/api/aggregator/merchants","description":"<p>If you're an aggregator, use this endpoint to get a list of all the merchants that are assigned to you. If you're a merchant, ignore this endpoint.</p>\n<p>Response codes:</p>\n<p>200: Return a list of merchants.</p>\n<p>401: Unauthorized, please renew your token.</p>\n<p>404: Server not found, please check you are pointing the right server.</p>\n<p>500: Internal server error, try again later or contact us.</p>\n","urlObject":{"path":["api","aggregator","merchants"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"4d6497f2-f356-456d-b464-2b8a6b5fa625","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/aggregator/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Date","value":"Mon, 29 Mar 2021 13:20:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Unauthorized"},{"id":"7e8262a8-cd9f-4f5b-bfc9-fbd21848ca21","name":"200 List of Merchants","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/aggregator/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"720"},{"key":"Date","value":"Wed, 31 Mar 2021 00:56:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": [\n        {\n            \"users\": [],\n            \"_id\": \"605d9ce5017fd70012a16c43\",\n            \"name\": \"Red Cypress\",\n            \"shortName\": \"Red Cypress\",\n            \"contactName\": \"John\",\n            \"contactLastName\": \"Doe\",\n            \"contactPhone\": \"+1(111)111-1111\",\n            \"contactEmail\": \"redcypress@kleverpay.app\",\n            \"contactWebsite\": \"http://redcypress.com\",\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0,\n            \"prn\": \"310101000977\",\n            \"balance\": 878.2\n        },\n        {\n            \"users\": [],\n            \"_id\": \"6063b18573cbb2001237e43d\",\n            \"name\": \"Klever Demos\",\n            \"shortName\": \"Klever\",\n            \"contactName\": \"Oscar\",\n            \"contactLastName\": \"Demos\",\n            \"contactPhone\": \"+1(415)489-0857\",\n            \"contactEmail\": \"oscar@kleverpay.app\",\n            \"contactWebsite\": \"http://kleverpay.app\",\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"20\",\n            \"__v\": 0,\n            \"prn\": \"310101000001\",\n            \"balance\": 65.05\n        }\n    ]\n}"}],"_postman_id":"a329ea4a-6292-4bbb-9b31-5e2c55fc7016"},{"name":"[GET] Merchant Fund Orders","id":"e42bc689-fe7c-4250-abe4-61f109dac936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AGGREGATOR_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/merchant/19","description":"<p>Use this endpoint to get all the fund orders a merchant has sent.</p>\n<p>Response codes:</p>\n<p>200: Return a list of fund orders issued by a specific merchant.</p>\n<p>401: Unauthorized, please renew your token.</p>\n<p>404: Server not found, please check you are pointing the right server.</p>\n<p>500: Internal server error, try again later or contact us.</p>\n","urlObject":{"path":["api","fundOrders","merchant","19"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"974caf14-df4e-4b53-85c7-b11601ae3cc1","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/merchant/19"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Date","value":"Mon, 29 Mar 2021 13:16:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Unauthorized"},{"id":"3ee4436b-1d9a-4395-acd9-42053849e4bd","name":"200 List of Fund Orders","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/merchant/19"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2523"},{"key":"Date","value":"Wed, 31 Mar 2021 00:57:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundOrders\": [\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"605da6fe6425b60012589303\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"605da9bb7036080012da145a\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"605dadc59312a400121c4b35\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"605e3c629312a400121c4b39\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"605e4b2d9312a400121c4b3c\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"6061d19a2ca1d1001252f039\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"N\",\n            \"lastName\": \"V\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"6061d1c42ca1d1001252f03b\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikhil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"6061d2902ca1d1001252f03e\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Carlos\",\n            \"lastName\": \"Ochoa\",\n            \"email\": \"carlos@kleverpay.app\",\n            \"amount\": 1,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"6061de6f2ca1d1001252f044\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Nikhil\",\n            \"lastName\": \"Vimal\",\n            \"email\": \"alen@kleverpay.app\",\n            \"amount\": 10,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        },\n        {\n            \"type\": \"FUNDED\",\n            \"status\": \"COMPLETED\",\n            \"_id\": \"6062b604854cc600122a76ac\",\n            \"merchant\": \"605d9ce5017fd70012a16c43\",\n            \"firstName\": \"Blake\",\n            \"lastName\": \"Collins\",\n            \"email\": \"blakecollins35@yahoo.com\",\n            \"amount\": 14,\n            \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n            \"companyId\": \"19\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"e42bc689-fe7c-4250-abe4-61f109dac936"},{"name":"[GET] Fund Order Details","id":"1f06370d-008d-4953-ae5c-8031035bf294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AGGREGATOR_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/6055adf539644200122eea38","description":"<p>Use this endpoint to get the transactions done with the card linked to a fund order.\nUse the ID of the fund order to track it down.</p>\n<p>Response codes:</p>\n<p>200: Return details of a single fund order</p>\n<p>401: Unauthorized, please renew your token.</p>\n<p>404: Server not found, please check you are pointing the right server.</p>\n<p>500: Internal server error, try again later or contact us.</p>\n","urlObject":{"path":["api","fundOrders","6055adf539644200122eea38"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"1a117e36-d0aa-46da-806a-f02790225926","name":"Satuts: PENDING","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/6055adf539644200122eea38"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"325"},{"key":"Date","value":"Fri, 26 Mar 2021 18:27:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FUNDED\",\n    \"status\": \"PENDING\",\n    \"_id\": \"6055adf539644200122eea38\",\n    \"merchant\": \"605d7ea6e191ab29cf824185\",\n    \"firstName\": \"Ivan\",\n    \"lastName\": \"Klever\",\n    \"email\": \"Ivan@kleverpay.app\",\n    \"amount\": 1.5,\n    \"aggregator\": \"605d61f590a7ba22cf303129\",\n    \"__v\": 0,\n    \"virtualCard\": \"6055adf739644200122eea39\",\n    \"compaanyId\": \"19\",\n    \"balance\": 0,\n    \"transactions\": []\n}"},{"id":"a3ad0552-f4b1-4ca8-8bbd-b0ee0b904dfa","name":"[GET] Fund Order Details","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/60619bf2b95c2c001f9386ce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"Date","value":"Mon, 29 Mar 2021 13:02:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FUNDED\",\n    \"status\": \"PENDING\",\n    \"_id\": \"60619bf2b95c2c001f9386ce\",\n    \"merchant\": \"6061996bb95c2c001f9386c5\",\n    \"firstName\": \"Carlos\",\n    \"lastName\": \"Ochoa\",\n    \"email\": \"carlos@kleverpay.app\",\n    \"amount\": 100,\n    \"aggregator\": \"605d61f590a7ba22cf303129\",\n    \"companyId\": \"20\",\n    \"__v\": 0,\n    \"virtualCard\": \"60619bf4b95c2c001f9386cf\",\n    \"balance\": 0,\n    \"transactions\": []\n}"},{"id":"1f1fd706-387e-4998-b568-7feee3170b59","name":"Status: COMPLETED","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/6061d2902ca1d1001252f03e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"Date","value":"Mon, 29 Mar 2021 13:21:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FUNDED\",\n    \"status\": \"COMPLETED\",\n    \"_id\": \"6061d2902ca1d1001252f03e\",\n    \"merchant\": \"605d9ce5017fd70012a16c43\",\n    \"firstName\": \"Carlos\",\n    \"lastName\": \"Ochoa\",\n    \"email\": \"carlos@kleverpay.app\",\n    \"amount\": 1,\n    \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n    \"companyId\": \"19\",\n    \"__v\": 0,\n    \"virtualCard\": \"6061d2912ca1d1001252f03f\",\n    \"balance\": 0,\n    \"transactions\": []\n}"},{"id":"6454b00d-410e-4430-a9cd-bb313bd205ef","name":"[GET] Fund Order Details","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/6061de6f2ca1d1001252f044"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"378"},{"key":"Date","value":"Tue, 30 Mar 2021 02:28:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FUNDED\",\n    \"status\": \"COMPLETED\",\n    \"_id\": \"6061de6f2ca1d1001252f044\",\n    \"merchant\": \"605d9ce5017fd70012a16c43\",\n    \"firstName\": \"Nikhil\",\n    \"lastName\": \"Vimal\",\n    \"email\": \"alen@kleverpay.app\",\n    \"amount\": 10,\n    \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n    \"companyId\": \"19\",\n    \"__v\": 0,\n    \"transactions\": [\n        {\n            \"merchant\": \"ASOC GNU SOLIDARIO\",\n            \"amount\": \"-1.18\",\n            \"created_at\": \"2021-03-30T01:44:59.000Z\"\n        }\n    ],\n    \"balance\": 6.29\n}"},{"id":"698dd749-97d1-44eb-87e3-bf79d85dbedf","name":"404 Fund Order not found","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/6055adf539644200122eea38"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Date","value":"Wed, 31 Mar 2021 00:59:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Fund Order not found!\"\n}"},{"id":"4bef5d1a-7a27-4953-afd2-19079e006188","name":"200 Fund Order Details","originalRequest":{"method":"GET","header":[],"url":"{{API_HOST}}/api/fundOrders/605da9bb7036080012da145a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"283"},{"key":"Date","value":"Wed, 31 Mar 2021 01:02:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FUNDED\",\n    \"status\": \"COMPLETED\",\n    \"_id\": \"605da9bb7036080012da145a\",\n    \"merchant\": \"605d9ce5017fd70012a16c43\",\n    \"firstName\": \"Nikil\",\n    \"lastName\": \"Vimal\",\n    \"email\": \"alen@kleverpay.app\",\n    \"amount\": 1,\n    \"aggregator\": \"6014d966e1ae1b1538bb03ac\",\n    \"companyId\": \"19\",\n    \"__v\": 0,\n    \"transactions\": [],\n    \"balance\": 1\n}"}],"_postman_id":"1f06370d-008d-4953-ae5c-8031035bf294"}]}