{"info":{"_postman_id":"b136d6ac-ce41-414a-9c30-fada936b75ba","name":"BANKAPI","description":"<html><head></head><body><p>The Banking API provides the ability to consume services from <strong>Banking, Vending</strong> and <strong>2D</strong> platforms that are linked to Kineto's Banking Product.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11639743","collectionId":"b136d6ac-ce41-414a-9c30-fada936b75ba","publishedId":"UzBsK5S7","public":true,"customColor":{"top-bar":"0084C9","right-sidebar":"303030","highlight":"0084C9"},"publishDate":"2022-07-07T12:18:41.000Z"},"item":[{"name":"User","item":[{"name":"Validate Login","event":[{"listen":"test","script":{"id":"85331059-1bf4-41ad-8488-10ef6993c8f1","exec":["var jsonData = JSON.parse(responseBody);\r","var token = jsonData.token;\r","pm.environment.set(\"X-AUTH-TOKEN\", btoa(encodeURIComponent(token).replace(/%([0-9A-F]{2})/g,\r","        function toSolidBytes(match, p1) {\r","            return String.fromCharCode('0x' + p1);\r","    })));\r","//console.log(pm.environment.get(\"b64_api_key\"));\r","//console.log(pm.environment.get(\"b64_psswd\"));\r","//pm.environment.unset(\"b64_api_key\");\r","//pm.environment.unset(\"b64_psswd\");"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1f85ae6f-23a4-4390-a7a0-db01b202f966","exec":["var v_api_key = pm.environment.get(\"api_key\");","pm.environment.set(\"b64_api_key\", btoa(encodeURIComponent(v_api_key).replace(/%([0-9A-F]{2})/g,","        function toSolidBytes(match, p1) {","            return String.fromCharCode('0x' + p1);","    })));","","var v_psswd = pm.environment.get(\"psswd\");","pm.environment.set(\"b64_psswd\", btoa(encodeURIComponent(v_psswd).replace(/%([0-9A-F]{2})/g,","        function toSolidBytes(match, p1) {","            return String.fromCharCode('0x' + p1);","    })));"],"type":"text/javascript"}}],"id":"36eb1677-1197-4a37-bc1b-900ed819359a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"api_key","value":"{{b64_api_key}}"}],"body":{"mode":"raw","raw":"{\n\t\"userName\":\"{{user}}\",\n\t\"password\":\"{{b64_psswd}}\",\n    \"identifier\":\"{{identifier}}\"\n\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/user/authenticate","description":"<p>Used to log into the system and get an auth token.<br />This auth token needs to accompany any secure call.</p>\n<p>The \"identifier\" field is not a required field but is linked to the value being added when the API USER is created for your Silo.</p>\n<p>The Additional Authentication Identifier must be enabled on User API creation, which you will be provided with.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","user","authenticate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f5b323d1-7cb3-48b3-aecd-18117801b344","name":"Validate Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"api_key","value":"{{b64_api_key}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/user/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 09 Jul 2020 12:42:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"a77e9a343afa4fb\"\n}"}],"_postman_id":"36eb1677-1197-4a37-bc1b-900ed819359a"},{"name":"Validate Login with Identifier","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","var token = jsonData.token;\r","pm.environment.set(\"X-AUTH-TOKEN\", btoa(encodeURIComponent(token).replace(/%([0-9A-F]{2})/g,\r","        function toSolidBytes(match, p1) {\r","            return String.fromCharCode('0x' + p1);\r","    })));\r","//console.log(pm.environment.get(\"b64_api_key\"));\r","//console.log(pm.environment.get(\"b64_psswd\"));\r","//pm.environment.unset(\"b64_api_key\");\r","//pm.environment.unset(\"b64_psswd\");"],"type":"text/javascript","id":"f02b3711-a3cb-4b0a-a323-388b5eceb234"}},{"listen":"prerequest","script":{"exec":["var v_api_key = pm.environment.get(\"api_key\");","pm.environment.set(\"b64_api_key\", btoa(encodeURIComponent(v_api_key).replace(/%([0-9A-F]{2})/g,","        function toSolidBytes(match, p1) {","            return String.fromCharCode('0x' + p1);","    })));","","var v_psswd = pm.environment.get(\"psswd\");","pm.environment.set(\"b64_psswd\", btoa(encodeURIComponent(v_psswd).replace(/%([0-9A-F]{2})/g,","        function toSolidBytes(match, p1) {","            return String.fromCharCode('0x' + p1);","    })));"],"type":"text/javascript","id":"e230f2a3-c062-4a8c-8fa1-c55fbc632db3"}}],"id":"2e5401b7-0963-491a-85e6-ab969d5a019a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"api_key","value":"{{b64_api_key}}"}],"body":{"mode":"raw","raw":"{\n\t\"userName\":\"{{user}}\",\n\t\"password\":\"{{b64_psswd}}\",\n    \"identifier\": \"{{identifier}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/user/authenticate","description":"<p>Used to log into the system and get an auth token that is linked to a Identifier as a 2 factor security element.</p>\n<p>This auth token needs to accompany any secure call.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","user","authenticate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cd3b8413-ce01-43e8-9c7d-b7e20d252106","name":"Validate Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"api_key","value":"{{b64_api_key}}"}],"body":{"mode":"raw","raw":"{\n\t\"userName\":\"{{user}}\",\n\t\"password\":\"{{b64_psswd}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/user/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 09 Jul 2020 12:42:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"a77e9a343afa4fb\"\n}"}],"_postman_id":"2e5401b7-0963-491a-85e6-ab969d5a019a"}],"id":"40d1e461-affc-4d89-8f5b-e93f79659c1d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2104076f-74fc-4dbf-868b-847da9c59725"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"94eef144-9e12-4394-a5d2-2c29739affa8"}}],"_postman_id":"40d1e461-affc-4d89-8f5b-e93f79659c1d","description":""},{"name":"Account","item":[{"name":"Account Admin","item":[{"name":"Create Account","item":[{"name":"Create Account","id":"80393f47-c133-4187-85dc-693fd520f47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"community\":\"{{community}}\", \n\t\"firstName\":\"{{firstName}}\", \n\t\"lastName\":\"{{lastName}}\", \n\t\"gender\":\"{{gender}}\", \n\t\"idNumber\":\"{{idNumber}}\", \n\t\"mobileNumber\":\"{{mobileNumber}}\", \n\t\"email\":\"{{email}}\", \n\t\"telno\":\"{{telephoneNumber}}\", \n\t\"faxno\":\"{{faxno}}\", \n\t\"streetAddressLine1\":\"{{streetAddressLine1}}\", \n\t\"streetAddressLine2\":\"{{streetAddressLine2}}\", \n\t\"streetAddressLine3\":\"{{streetAddressLine3}}\", \n\t\"pOBoxLine1\":\"1{{pOBoxLine1}}\", \n\t\"pOBoxLine2\":\"{{pOBoxLine2}}\", \n\t\"pOBoxLine3\":\"{{pOBoxLine3}}\", \n\t\"accountType\":\"{{accountType}}\", \n\t\"dob\":\"{{DOB}}\",\n\t\"creatorAccount\": \"{{creatorAccount}}\",\n    \"cardType\": \"{{cardType}}\",\n\t\"dynamicFields\": [\n\t\t\n\t]\n}\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/v2","description":"<p>Using this will allow you to create an account based on<br />the data supplied.</p>\n<p>The accountType value will determine if a 2D Account is created or not. As that accountType will need to exist in both Banking and 2D</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","v2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c8d7c03c-0561-44de-83d2-170596ce37bd","name":"Create Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/v2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"4325\",\r\n    \"authNumber\": \"\",\r\n    \"processedDateTime\": \"2022-06-30T10:28:31.229+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"personDetail\": {\r\n        \"firstName\": \"KYC\",\r\n        \"lastName\": \"Customer\",\r\n        \"accountNumber\": \"3005962153149\",\r\n        \"accountType\": \"KYC Customer\",\r\n        \"twodAccountNumber\": null,\r\n        \"idNumber\": \"27843062022\",\r\n        \"dateOfBirth\": \"1979-05-30\",\r\n        \"nationality\": \"\",\r\n        \"mobileNumber\": \"27843062022\",\r\n        \"email\": \"john@kineto.co\",\r\n        \"address1\": \"15 X Street\",\r\n        \"address2\": \"Y City\",\r\n        \"address3\": \"Z Country\",\r\n        \"occupation\": \"\",\r\n        \"lastUpdate\": \"2022-06-30 08:28:30.325614\",\r\n        \"dynamicFields\": {\r\n            \"KYC Checks\": [\r\n                {\r\n                    \"name\": \"ID Document\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"options\": [\r\n                        null\r\n                    ]\r\n                }\r\n            ],\r\n            \"Documents\": [\r\n                {\r\n                    \"name\": \"Identity Document\",\r\n                    \"dataType\": \"FILE\"\r\n                }\r\n            ]\r\n        },\r\n        \"accountAccesses\": [\r\n            {\r\n                \"type\": \"CARD\",\r\n                \"number\": \"6064230000000000564\"\r\n            },\r\n            {\r\n                \"type\": \"MOBILE\",\r\n                \"number\": \"27843062022\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"80393f47-c133-4187-85dc-693fd520f47a"},{"name":"Create Account with Card Number","id":"b155a0b5-6787-4ce7-be67-66c3274daa8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"community\":\"{{community}}\", \n\t\"firstName\":\"{{firstName}}\", \n\t\"lastName\":\"{{lastName}}\", \n\t\"gender\":\"{{gender}}\", \n\t\"idNumber\":\"{{idNumber}}\", \n\t\"mobileNumber\":\"{{mobileNumber}}\", \n\t\"email\":\"{{email}}\", \n\t\"telno\":\"{{telephoneNumber}}\", \n\t\"faxno\":\"{{faxno}}\", \n\t\"streetAddressLine1\":\"{{streetAddressLine1}}\", \n\t\"streetAddressLine2\":\"{{streetAddressLine2}}\", \n\t\"streetAddressLine3\":\"{{streetAddressLine3}}\", \n\t\"pOBoxLine1\":\"1{{pOBoxLine1}}\", \n\t\"pOBoxLine2\":\"{{pOBoxLine2}}\", \n\t\"pOBoxLine3\":\"{{pOBoxLine3}}\", \n\t\"accountType\":\"{{accountType}}\", \n\t\"dob\":\"{{DOB}}\",\n\t\"creatorAccount\": \"{{creatorAccount}}\",\n    \"cardType\": \"{{cardType}}\",\n\t\"dynamicFields\": [\n\t\t\n\t]\n}"},"url":"https://sbankapi.kineto.co/BankAPI/api/account/v2","description":"<p>Using this will allow you to create an account based on<br />the data supplied.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","v2"],"host":["sbankapi","kineto","co"],"query":[],"variable":[]}},"response":[{"id":"6647ce12-715e-4c91-a88e-2752ea1e9114","name":"Create Account with Card","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/v2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"4325\",\r\n    \"authNumber\": \"\",\r\n    \"processedDateTime\": \"2022-06-30T10:28:31.229+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"personDetail\": {\r\n        \"firstName\": \"KYC\",\r\n        \"lastName\": \"Customer\",\r\n        \"accountNumber\": \"3005962153149\",\r\n        \"accountType\": \"KYC Customer\",\r\n        \"twodAccountNumber\": null,\r\n        \"idNumber\": \"27843062022\",\r\n        \"dateOfBirth\": \"1979-05-30\",\r\n        \"nationality\": \"\",\r\n        \"mobileNumber\": \"27843062022\",\r\n        \"email\": \"john@kineto.co\",\r\n        \"address1\": \"15 X Street\",\r\n        \"address2\": \"Y City\",\r\n        \"address3\": \"Z Country\",\r\n        \"occupation\": \"\",\r\n        \"lastUpdate\": \"2022-06-30 08:28:30.325614\",\r\n        \"dynamicFields\": {\r\n            \"KYC Checks\": [\r\n                {\r\n                    \"name\": \"ID Document\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"options\": [\r\n                        null\r\n                    ]\r\n                }\r\n            ],\r\n            \"Documents\": [\r\n                {\r\n                    \"name\": \"Identity Document\",\r\n                    \"dataType\": \"FILE\"\r\n                }\r\n            ]\r\n        },\r\n        \"accountAccesses\": [\r\n            {\r\n                \"type\": \"CARD\",\r\n                \"number\": \"6064230000000000564\"\r\n            },\r\n            {\r\n                \"type\": \"MOBILE\",\r\n                \"number\": \"27843062022\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"b155a0b5-6787-4ce7-be67-66c3274daa8e"},{"name":"Account Invite with Verification Code","id":"8eb22703-9762-4b50-bc49-31edcd547a50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"accessType\": \"{{accessType}}\",\n\t\"accessTypeValue\": \"{{accessTypeValue}}\",\n    \"mobileNumber\": \"{{mobileNumber}}\"\n}\n\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/inviteWithVerificationCode/v1","description":"<p>Using this will allow you to create an account based on \nthe data supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","inviteWithVerificationCode","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d0d58bf2-10fb-44a0-a96c-c79a1f582f06","name":"Account Invite with Verification Code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"12345\",\n\t\"accessType\": \"ACCNUM\",\n\t\"accessTypeValue\": \"2001234567891\",\n    \"mobileNumber\": \"277198765432\"\n}\n\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/inviteWithVerificationCode/v1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"mobileNumber\": \"277198765432\",\n    \"stan\": \"12345\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-03-06T15:25:12.877+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"8eb22703-9762-4b50-bc49-31edcd547a50"},{"name":"Account Invite","id":"15b4cc78-2642-4c13-bc90-f1f48e4e3ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"accessType\": \"{{accessType}}\",\n\t\"accessTypeValue\": \"{{accessTypeValue}}\",\n    \"mobileNumber\": \"{{mobileNumber}}\"\n}\n\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/invite/v1","description":"<p>Using this will allow you to create an account based on \nthe data supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","invite","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9bb91edf-594a-4314-995e-3f6daab77d46","name":"Account Invite","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"12345\",\n\t\"accessType\": \"ACCNUM\",\n\t\"accessTypeValue\": \"2001234567890\",\n    \"mobileNumber\": \"27798765432\"\n}\n\n"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/invite/v1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"mobileNumber\": \"27798765432\",\n    \"stan\": \"12345\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-03-06T15:25:12.877+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"15b4cc78-2642-4c13-bc90-f1f48e4e3ca2"}],"id":"4148bb9c-e8db-40d4-873e-8071cd38ec5c","description":"<p>Accounts can be created from the API that will directly result in an account being create in Banking only or in Banking and 2D</p>\n","_postman_id":"4148bb9c-e8db-40d4-873e-8071cd38ec5c"},{"name":"Terms and Conditions","item":[{"name":"Get T & C Details","id":"0e7bcae1-8e08-4aad-85c3-122105b888c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/termsAndConditions/get","description":"<p>Gets the T&amp;C's link that Customer will need to read through, which has been added to the Institute Properties on Banking.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","termsAndConditions","get"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"99045dc0-337a-4511-aa8f-b061844ca671","name":"Get T & Cs","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/termsAndConditions/get"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"processedDateTime\": \"2022-06-30T11:50:20.599+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\"\r\n}"}],"_postman_id":"0e7bcae1-8e08-4aad-85c3-122105b888c7"},{"name":"T&C Accept","id":"bb202853-7fb7-4c5d-aea8-d18548d4006e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{timestamp}}\",\n\t\"accessType\": \"{{accountNumber}}\",\n\t\"accessTypeValue\": \"{{accountAccessValue}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/termsAndConditions/accept","description":"<p>Using this will allow you to accept the T&amp;C's on a created account if your system has T&amp;C's enabled.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","termsAndConditions","accept"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8bc9922b-4847-45a4-b986-39858ee355d3","name":"T&C Accept","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/termsAndConditions/accept"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1589911809\",\r\n    \"authNumber\": \"7219\",\r\n    \"processedDateTime\": \"2022-06-30T10:58:14.444+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"bb202853-7fb7-4c5d-aea8-d18548d4006e"}],"id":"2d1f155d-4ae4-4d90-be14-38349d1a5f44","_postman_id":"2d1f155d-4ae4-4d90-be14-38349d1a5f44","description":""},{"name":"Search Account","item":[{"name":"Search Account - Account Number","id":"5a7fb0ea-529c-47f7-b275-73a1b3249d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/{{accountNumber}}","description":"<p>Gets the associated data for the account number provided.</p>\n<p>If multiple accounts are found for this search criteria no account number will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","{{accountNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5b1be70d-8582-4173-84e7-41b3ecdcc2d2","name":"Search Account - Account Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/{{accountNumber}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"firstName\": \"KYC\",\r\n    \"lastName\": \"Customer\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"twodAccountNumber\": null,\r\n    \"idNumber\": \"27843062022\",\r\n    \"mobileNumber\": \"27843062022\",\r\n    \"dynamicFields\": []\r\n}"}],"_postman_id":"5a7fb0ea-529c-47f7-b275-73a1b3249d54"},{"name":"Search Account - Dynamic","event":[{"listen":"test","script":{"id":"2e596e38-c5b7-422f-9384-ccc498de495d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a2dba49f-c2b7-4aa7-bdf9-2a17839d9ab7","exec":[""],"type":"text/javascript"}}],"id":"79c70ddd-f7d6-4e1f-86e1-e5b54752260b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/dynamic/{{accountNumber}}/{{groupName}}/{{fieldName}}","description":"<p>Gets the associated data for the account dynamic data provided.</p>\n<p>Similar to a normal search, with the exception that this field is specific for the banking platform which it represent.<br />A list of field names will be supplied separately.</p>\n<p>If multiple accounts are found for this search criteria no account number will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","dynamic","{{accountNumber}}","{{groupName}}","{{fieldName}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c0822a07-3f2f-4800-a188-14da11129260","name":"Search Account - Dynamic","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/dynamic/NFC/{{NFC}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"dynamicFieldGroup\": \"Documents\",\r\n    \"dynamicFieldName\": \"Identity Document\",\r\n    \"dynamicFieldValue\": \"null\",\r\n    \"stan\": \"5070\",\r\n    \"authNumber\": \"8123\",\r\n    \"processedDateTime\": \"2022-07-06T11:34:59.925+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"79c70ddd-f7d6-4e1f-86e1-e5b54752260b"},{"name":"Search Account - ID Number","id":"ae9badaf-ffb0-4192-8e3f-51f92c427abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/identityNumber/((identityNumber}}","description":"<p>Gets the associated data for the ID number provided.</p>\n<p>If multiple accounts are found for this search criteria no account number will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","identityNumber","((identityNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dfa7060e-4da8-40d4-bf25-539473e9ec33","name":"Search Account - ID Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":{"raw":"{{protocol}}://{{host}}/BankAPI/api/account/identityNumber/:fieldValue","protocol":"{{protocol}}","host":["{{host}}"],"path":["BankAPI","api","account","identityNumber",":fieldValue"],"variable":[{"id":"c939b80c-a898-4f58-9f0c-a47f045e5651","key":"fieldValue","value":"{{identityNumber}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"firstName\": \"KYC\",\r\n    \"lastName\": \"Customer\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"twodAccountNumber\": null,\r\n    \"idNumber\": \"27843062022\",\r\n    \"mobileNumber\": \"27843062022\",\r\n    \"dynamicFields\": []\r\n}"}],"_postman_id":"ae9badaf-ffb0-4192-8e3f-51f92c427abf"},{"name":"Search Account - Mobile Number","id":"f85c43c1-f8c3-4be8-b5f3-7f4ba31563f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/mobile/{{mobileNumber}}","description":"<p>Gets the associated data for the Mobile number provided.</p>\n<p>If multiple accounts are found for this search criteria no account number will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","mobile","{{mobileNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"10c5fd3f-9aba-4765-84ca-6d04595613d9","name":"Search Account - Mobile Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/mobile/{{mobileNumber}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"firstName\": \"KYC\",\r\n    \"lastName\": \"Customer\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"twodAccountNumber\": null,\r\n    \"idNumber\": \"27843062022\",\r\n    \"mobileNumber\": \"27843062022\",\r\n    \"dynamicFields\": []\r\n}"}],"_postman_id":"f85c43c1-f8c3-4be8-b5f3-7f4ba31563f8"},{"name":"Search Account - Card Number","id":"fe5a780b-2b0d-4588-8275-1704d38ad7fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/card/{{cardNumber}}","description":"<p>Gets the associated data for the Card number provided.</p>\n<p>If multiple accounts are found for this search criteria no account number will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","card","{{cardNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9b038e06-5e82-4c4f-aa11-5221a1c83f19","name":"Search Account - Card Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/card/{{cardNumber}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"firstName\": \"KYC\",\r\n    \"lastName\": \"Customer\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"twodAccountNumber\": null,\r\n    \"idNumber\": \"27843062022\",\r\n    \"mobileNumber\": \"27843062022\",\r\n    \"dynamicFields\": []\r\n}"}],"_postman_id":"fe5a780b-2b0d-4588-8275-1704d38ad7fb"}],"id":"ec5890c7-540a-422b-81cf-4331c191cc84","_postman_id":"ec5890c7-540a-422b-81cf-4331c191cc84","description":""},{"name":"Account Query","item":[{"name":"Get Account Details","id":"2755fa53-a238-49a9-9c77-30801dfa699e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/personalDetails/{{accountNumber}}","description":"<p>Get the Account Details for the associated Account. Both static and dynamic field data will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","personalDetails","{{accountNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"46b6788a-38a2-4c59-bd8b-e6ef851a2ab3","name":"Get Account Details","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"http://{{host}}/BankAPI/api/account/personalDetails/{{accountNumber}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"\",\r\n    \"authNumber\": \"\",\r\n    \"processedDateTime\": \"2022-05-10T16:20:03.477+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005861976969\",\r\n    \"personDetail\": {\r\n        \"firstName\": \"Abri\",\r\n        \"lastName\": \"Krige\",\r\n        \"accountNumber\": \"3005861976969\",\r\n        \"twodAccountNumber\": null,\r\n        \"idNumber\": \"691216123456\",\r\n        \"dateOfBirth\": \"1969-12-16\",\r\n        \"nationality\": \"\",\r\n        \"mobileNumber\": \"27828244253\",\r\n        \"email\": \"abri@kineto.co\",\r\n        \"address1\": \"\",\r\n        \"address2\": \"\",\r\n        \"address3\": \"\",\r\n        \"occupation\": \"\",\r\n        \"lastUpdate\": \"2022-02-15 11:49:23.55471\",\r\n        \"dynamicFields\": {\r\n            \"Documents\": [\r\n                {\r\n                    \"name\": \"Identity Document\",\r\n                    \"value\": \"1353_Identity Document_1646749402737.pdf\",\r\n                    \"dataType\": \"FILE\"\r\n                }\r\n            ],\r\n            \"Default\": [\r\n                {\r\n                    \"name\": \"Gender\",\r\n                    \"value\": \"M\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"options\": [\r\n                        \"Male\",\r\n                        \"Female\"\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        \"accountAccesses\": [\r\n            {\r\n                \"type\": \"MOBILE\",\r\n                \"number\": \"27828244253\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"2755fa53-a238-49a9-9c77-30801dfa699e"},{"name":"Get KYC States","id":"1e7a1c66-99bb-43d2-8682-992304fc9883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/list/v1","description":"<p>Gets the T&amp;C's link that Customer will need to read through, which has been added to the Institute Properties on Banking.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","kyc","state","list","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"712056d1-a7b4-45a5-ab3c-9fda8edd68f4","name":"Get KYC States","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/termsAndConditions/get"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"kycStates\": [\r\n        {\r\n            \"name\": \"Unverified\",\r\n            \"code\": \"001\"\r\n        },\r\n        {\r\n            \"name\": \"Partially Verified\",\r\n            \"code\": \"002\"\r\n        },\r\n        {\r\n            \"name\": \"Verified\",\r\n            \"code\": \"003\"\r\n        },\r\n        {\r\n            \"name\": \"Re-Verify\",\r\n            \"code\": \"004\"\r\n        },\r\n        {\r\n            \"name\": \"To be verified\",\r\n            \"code\": \"005\"\r\n        }\r\n    ],\r\n    \"processedDateTime\": \"2023-07-31T19:58:21.923+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\"\r\n}"}],"_postman_id":"1e7a1c66-99bb-43d2-8682-992304fc9883"},{"name":"Get Account Types","id":"2b1ffaca-6643-4bd0-b01d-014a15970ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/type/{{typeCode}}","description":"<p>A list of all Account Types created for this Silo will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","type","{{typeCode}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5b30fbf7-56ea-4d7a-ae0a-7da48ab1e64c","name":"Get Account Types","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"url":"http://{{host}}/BankAPI/api/account/type/{{typeCode}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 10:24:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountTypes\": [\n        {\n            \"code\": \"300\",\n            \"description\": \"Customer\",\n            \"aliasValue\": \"Customer\"\n        },\n        {\n            \"code\": \"300\",\n            \"description\": \"Customer\",\n            \"aliasValue\": \"Budget Accounts\"\n        },\n        {\n            \"code\": \"300\",\n            \"description\": \"Customer\",\n            \"aliasValue\": \"Allocation\"\n        },\n        {\n            \"code\": \"300\",\n            \"description\": \"Customer\",\n            \"aliasValue\": \"KYC Customer\"\n        }\n    ],\n    \"processedDateTime\": \"2022-06-30T14:26:44.885+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"300\"\n}"}],"_postman_id":"2b1ffaca-6643-4bd0-b01d-014a15970ee4"},{"name":"Profile Types","id":"743104cc-f76f-4898-bbd6-c926a4f12aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/types","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","types"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"703d6d67-f981-413f-b5db-8dd3fef543e2","name":"Profile Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:12:13 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"profileTypes\": [\n        \"FEE\",\n        \"COMMISSION\",\n        \"LIMIT\"\n    ],\n    \"processedDateTime\": \"2024-06-20T13:12:13.424+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"743104cc-f76f-4898-bbd6-c926a4f12aa9"},{"name":"Fee Profile - Account Number","id":"d138ec0d-e38c-4d4e-bfe1-90c0c2baf8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/fee/accountNumber/{{Account Number}}","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","fee","accountNumber","{{Account Number}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6960a470-680b-46b8-9ed7-8b53b61df718","name":"Fee Profile - Account Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/fee/accountNumber/{{Account Number}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:23:42 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"feeProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:23:42.441+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"d138ec0d-e38c-4d4e-bfe1-90c0c2baf8fc"},{"name":"Fee Profile - ATPI","id":"391efada-1828-4340-a7ef-fe2177a173ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/fee/accountTypePerInsitute/Customer","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","fee","accountTypePerInsitute","Customer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ea65e0c5-5741-4c21-82f1-2cc2e05a374b","name":"Fee Profile - ATPI","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/fee/accountTypePerInsitute/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:22:21 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"feeProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:22:21.396+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"391efada-1828-4340-a7ef-fe2177a173ea"},{"name":"Limit Profile - Account Number","id":"bed910de-fa4e-4f2a-8735-85e2c189f841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/limit/accountNumber/{{Account Number}}","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","limit","accountNumber","{{Account Number}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b80d29bf-3351-4e6a-a9bc-f1678dabd00a","name":"Limit Profile - Account Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/limit/accountNumber/{{Account Number}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:22:58 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:22:58.723+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"bed910de-fa4e-4f2a-8735-85e2c189f841"},{"name":"Limit Profile - ATPI","id":"bcc45830-6084-4178-9a2b-030bce37838f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/limit/accountTypePerInsitute/Customer","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","limit","accountTypePerInsitute","Customer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"75f87377-e229-4c76-b0a3-8e8bcbf4b3b5","name":"Limit Profile - ATPI","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/limit/accountTypePerInsitute/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:21:58 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:21:58.507+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"bcc45830-6084-4178-9a2b-030bce37838f"},{"name":"Commission Profile - Account Number","id":"880a54ee-f809-451f-8977-38dd74869135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/commission/accountNumber/{{Account Number}}","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","commission","accountNumber","{{Account Number}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6aaf5090-2002-46ed-acea-c1f0975fed6f","name":"Commission Profile - Account Number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/commission/accountNumber/{{Account Number}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:20:17 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"commissionProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:20:17.484+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"880a54ee-f809-451f-8977-38dd74869135"},{"name":"Commission Profile - ATPI","id":"c6bc8052-67dc-47d6-bd5a-c32a637cdcbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/commission/accountTypePerInsitute/Customer","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","commission","accountTypePerInsitute","Customer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0664a0d7-aa84-474d-a6dc-5332127ae194","name":"Commission Profile - ATPI","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/commission/accountTypePerInsitute/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:21:30 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"commissionProfiles\": [\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer\",\n            \"isDefault\": true\n        },\n        {\n            \"accountType\": \"Customer\",\n            \"aliasValue\": \"Customer alternate\",\n            \"isDefault\": false\n        }\n    ],\n    \"processedDateTime\": \"2024-06-20T13:21:30.077+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"c6bc8052-67dc-47d6-bd5a-c32a637cdcbe"},{"name":"Mini Statement","id":"513f7e72-2842-4552-afea-549dac5d1b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/ministatement/{{Account Number}}","description":"<p>This call will return the last 10 transactions of the account its being requested for. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","ministatement","{{Account Number}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1d250a7e-6683-4a15-9629-3ad4bac9ef32","name":"Mini Statment","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/ministatement/{{accountNumber}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"stanley\": \"123456\",\n    \"responseCode\": \"000\",\n    \"responseMessage\": \"Success\",\n    \"responseDescription\": \"Approved or completed successfully\",\n    \"accountNumber\": \"3009876543210\",\n    \"debitAccountNumber\": null,\n    \"creditAccountNumber\": null,\n    \"currency\": \"USD\",\n    \"currencySymbol\": \"$ (values are in subunit)\",\n    \"balance\": \"341508\",\n    \"date\": 1625733970699,\n    \"fees\": null,\n    \"commissions\": null,\n    \"transactions\": [\n        {\n            \"date\": \"Wed Jul 07 19:54:10 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27712345678\",\n            \"reference\": \"123456\",\n            \"amount\": \"23000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"4101234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 15:47:13 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27712345678\",\n            \"reference\": \"123456\",\n            \"amount\": \"2001\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"4101234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:43:26 SAST 2021\",\n            \"description\": \"Third Party Payment - BFF\",\n            \"reference\": \"123456\",\n            \"amount\": \"130\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"3009876543210\",\n            \"counterPartyFirstName\": \"John\",\n            \"counterPartyLastName\": \"Doe\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:43:26 SAST 2021\",\n            \"description\": \"Third Party Payment Fee - BFF Fee\",\n            \"reference\": \"123456\",\n            \"amount\": \"1\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"3009876543210\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:41:02 SAST 2021\",\n            \"description\": \"Third Party Payment - BFF\",\n            \"reference\": \"123456\",\n            \"amount\": \"125\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"3009876543210\",\n            \"counterPartyFirstName\": \"John\",\n            \"counterPartyLastName\": \"Doe\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:38:39 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27712345678\",\n            \"reference\": \"123456\",\n            \"amount\": \"50000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"4101234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:35:33 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27712345678\",\n            \"reference\": \"123456\",\n            \"amount\": \"45000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"4101234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:30:56 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27712345678\",\n            \"reference\": \"123456\",\n            \"amount\": \"35000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"4101234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 12:46:18 SAST 2021\",\n            \"description\": \"Mobile Transfer - Test\",\n            \"reference\": \"123456\",\n            \"amount\": \"1003\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"2001234567890\",\n            \"counterPartyFirstName\": \"Sandbox 2D Merchant\",\n            \"counterPartyLastName\": \"\"\n        },\n        {\n            \"date\": \"Mon Jul 05 12:46:18 SAST 2021\",\n            \"description\": \"Mobile Transfer Fee - null\",\n            \"reference\": \"123456\",\n            \"amount\": \"1000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"54321\",\n            \"requestId\": \"543211\",\n            \"counterParty\": \"5001234567890\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        }\n    ]\n}"}],"_postman_id":"513f7e72-2842-4552-afea-549dac5d1b30"},{"name":"Get Dynamic Fields","id":"c7b93ad3-ed14-4618-887c-69e4f24e2651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/personalDetails/dynamicFields","description":"<p>Gets a list of all dynamic fields added to the Banking system</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","personalDetails","dynamicFields"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8812f12c-58fe-4341-9c35-811332ab8dd0","name":"Get Dynamic Fields","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/personalDetails/dynamicFields"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"personDetail\": {\r\n        \"firstName\": null,\r\n        \"lastName\": null,\r\n        \"accountNumber\": null,\r\n        \"idNumber\": null,\r\n        \"dateOfBirth\": null,\r\n        \"nationality\": null,\r\n        \"mobileNumber\": null,\r\n        \"email\": null,\r\n        \"address1\": null,\r\n        \"address2\": null,\r\n        \"address3\": null,\r\n        \"occupation\": null,\r\n        \"lastUpdate\": null,\r\n        \"dynamicFields\": {\r\n            \"Default\": [\r\n                {\r\n                    \"name\": \"Community Merchant\",\r\n                    \"dataType\": \"BOOLEAN\",\r\n                    \"sequence\": \"1\"\r\n                },\r\n                {\r\n                    \"name\": \"Favorite Number\",\r\n                    \"dataType\": \"TEXT\",\r\n                    \"sequence\": \"50\"\r\n                },\r\n                {\r\n                    \"name\": \"New Field\",\r\n                    \"dataType\": \"TEXT\",\r\n                    \"sequence\": \"10\"\r\n                }\r\n            ],\r\n            \"NFC\": [\r\n                {\r\n                    \"name\": \"NFC\",\r\n                    \"dataType\": \"TEXT\",\r\n                    \"sequence\": \"1\"\r\n                }\r\n            ],\r\n            \"eFiling\": [\r\n                {\r\n                    \"name\": \"ID\",\r\n                    \"dataType\": \"FILE\",\r\n                    \"sequence\": \"1\"\r\n                },\r\n                {\r\n                    \"name\": \"Application Form\",\r\n                    \"dataType\": \"FILE\",\r\n                    \"sequence\": \"2\"\r\n                },\r\n                {\r\n                    \"name\": \"Tax done?\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"sequence\": \"3\",\r\n                    \"options\": [\r\n                        \"Yes\",\r\n                        \"No\",\r\n                        \"What is tax?\"\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"c7b93ad3-ed14-4618-887c-69e4f24e2651"},{"name":"Get Dynamic Fields - Non File","id":"36e3a3ea-04a3-4b4e-8654-017ec57462ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/get/dynamicField/{{accountNumber}}/{{groupName}}/{{FieldName}}","description":"<p>Gets a specific Dynamic Field Name response or below</p>\n<p>No Result:</p>\n<p>{\"code\": 69,<br />\"msg\": \"No Result\"}</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","get","dynamicField","{{accountNumber}}","{{groupName}}","{{FieldName}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1aefdaca-648a-4aa4-96bd-96bd94d0b314","name":"Get Dynamic Fields","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/get/dynamicField/{{accountNumber}}/{{groupName}}/{{FieldName}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"dynamicFieldGroup\": \"Sector\",\r\n    \"dynamicFieldName\": \"Industry Sector\",\r\n    \"dynamicFieldValue\": \"EDU\",\r\n    \"stan\": \"1626157068948\",\r\n    \"authNumber\": \"1794455\",\r\n    \"processedDateTime\": \"2021-07-13T08:17:49.345+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"36e3a3ea-04a3-4b4e-8654-017ec57462ef"},{"name":"Get Dynamic Fields - File","id":"27050a4c-9f2e-44d8-b001-93052e64212e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/get/dynamicField/{{accountNumber}}/{{groupName}}/{{FieldName}}","description":"<p>Get a specific Dynamic Field Name response or below No Result:</p>\n<p>{\"code\": 69,<br />\"msg\": \"No Result\")</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","get","dynamicField","{{accountNumber}}","{{groupName}}","{{FieldName}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7ed01599-eb12-49c0-a4f5-758ce94d25a3","name":"Get Dynamic Fields","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/get/dynamicField/{{accountNumber}}/{{groupName}}/{{FieldName}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"3004210100451/eFiling/Photo"}],"_postman_id":"27050a4c-9f2e-44d8-b001-93052e64212e"},{"name":"Account Profile (ACCNUM)","id":"ae7c711c-f6ba-42cc-930a-43bfdd8bb96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"{{stan}}\",\r\n    \"accessType\":\"{{accessType}}\",\r\n    \"accessTypeValue\":\"{{accessTypeValue}}\",\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"profileType\":\"{{profileType}}\",//FEE//COMMISSION//LIMIT\r\n    \"profileTypeAlias\":\"{{profileTypeAlias}}\",\r\n    \"reference\":\"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/edit","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","edit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ca7da1c0-e622-41e7-9740-0af1c8d015f7","name":"Account Profile (ACCNUM)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"1234567\",\r\n    \"accessType\":\"ACCNUM\",\r\n    \"accessTypeValue\": \"3009876543210\",\r\n    \"profileType\":\"LIMIT\",//FEE//COMMISSION\r\n    \"profileTypeAlias\":\"Customer\",\r\n    \"reference\":\"Change LIMIT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:16:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1234567\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2024-06-20T13:16:32.188+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"LIMIT changed to: Customer\"\n}"}],"_postman_id":"ae7c711c-f6ba-42cc-930a-43bfdd8bb96c"},{"name":"Account Profile (MOBILE)","id":"b13ad532-764c-4a3a-b56a-3986061880d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"{{stan}}\",\r\n    \"accessType\":\"{{accessType}}\",\r\n    \"accessTypeValue\":\"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\":\"{{accessTypeSecurity}}\",\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"profileType\":\"{{profileType}}\",\r\n    \"profileTypeAlias\": \"{{profileTypeAlias}}\",\r\n    \"reference\":\"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/edit","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","profile","edit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fa909b35-7c42-420e-8877-3de65ce3ddab","name":"Account Profile (ACCNUM)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"123456\",\r\n    \"accessType\":\"MOBILE\",\r\n    \"accessTypeValue\":\"27712345678\",\r\n    \"accessTypeSecurity\":\"0000\",\r\n    \"accountNumber\": \"3009876543210\",\r\n    \"profileType\":\"LIMITPROFILE\",\r\n    \"profileTypeAlias\": \"Customer alternative\",\r\n    \"reference\":\"change LIMITPROFILE\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/profile/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 20 Jun 2024 11:15:12 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"123456\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2024-06-20T13:15:12.019+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"LIMITPROFILE changed to: Customer alternative\",\n    \"accountNumber\": \"3009876543210\"\n}"}],"_postman_id":"b13ad532-764c-4a3a-b56a-3986061880d9"},{"name":"Get Account Limits (ACCNUM)","id":"36fe4ef1-b0e1-43e2-a7c4-87b6055dfc7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"{{stan}}\",\r\n    \"accessType\":\"{{accessType}}\",\r\n    \"accessTypeValue\":\"{{accessTypeValue}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/accountLimits","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","accountLimits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e289f9c4-362d-4e47-9517-900f5fae2ff4","name":"Get Account Limits (ACCNUM)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"123456\",\r\n    \"accessType\":\"ACCNUM\",\r\n    \"accessTypeValue\":\"3009876543210\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/accountLimits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Wed, 13 Dec 2023 13:21:56 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountLimits\": {\n        \"limitProfileName\": \"Customer\",\n        \"dailyTurnoverLimit\": \"300000\",\n        \"dailyTurnoverCount\": \"6500\",\n        \"monthlyTurnoverLimit\": \"1000000\",\n        \"monthlyTurnoverCount\": \"6500\",\n        \"isTrunoverLimitsEnabled\": \"true\",\n        \"transactionLimits\": [\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"Cash Deposit\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"10000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"5\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"40000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Withdrawal\",\n                \"subTransactionType\": \"Cash Withdrawal\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"10000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"5\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"40000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Payment\",\n                \"subTransactionType\": \"Airline Payment\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"100000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"6\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"2000000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"2D Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"100\",\n                \"maxTranLimit\": \"30000\",\n                \"dailyLimit\": \"60000\",\n                \"dailyCurrent\": \"1500\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"1\",\n                \"monthlyLimit\": \"200000\",\n                \"monthlyCurrent\": \"1500\",\n                \"monthlyMaxTransactions\": \"40\",\n                \"currentMonthlyTranCount\": \"1\"\n            },\n            {\n                \"transactionType\": \"2D Withdraw\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"50\",\n                \"maxTranLimit\": \"9000\",\n                \"dailyLimit\": \"20000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"30000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"30\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"2D Payment\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"500\",\n                \"maxTranLimit\": \"2000\",\n                \"dailyLimit\": \"30000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"100000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"50\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Payment\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"0\",\n                \"maxTranLimit\": \"0\",\n                \"dailyLimit\": \"0\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"100\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"0\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"1000\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Withdrawal\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"100000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"1000000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"6000\",\n                \"dailyLimit\": \"50000\",\n                \"dailyCurrent\": \"5000\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"1\",\n                \"monthlyLimit\": \"1000000\",\n                \"monthlyCurrent\": \"5000\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"1\"\n            },\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"100\",\n                \"maxTranLimit\": \"60000\",\n                \"dailyLimit\": \"0\",\n                \"dailyCurrent\": \"17200\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"7\",\n                \"monthlyLimit\": \"100000\",\n                \"monthlyCurrent\": \"11200\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"7\"\n            }\n        ]\n    },\n    \"stan\": \"123456\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-12-13T15:21:56.445+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"36fe4ef1-b0e1-43e2-a7c4-87b6055dfc7a"},{"name":"Get Account Limits (Mobile)","id":"e5f6c160-645f-4d59-9172-cab8f2bd9a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"{{stan}}\",\r\n    \"accessType\":\"{{accessType}}\",\r\n    \"accessTypeValue\":\"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\":\"{{accessTypeSecurity}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/accountLimits","description":"<p>Get the Account Details for the Associated Account. Both static and dynamic field data will be returned. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","accountLimits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5f16a9f4-60bf-4483-b30a-c4d01f23c48f","name":"Get Account Limits (ACCNUM) Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\":\"123456\",\r\n    \"accessType\":\"MOBILE\",\r\n    \"accessTypeValue\":\"27712345678\",\r\n    \"accessTypeSecurity\":\"0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/accountLimits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Wed, 13 Dec 2023 13:22:27 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountLimits\": {\n        \"limitProfileName\": \"Customer\",\n        \"dailyTurnoverLimit\": \"300000\",\n        \"dailyTurnoverCount\": \"6500\",\n        \"monthlyTurnoverLimit\": \"1000000\",\n        \"monthlyTurnoverCount\": \"6500\",\n        \"isTrunoverLimitsEnabled\": \"true\",\n        \"transactionLimits\": [\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"Cash Deposit\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"10000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"5\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"40000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Withdrawal\",\n                \"subTransactionType\": \"Cash Withdrawal\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"10000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"5\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"40000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Payment\",\n                \"subTransactionType\": \"Airline Payment\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"100000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"6\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"2000000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"10\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"2D Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"100\",\n                \"maxTranLimit\": \"30000\",\n                \"dailyLimit\": \"60000\",\n                \"dailyCurrent\": \"1500\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"1\",\n                \"monthlyLimit\": \"200000\",\n                \"monthlyCurrent\": \"1500\",\n                \"monthlyMaxTransactions\": \"40\",\n                \"currentMonthlyTranCount\": \"1\"\n            },\n            {\n                \"transactionType\": \"2D Withdraw\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"50\",\n                \"maxTranLimit\": \"9000\",\n                \"dailyLimit\": \"20000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"30000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"30\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"2D Payment\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"500\",\n                \"maxTranLimit\": \"2000\",\n                \"dailyLimit\": \"30000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"100000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"50\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Payment\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"0\",\n                \"maxTranLimit\": \"0\",\n                \"dailyLimit\": \"0\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"100\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"0\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"1000\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Withdrawal\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"10000\",\n                \"dailyLimit\": \"100000\",\n                \"dailyCurrent\": \"0\",\n                \"dailyMaxTransactions\": \"10\",\n                \"currentDailyTranCount\": \"0\",\n                \"monthlyLimit\": \"1000000\",\n                \"monthlyCurrent\": \"0\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"0\"\n            },\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"200\",\n                \"maxTranLimit\": \"6000\",\n                \"dailyLimit\": \"50000\",\n                \"dailyCurrent\": \"5000\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"1\",\n                \"monthlyLimit\": \"1000000\",\n                \"monthlyCurrent\": \"5000\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"1\"\n            },\n            {\n                \"transactionType\": \"Deposit\",\n                \"subTransactionType\": \"N/A\",\n                \"productType\": \"N/A\",\n                \"minTranLimit\": \"100\",\n                \"maxTranLimit\": \"60000\",\n                \"dailyLimit\": \"0\",\n                \"dailyCurrent\": \"17200\",\n                \"dailyMaxTransactions\": \"15\",\n                \"currentDailyTranCount\": \"7\",\n                \"monthlyLimit\": \"100000\",\n                \"monthlyCurrent\": \"11200\",\n                \"monthlyMaxTransactions\": \"100\",\n                \"currentMonthlyTranCount\": \"7\"\n            }\n        ]\n    },\n    \"stan\": \"123456\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-12-13T15:22:27.032+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"e5f6c160-645f-4d59-9172-cab8f2bd9a53"},{"name":"ACK Transaction - RequestId","event":[{"listen":"prerequest","script":{"id":"e216ae3e-342e-46ef-8d44-a8706f79adc6","exec":["var my_timestamp = new Date();\r","postman.setEnvironmentVariable('timestamp', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"260fa6d5-f125-4796-9224-7514ab879c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"transactionRequestId\": \"{{transactionRequestId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/acknowledge","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transaction","acknowledge"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f5f6c218-ee89-4df6-8921-a143c28065d1","name":"ACK Transaction - RequestId","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"1234567\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"2009876543210\",\r\n    \"transactionRequestId\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/acknowledge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Mon, 19 Jun 2023 12:09:47 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1234567\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-06-19T14:09:47.679+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"260fa6d5-f125-4796-9224-7514ab879c1d"},{"name":"Balance Enquiry - Account Number","event":[{"listen":"test","script":{"id":"2a7ed1d7-c56b-46b6-bb0c-7df83e8ba79e","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"d23353e2-d246-4c86-9c77-f7876eddf467","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"ec440d45-17e4-4d26-900f-772884192219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accessType\": \"ACCNUM\", \n\t\"accessTypeValue\": \"{{accessTypeValue}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/balance","description":"<p>Used to retreive an account balance.</p>\n<p>Only accounts within the same Silo will be returned</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","balance"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8a0d62ee-9055-4485-bce6-62c9e4e48229","name":"Balance Enquiry - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/balance"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1656582907\",\r\n    \"authNumber\": \"7260\",\r\n    \"processedDateTime\": \"2022-06-30T11:55:07.835+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"fees\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"0\",\r\n    \"ledger\": \"0\",\r\n    \"allocations\": []\r\n}"}],"_postman_id":"ec440d45-17e4-4d26-900f-772884192219"},{"name":"Balance Enquiry - Card Number","event":[{"listen":"test","script":{"exec":["pm.environment.unset('stan');"],"type":"text/javascript","id":"1560af0b-16a5-4eca-bdb2-5dd37f454944"}},{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"93ad397d-de9a-4299-aaf5-74d2bb515613"}}],"id":"6cee2109-2cba-47fe-9fbd-5a57328ba120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"stan\": \"{{stan}}\", \n    \"accessType\": \"{{CARD}}\", \n    \"accessTypeValue\": \"{{cardNumber}}\",\n    \"security\": \"{{PIN}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/balance","description":"<p>Used to retrieve an account balance using the accounts card number.</p>\n<p>Only accounts within the same Silo will be returned.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","balance"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b19aaae8-8b52-4ad7-bcc9-09127a15bd06","name":"Balance Enquiry - Card Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/balance"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1656583008\",\r\n    \"authNumber\": \"7264\",\r\n    \"processedDateTime\": \"2022-06-30T11:56:49.299+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"fees\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"0\",\r\n    \"ledger\": \"0\",\r\n    \"allocations\": []\r\n}"}],"_postman_id":"6cee2109-2cba-47fe-9fbd-5a57328ba120"},{"name":"PIN Reset - Mobile Number","id":"6a256fd0-9f7a-49e8-a2f3-80e21f2125f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"{{stan}}\",\r\n  \"accessType\": \"MOBILE\",   \r\n  \"accessTypeValue\": \"{{MobileNumber}}\",  \r\n  \"accessTypeSecurity\": \"{{MobilePIN}}\",  \r\n  \"accountAccessType\":\"MOBILE\",  \r\n  \"accountAccessNumber\":\"{{MobileNumber}}\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/pinReset","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","pinReset"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a256fd0-9f7a-49e8-a2f3-80e21f2125f1"},{"name":"PIN Reset - Account Number Copy","event":[{"listen":"test","script":{"id":"eba299b3-4e9c-459f-b0b0-a06fbecb3696","exec":["pm.environment.unset('stan');"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"705c317f-01b3-4dd7-86f6-69aa7801d99f","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"8f222f27-1bd6-4cce-8aa4-48964f259832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n  \"stan\": \"{{stan}}\",\n  \"accessType\": \"{{accessType}}\",   \n  \"accessTypeValue\": \"{{accessTypeValue}}\",   \n  \"accountAccessType\":\"{{accountAccessType}}\",  \n  \"accountAccessNumber\":\"{{accountAccessNumber}}\"  \n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/pinReset","description":"<p>Used to retreive an account balance. \nOnly accounts within the same institute connections \ninstitute will be allowed</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","pinReset"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"53d0f92f-17f0-4dc9-bc0d-37a1f80ff973","name":"PIN Reset - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n  \"stan\": \"123456\",\n  \"accessType\": \"ACCNUM\",   \n  \"accessTypeValue\": \"3009876543210\",   \n  \"accountAccessType\":\"MOBILE\",  \n  \"accountAccessNumber\":\"27712345678\"  \n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/pinReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Wed, 23 Aug 2023 14:31:49 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"123456\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-08-23T16:31:49.824+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"8f222f27-1bd6-4cce-8aa4-48964f259832"},{"name":"PIN Reset - Card Number","event":[{"listen":"test","script":{"id":"72740788-063b-46b9-b7f1-5a3e32ca7717","exec":["pm.environment.unset('stan');"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"7363c361-fe16-4865-b37a-bad7e6a0d319","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"beae4701-be6f-41ad-a6b5-b7d73285c761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n  \"stan\": \"{{stan}}\",\n  \"accessType\": \"{{accessType}}\",  \n  \"accessTypeValue\": \"{{accessTypeValue}}\",\n  \"accountAccessType\":\"{{accountAccessType}}\",\n  \"accountAccessNumber\":\"{{accountAccessNumber}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/pinReset","description":"<p>Used to retreive an account balance. \nOnly accounts within the same institute connections \ninstitute will be allowed</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","pinReset"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"63c60cdc-4960-4693-891d-feda8eda48b6","name":"PIN Reset - Card Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n  \"stan\": \"123456\",\n  \"accessType\": \"ACCNUM\",  \n  \"accessTypeValue\": \"3009876543210\",\n  \"accountAccessType\":\"CARD\",\n  \"accountAccessNumber\":\"6001230000000000987\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/pinReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Wed, 06 Sep 2023 10:36:17 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"123456\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-09-06T12:36:17.893+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"beae4701-be6f-41ad-a6b5-b7d73285c761"},{"name":"Change PIN - Mobile Number","event":[{"listen":"test","script":{"id":"9e641968-8d10-4c98-a9e6-7014120763ff","exec":["pm.environment.unset('stan');"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"afffed6d-85d9-496f-95e6-cdd7567622cd","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"5114b233-5dfc-4b52-bd74-dcc8e6bbd703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accessType\": \"{{accessType}}\", \n\t\"accessTypeValue\": \"{{accessTypeValue}}\",\n\t\"security\": \"{{security}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/temp/change/pin","description":"<p>Used to retreive an account balance. \nOnly accounts within the same institute connections \ninstitute will be allowed</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","temp","change","pin"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1cd4bd2a-603e-4048-bd33-a6755fe43c52","name":"Change PIN - Mobile Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"123456\", \n\t\"accessType\": \"MOBILE\", \n\t\"accessTypeValue\": \"27712345678\",\n\t\"security\": \"0000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/temp/change/pin"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"stan\": \"123456\",\r\n    \"authNumber\": \"54321\",\r\n    \"processedDateTime\": \"2024-10-02T13:35:39.837+02:00\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": null\r\n}"}],"_postman_id":"5114b233-5dfc-4b52-bd74-dcc8e6bbd703"},{"name":"Change KYC State - kycStateCode","event":[{"listen":"prerequest","script":{"id":"662f453f-ca4d-4317-9c0d-36936338b209","exec":["var my_timestamp = new Date();\r","postman.setEnvironmentVariable('timestamp', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"3c327842-d4ff-4f17-beba-c2bc5ea86b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"kycStateCode\": \"{{kycStateCode}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","kyc","state","update","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c328431c-efa0-4e7e-b1d9-e1f35a8faffd","name":"ACK Transaction - RequestId Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3009876543210\",\r\n    \"kycStateCode\": \"005\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Mon, 31 Jul 2023 17:56:11 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountTypePerInstitute\": \"Customer\",\n    \"kycStatus\": \"To be verified\",\n    \"stan\": \"{{stan}}\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-07-31T19:56:11.620+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3009876543210\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"3c327842-d4ff-4f17-beba-c2bc5ea86b84"},{"name":"Change KYC State - kycStateName","event":[{"listen":"prerequest","script":{"id":"6e6a13ea-8d67-4376-b1cc-5446baa6cda1","exec":["var my_timestamp = new Date();\r","postman.setEnvironmentVariable('timestamp', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"ab204328-d1eb-49d9-9f31-1a13ab109c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{Stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"kycStateName\": \"{{kycStateName}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","kyc","state","update","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e0ff9c29-02fb-4d7f-a172-e9cc793e763f","name":"Change KYC State - kycStateCode Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"1234567\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3009876543210\",\r\n    \"kycStateName\": \"To be verified\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Mon, 31 Jul 2023 17:56:17 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountTypePerInstitute\": \"Customer\",\n    \"kycStatus\": \"To be verified\",\n    \"stan\": \"1234567\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-07-31T19:56:17.405+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3009876543210\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"ab204328-d1eb-49d9-9f31-1a13ab109c78"}],"id":"02382d04-cfce-49bd-968a-183ea6478a09","_postman_id":"02382d04-cfce-49bd-968a-183ea6478a09","description":""},{"name":"Edit Account","item":[{"name":"Change Account Type","id":"3dc09665-b7ee-4e78-9de3-1731feebe392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accountNumber\": \"{{accountNumber}}\",\r\n\t\"accountTypeAlias\": \"{{accountTypeAlias}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/type/edit","description":"<p>The call allows you to change the Customers account type from one type to another based on rules in the Banking system</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","type","edit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"225312c8-6796-40c9-b58a-9bd9deaab806","name":"Change Account Type","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://{{host}}/BankAPI/api/account/type/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 25 Mar 2021 07:59:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1589911809\",\n    \"authNumber\": \"7372\",\n    \"processedDateTime\": \"2022-06-30T15:13:24.550+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3003814591821\"\n}"}],"_postman_id":"3dc09665-b7ee-4e78-9de3-1731feebe392"},{"name":"Deactivate Card","id":"56a9a010-090d-40f1-be29-93c101bf33fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"accountNumber\": \"{{accountNumber}}\", \n\t\"cardNumber\": \"{{cardNumber}}\",\n\t\"reason\": \"{{reference}}\"\n}"},"url":"https://{{host}}/BankAPI/api/account/card/disable","description":"<p>The call allows you to deactivate a card access on a Customer account in the Banking system</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","card","disable"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"019b5900-93e0-4715-a792-5dfd76e1f299","name":"Deactivate Card","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/card/disable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 09:37:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stanley\": \"1735012\",\n    \"responseCode\": \"000\",\n    \"responseMessage\": \"Success\",\n    \"responseDescription\": \"Approved or completed successfully\",\n    \"accountNumber\": null,\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"balance\": null,\n    \"date\": 1615541857302\n}"}],"_postman_id":"56a9a010-090d-40f1-be29-93c101bf33fe"},{"name":"Edit Account Details","event":[{"listen":"prerequest","script":{"id":"219a2e33-d3bd-470c-bfa3-e805d3ed726d","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"1461e974-1dfd-4234-a7dc-b0000d78a762","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"09369ede-3b28-4564-a97f-40055e0b862a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\", \r\n\t\"accountNumber\": \"{{accountNumber}}\",\r\n\t\"fields\": [\r\n\t\t{\r\n\t\t\t\"name\": \"{{name}}\",\r\n\t\t\t\"value\": \"{{value}}\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"{{lastName}}\",\r\n\t\t\t\"value\": \"{{value}}\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/edit/personalDetails","description":"<p>Existing Account Details can be edited using this call.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","edit","personalDetails"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"da9b2399-afc8-45a8-8301-d1fdeea96075","name":"Edit Account Details","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://{{host}}/BankAPI/api/account/edit/personalDetails"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n\t\"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"personDetail\": {\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"van Wyk\",\r\n        \"accountNumber\": \"2004513282236\",\r\n        \"idNumber\": \"8905305050509\",\r\n        \"dateOfBirth\": null,\r\n        \"nationality\": \"\",\r\n        \"mobileNumber\": \"27798783115\",\r\n        \"email\": \"\",\r\n        \"address1\": \"\",\r\n        \"address2\": \"\",\r\n        \"address3\": \"\",\r\n        \"occupation\": \"\",\r\n        \"lastUpdate\": \"2020-07-09 13:44:15.824\",\r\n        \"dynamicFields\": {\r\n            \"Default\": [\r\n                {\r\n                    \"name\": \"Community Merchant\",\r\n                    \"value\": \"false\",\r\n                    \"dataType\": \"BOOLEAN\"\r\n                },\r\n                {\r\n                    \"name\": \"Favorite Number\",\r\n                    \"value\": \"854\",\r\n                    \"dataType\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"name\": \"New Field\",\r\n                    \"value\": \"Testin Fields\",\r\n                    \"dataType\": \"TEXT\"\r\n                }\r\n            ],\r\n            \"NFC\": [\r\n                {\r\n                    \"name\": \"NFC\",\r\n                    \"value\": \"\",\r\n                    \"dataType\": \"TEXT\"\r\n                }\r\n            ],\r\n            \"eFiling\": [\r\n                {\r\n                    \"name\": \"ID\",\r\n                    \"value\": \"39809_ID_1588086700057.jpg\",\r\n                    \"dataType\": \"FILE\"\r\n                },\r\n                {\r\n                    \"name\": \"Application Form\",\r\n                    \"value\": \"39809_Application Form_1588084504287.jpg\",\r\n                    \"dataType\": \"FILE\"\r\n                },\r\n                {\r\n                    \"name\": \"Tax done?\",\r\n                    \"value\": \"1\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"options\": [\r\n                        \"Yes\",\r\n                        \"No\",\r\n                        \"What is tax?\"\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n"}],"_postman_id":"09369ede-3b28-4564-a97f-40055e0b862a"},{"name":"Edit Account Details File Upload","id":"407097bd-a45b-4b52-83a0-2a84375385e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","contentType":"","type":"file","value":null}]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/edit/personalDetailsFileUpload/{{accountNumber}}/{{groupName}}/{{fieldName}}/{{format}}","description":"<p>Existing file data can be edited i.e. Identity Documents, Identity Photos.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","edit","personalDetailsFileUpload","{{accountNumber}}","{{groupName}}","{{fieldName}}","{{format}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c5efe1dd-b796-4722-abd6-2cb24c2d81af","name":"Edit Account Details File Upload","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","contentType":"","type":"file","value":null}]},"url":"{{protocol}}://{{host}}/BankAPI/api/account/edit/personalDetailsFileUpload/{{accountNumber}}/{{dynamicFieldGroup}}/{{dynamicFieldName}}/{{format}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"\",\r\n    \"authNumber\": \"\",\r\n    \"processedDateTime\": \"2022-06-30T15:17:20.372+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"personDetail\": {\r\n        \"firstName\": \"KYC\",\r\n        \"lastName\": \"Customer\",\r\n        \"accountNumber\": \"3005962153149\",\r\n        \"accountType\": \"KYC Customer\",\r\n        \"twodAccountNumber\": null,\r\n        \"idNumber\": \"27843062022\",\r\n        \"dateOfBirth\": \"1979-05-30\",\r\n        \"nationality\": \"\",\r\n        \"mobileNumber\": \"27843062022\",\r\n        \"email\": \"john@kineto.co\",\r\n        \"address1\": \"15 X Street\",\r\n        \"address2\": \"Y City\",\r\n        \"address3\": \"Z Country\",\r\n        \"occupation\": \"\",\r\n        \"lastUpdate\": \"2022-06-30 08:28:30.325614\",\r\n        \"dynamicFields\": {\r\n            \"KYC Checks\": [\r\n                {\r\n                    \"name\": \"ID Document\",\r\n                    \"dataType\": \"OPTION\",\r\n                    \"options\": [\r\n                        null\r\n                    ]\r\n                }\r\n            ],\r\n            \"Documents\": [\r\n                {\r\n                    \"name\": \"Identity Document\",\r\n                    \"value\": \"1527_Identity Document_1656595040220.jpg\",\r\n                    \"dataType\": \"FILE\"\r\n                }\r\n            ]\r\n        },\r\n        \"accountAccesses\": [\r\n            {\r\n                \"type\": \"CARD\",\r\n                \"number\": \"6064230000000000564\"\r\n            },\r\n            {\r\n                \"type\": \"MOBILE\",\r\n                \"number\": \"27843062022\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"407097bd-a45b-4b52-83a0-2a84375385e4"},{"name":"Change KYC State - kycStateCode","id":"eaea6a0f-a048-4c26-afdd-bcc5416939cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accountNumber}}\",\r\n    \"kycStateCode\": \"{{kycStateCode}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","kyc","state","update","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f6ad4827-81a4-4e47-b124-f317713f392b","name":"Change KYC State - kycStateCode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3001502822852\",\r\n    \"kycStateCode\": \"004\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"accountTypePerInstitute\": \"Customer\",\r\n    \"kycStatus\": \"Re-Verify\",\r\n    \"stan\": \"{{stan}}\",\r\n    \"authNumber\": \"87262\",\r\n    \"processedDateTime\": \"2023-07-31T19:56:11.620+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3001502822852\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"eaea6a0f-a048-4c26-afdd-bcc5416939cd"},{"name":"Change KYC State - kycStateName","id":"9612da29-878b-4067-9c68-c06f92042eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accountNumber}}\",\r\n    \"kycStateName\": \"{{kycStateName}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","kyc","state","update","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2fa897f5-4b7d-47e9-a0b9-9ef776977789","name":"Change KYC State - kycStateName","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3001502822852\",\r\n    \"kycStateName\": \"To be verified\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/kyc/state/update/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"accountTypePerInstitute\": \"Customer\",\r\n    \"kycStatus\": \"To be verified\",\r\n    \"stan\": \"{{stan}}\",\r\n    \"authNumber\": \"87263\",\r\n    \"processedDateTime\": \"2023-07-31T19:56:17.405+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3001502822852\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"9612da29-878b-4067-9c68-c06f92042eec"},{"name":"Create Account Access - Mobile","id":"e75b3db1-e614-4a24-a114-0acf0fcd9af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountNumber}}\",\r\n\t\"lookupAccountAccessType\":\"MOBILE\",\r\n\t\"lookupAccountAccessValue\":\"{{existingMobileNumber}}\",\r\n\t\"newAccountAccessType\":\"MOBILE\",\r\n\t\"newAccountAccessValue\":\"{{newMobileNumber}}\",\r\n\t\"reason\":\"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/createAccountAccess","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","createAccountAccess"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e75b3db1-e614-4a24-a114-0acf0fcd9af3"},{"name":"Create Account Access - Card","id":"e73c9f26-9dd2-4a54-9a77-9e4286f8519b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"{{stan}}\",\r\n  \"accessType\": \"{{accessType}}\",\r\n  \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n  \"lookupAccountAccessType\":\"{{lookupAccountAccessType}}\",\r\n  \"lookupAccountAccessValue\":\"{{lookupAccountAccessValue}}\",\r\n  \"newAccountAccessType\":\"{{newAccountAccessType}}\",\r\n  \"newAccountAccessValue\":\"{{newAccountAccessValue}}\",\r\n  \"newAccountAccessCardType\":\"{{newAccountAccessCardType}}\",\r\n  \"reason\":\"{{reason}}\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/createAccountAccess","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","createAccountAccess"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a2d1815b-4a07-401b-99d5-9439544edbe8","name":"Create Account Access - Card","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"123456789\",\r\n  \"accessType\": \"ACCNUM\",\r\n  \"accessTypeValue\": \"2009876543210\",\r\n  \"lookupAccountAccessType\":\"CARD\",\r\n  \"lookupAccountAccessValue\":\"60000000000123456789\",\r\n  \"newAccountAccessType\":\"CARD\",\r\n  \"newAccountAccessValue\":\"6123456789000000000\",\r\n  \"newAccountAccessCardType\":\"AAM_CARD\",\r\n  \"reason\":\"Add new Card\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/createAccountAccess"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Wed, 06 Sep 2023 10:57:02 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"newAccountAccessType\": \"CARD\",\n    \"newAccountAccessValue\": \"6123456789000000000\",\n    \"stan\": \"123456789\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-09-06T12:57:02.586+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Access Account Added Successfully\",\n    \"accountNumber\": \"2009876543210\"\n}"}],"_postman_id":"e73c9f26-9dd2-4a54-9a77-9e4286f8519b"},{"name":"Get Languages","id":"0e6e8d4e-456d-4ce5-9b11-2124407f615b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/general/languages","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","general","languages"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e5248bc2-3d98-4102-a8fc-eba9901a6953","name":"Get Account Type","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/general/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Mon, 25 Mar 2024 19:14:52 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"languages\": [\n        {\n            \"locale\": \"en-US\",\n            \"name\": \"English\"\n        },\n        {\n            \"locale\": \"fr-HT\",\n            \"name\": \"Francais\"\n        },\n        {\n            \"locale\": \"cr-HT\",\n            \"name\": \"Kreyol\"\n        },\n        {\n            \"locale\": \"af-ZA\",\n            \"name\": \"Afrikaans\"\n        },\n        {\n            \"locale\": \"\",\n            \"name\": \"Zulu\"\n        },\n        {\n            \"locale\": \"\",\n            \"name\": \"Xhosa\"\n        },\n        {\n            \"locale\": \"\",\n            \"name\": \"Venda\"\n        },\n        {\n            \"locale\": \"\",\n            \"name\": \"1234567891\"\n        }\n    ],\n    \"processedDateTime\": \"2024-03-25T21:14:52.032+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\"\n}"}],"_postman_id":"0e6e8d4e-456d-4ce5-9b11-2124407f615b"}],"id":"d085897e-8c9a-4abc-a40b-c59af65e3232","_postman_id":"d085897e-8c9a-4abc-a40b-c59af65e3232","description":""},{"name":"Reports","item":[{"name":"Mini Statement","id":"6d18ecbc-09db-4d40-82ab-76924441ad23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/ministatement/((accountNumber}}","description":"<p>This call will return the last 10 transactions of the account its being requested for. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","ministatement","((accountNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bb75adf1-6aa6-43ce-8f76-f6a0456bfa7a","name":"Mini Statement","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/ministatement/{{accountNumber}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"stanley\": \"1793063\",\n    \"responseCode\": \"000\",\n    \"responseMessage\": \"Success\",\n    \"responseDescription\": \"Approved or completed successfully\",\n    \"accountNumber\": \"3004210100451\",\n    \"debitAccountNumber\": null,\n    \"creditAccountNumber\": null,\n    \"currency\": \"USD\",\n    \"currencySymbol\": \"$ (values are in subunit)\",\n    \"balance\": \"341508\",\n    \"date\": 1625733970699,\n    \"fees\": null,\n    \"commissions\": null,\n    \"transactions\": [\n        {\n            \"date\": \"Wed Jul 07 19:54:10 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27123456789\",\n            \"reference\": \"1793030\",\n            \"amount\": \"23000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1793030\",\n            \"requestId\": \"1171896\",\n            \"counterParty\": \"4109501654712\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 15:47:13 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27123456789\",\n            \"reference\": \"1792989\",\n            \"amount\": \"2001\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792989\",\n            \"requestId\": \"1171889\",\n            \"counterParty\": \"4109501654712\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:43:26 SAST 2021\",\n            \"description\": \"Third Party Payment - BFF\",\n            \"reference\": \"1792962\",\n            \"amount\": \"130\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792962\",\n            \"requestId\": \"1171876\",\n            \"counterParty\": \"3009957453963\",\n            \"counterPartyFirstName\": \"Alois\",\n            \"counterPartyLastName\": \"Mumera\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:43:26 SAST 2021\",\n            \"description\": \"Third Party Payment Fee - BFF Fee\",\n            \"reference\": \"1792962\",\n            \"amount\": \"1\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792962\",\n            \"requestId\": \"1171876\",\n            \"counterParty\": \"5004359217086\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Wed Jul 07 13:41:02 SAST 2021\",\n            \"description\": \"Third Party Payment - BFF\",\n            \"reference\": \"1792956\",\n            \"amount\": \"125\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792956\",\n            \"requestId\": \"1171874\",\n            \"counterParty\": \"3009957453963\",\n            \"counterPartyFirstName\": \"Alois\",\n            \"counterPartyLastName\": \"Mumera\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:38:39 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27123456789\",\n            \"reference\": \"1792561\",\n            \"amount\": \"50000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792561\",\n            \"requestId\": \"1171723\",\n            \"counterParty\": \"4109501654712\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:35:33 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27123456789\",\n            \"reference\": \"1792558\",\n            \"amount\": \"45000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792558\",\n            \"requestId\": \"1171722\",\n            \"counterParty\": \"4109501654712\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 21:30:56 SAST 2021\",\n            \"description\": \"Mobile Send Money Transfer - 27123456789\",\n            \"reference\": \"1792553\",\n            \"amount\": \"35000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792553\",\n            \"requestId\": \"1171720\",\n            \"counterParty\": \"4109501654712\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        },\n        {\n            \"date\": \"Mon Jul 05 12:46:18 SAST 2021\",\n            \"description\": \"Mobile Transfer - Test\",\n            \"reference\": \"1792418\",\n            \"amount\": \"1003\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792418\",\n            \"requestId\": \"1171613\",\n            \"counterParty\": \"2007221309704\",\n            \"counterPartyFirstName\": \"Sandbox 2D Merchant\",\n            \"counterPartyLastName\": \"\"\n        },\n        {\n            \"date\": \"Mon Jul 05 12:46:18 SAST 2021\",\n            \"description\": \"Mobile Transfer Fee - null\",\n            \"reference\": \"1792418\",\n            \"amount\": \"1000\",\n            \"type\": \"Debit\",\n            \"authNumber\": \"1792418\",\n            \"requestId\": \"1171613\",\n            \"counterParty\": \"5004359217086\",\n            \"counterPartyFirstName\": \"N/A\",\n            \"counterPartyLastName\": \"N/A\"\n        }\n    ]\n}"}],"_postman_id":"6d18ecbc-09db-4d40-82ab-76924441ad23"},{"name":"Cash Send State","id":"101f528d-a8d6-43be-bb34-067256b72c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/state/v1","description":"<p>This call provides the different Cash Send State Types to be used in Cash Send Statement</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSend","state","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"101f528d-a8d6-43be-bb34-067256b72c24"},{"name":"Cash Send Statement","id":"e57d662d-ee1b-402a-9036-6a15c5f87eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accountNumber}}\",\r\n    \"accessTypeSecurity\": \"{{PIN}}\",\r\n    \"fromMobileNumber\": \"{{fromMobileNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"state\": \"All\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/statement/v1","description":"<p>This call will return the Cash Send transaction listing between a Sender and Recipient, based on the Cash Send State</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSend","statement","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e57d662d-ee1b-402a-9036-6a15c5f87eee"},{"name":"Cash Send Quote Statement","id":"c3780016-1763-42a3-b064-6cd924762b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"fromMobileNumber\": \"{{fromMobileNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"state\": \"Quote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/statement/v1","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSend","statement","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c7faf6fd-5509-42f0-abf7-bcdade875fe7","name":"Cash Send Quote Statement","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3009876543210\",\r\n    \"accessTypeSecurity\": \"1122\",\r\n    \"fromMobileNumber\": \"277198765432\",\r\n    \"toMobileNumber\": \"277123456789\",\r\n    \"state\": \"Quote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/statement/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Thu, 29 Jun 2023 08:51:57 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"code\": \"0123456789\",\n            \"amount\": \"500\",\n            \"fee\": null,\n            \"recipientMobile\": \"277123456789\",\n            \"state\": \"Claimed\",\n            \"createStan\": \"54321\",\n            \"createDate\": \"2023-06-28 13:15:26\",\n            \"createFacilitatorAccountNumber\": \"3009876543210\",\n            \"claimStan\": \"12345\",\n            \"claimDate\": \"2023-06-28 13:15:39\",\n            \"claimFacilitatorAccountNumber\": \"2009876543210\",\n            \"fromAccountNumber\": null,\n            \"toAccountNumber\": null\n        }\n    ],\n    \"stan\": \"{{stan}}\",\n    \"authNumber\": \"54321\",\n    \"processedDateTime\": \"2023-06-29 10:51:57.046\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"c3780016-1763-42a3-b064-6cd924762b29"},{"name":"End of Shift - Account Number","event":[{"listen":"test","script":{"id":"102caa6e-b48b-4311-8acd-2f541d4aa864","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"227f885d-e71c-4822-8b6c-28545a542d7d","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"7d41b262-5609-4257-a016-cecadea84267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"accessType\": \"{{accessType}}\",\n\t\"accessTypeValue\": \"{{accessTypeValue}}\",\n\t\"fromTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\",\n\t\"toTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/endofday","description":"<p>Call is use to retreive \"EOD\" data for a specific account. Its called an EOD but the call allows for data over a period of multiple days.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","endofday"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"771781d6-44e1-480f-aa15-d3f403ca2f97","name":"End of Shift - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/endofday"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"openingBalance\": \"9993350\",\r\n    \"closingBalance\": \"9992750\",\r\n    \"transactions\": [\r\n        {\r\n            \"transactionType\": \"Send Money Transfer\",\r\n            \"transactionCount\": \"2\",\r\n            \"transactionTotal\": \"600\",\r\n            \"transactions\": [\r\n                {\r\n                    \"date\": \"2022-06-02 14:10:32.610\",\r\n                    \"description\": \"Third Party Send Money Transfer - 27768490506\",\r\n                    \"amount\": 300,\r\n                    \"debitAmount\": 300,\r\n                    \"creditAmount\": null,\r\n                    \"balance\": null,\r\n                    \"type\": \"D\",\r\n                    \"authNumber\": \"4491\",\r\n                    \"product\": null,\r\n                    \"counterparty\": null,\r\n                    \"allocation\": null\r\n                },\r\n                {\r\n                    \"date\": \"2022-06-02 14:37:34.461\",\r\n                    \"description\": \"Third Party Send Money Transfer - 27768490506\",\r\n                    \"amount\": 300,\r\n                    \"debitAmount\": 300,\r\n                    \"creditAmount\": null,\r\n                    \"balance\": null,\r\n                    \"type\": \"D\",\r\n                    \"authNumber\": \"4498\",\r\n                    \"product\": null,\r\n                    \"counterparty\": null,\r\n                    \"allocation\": null\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"stan\": \"1589911809\",\r\n    \"authNumber\": \"7451\",\r\n    \"processedDateTime\": \"2022-06-30T15:37:39.114+02:00\",\r\n    \"responseCode\": 0\r\n}"}],"_postman_id":"7d41b262-5609-4257-a016-cecadea84267"},{"name":"Full Statement","id":"32f03a70-0db7-4dbb-8f47-c297747aac2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n\t\"accountNumber\": \"{{accountNumber}}\",\r\n\t\"fromTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\",\r\n\t\"toTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/fullstatement","description":"<p>The call allows you to view a Full Statement for a specific account based on a selected period.</p>\n<p>Period is limited to the current Banking rules which allows only a calender month.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","fullstatement"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e26398fe-fc94-4da7-8ee6-cc6d95d320ec","name":"Full Statement","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/fullstatement"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1589911809\",\r\n    \"authNumber\": \"7466\",\r\n    \"processedDateTime\": \"2022-06-30T15:41:01.725+02:00\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": null,\r\n    \"startTimestamp\": 1654034400000,\r\n    \"endTimestamp\": 1656626399999,\r\n    \"openingBalance\": 0,\r\n    \"closingBalance\": 87900,\r\n    \"transactions\": [\r\n        {\r\n            \"date\": \"2022-06-15 14:14:40.323\",\r\n            \"description\": \"Web Deposit - test\",\r\n            \"amount\": 100000,\r\n            \"debitAmount\": null,\r\n            \"creditAmount\": 100000,\r\n            \"balance\": null,\r\n            \"type\": \"C\",\r\n            \"authNumber\": \"6000\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4003299694019\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:15:30.412\",\r\n            \"description\": \"Third Party 2D Deposit\",\r\n            \"amount\": 100,\r\n            \"debitAmount\": null,\r\n            \"creditAmount\": 100,\r\n            \"balance\": null,\r\n            \"type\": \"C\",\r\n            \"authNumber\": \"6001\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:15:49.511\",\r\n            \"description\": \"Third Party 2D Payment\",\r\n            \"amount\": 1050,\r\n            \"debitAmount\": 1050,\r\n            \"creditAmount\": null,\r\n            \"balance\": null,\r\n            \"type\": \"D\",\r\n            \"authNumber\": \"6002\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:16:02.726\",\r\n            \"description\": \"Third Party 2D Withdraw\",\r\n            \"amount\": 100,\r\n            \"debitAmount\": 100,\r\n            \"creditAmount\": null,\r\n            \"balance\": null,\r\n            \"type\": \"D\",\r\n            \"authNumber\": \"6004\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:17:11.411\",\r\n            \"description\": \"Third Party 2D Deposit\",\r\n            \"amount\": 100,\r\n            \"debitAmount\": null,\r\n            \"creditAmount\": 100,\r\n            \"balance\": null,\r\n            \"type\": \"C\",\r\n            \"authNumber\": \"6010\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:17:21.441\",\r\n            \"description\": \"Third Party 2D Payment\",\r\n            \"amount\": 1050,\r\n            \"debitAmount\": 1050,\r\n            \"creditAmount\": null,\r\n            \"balance\": null,\r\n            \"type\": \"D\",\r\n            \"authNumber\": \"6011\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-15 14:17:37.307\",\r\n            \"description\": \"Third Party 2D Withdraw\",\r\n            \"amount\": 100,\r\n            \"debitAmount\": 100,\r\n            \"creditAmount\": null,\r\n            \"balance\": null,\r\n            \"type\": \"D\",\r\n            \"authNumber\": \"6013\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        },\r\n        {\r\n            \"date\": \"2022-06-27 15:17:13.119\",\r\n            \"description\": \"Third Party 2D Payment\",\r\n            \"amount\": 10000,\r\n            \"debitAmount\": 10000,\r\n            \"creditAmount\": null,\r\n            \"balance\": null,\r\n            \"type\": \"D\",\r\n            \"authNumber\": \"7160\",\r\n            \"product\": null,\r\n            \"counterparty\": \"4105623254687\",\r\n            \"allocation\": null\r\n        }\r\n    ]\r\n}"}],"_postman_id":"32f03a70-0db7-4dbb-8f47-c297747aac2d"},{"name":"Lookup Transaction","id":"8088f8db-97c5-49c3-83be-def48bd5d7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n\t\"accountNumber\": \"{{accountNumber}}\",\r\n\t\"transactionReference\": \"{{transactionReference}}\",\r\n    \"transactionRequestId\": \"{{transactionRequestId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{host}}/BankAPI/api/account/transaction/query","description":"<p>Call allows for a specific transaction to be looked up.</p>\n","urlObject":{"protocol":"http","path":["BankAPI","api","account","transaction","query"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8088f8db-97c5-49c3-83be-def48bd5d7a9"}],"id":"f70a461c-6150-42a9-99c3-1ba9cef65c2d","_postman_id":"f70a461c-6150-42a9-99c3-1ba9cef65c2d","description":""},{"name":"Acknowledge Receipt","item":[{"name":"Acknowledge Receipt","id":"2cbcb2c0-a974-4acf-ac7d-087f63d5246e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accountNumber}}\",\r\n    \"transactionRequestId\": \"{{RequestId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/acknowledge","description":"<p>Used by API Integrators for confirmation that a Response was received for a previous transaction, i.e. Deposit. Reversible Rules are linked to Acknowledge Receipt with timeout parameter settings. If for example a API Deposit is set up as a Reversible Acknowledge Rule, then the Acknowledge Receipt call will need to be done before the timeout parameter for the transaction to remain successful, otherwise is is automatically reversed.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transaction","acknowledge"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"66357d88-2fc9-470d-83df-edfb86cfb19e","name":"Acknowledge Receipt","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"1234602\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"2001921032344\",\r\n    \"transactionRequestId\": \"61616\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/acknowledge"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1234602\",\r\n    \"authNumber\": \"61618\",\r\n    \"processedDateTime\": \"2023-06-19T14:09:47.679+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"2cbcb2c0-a974-4acf-ac7d-087f63d5246e"}],"id":"db429c71-e2ac-44b1-be98-79cb670df435","_postman_id":"db429c71-e2ac-44b1-be98-79cb670df435","description":""}],"id":"644ef65f-0cc2-465e-83e8-39b410c1c7ff","_postman_id":"644ef65f-0cc2-465e-83e8-39b410c1c7ff","description":""},{"name":"Transactions","item":[{"name":"Deposit","item":[{"name":"Deposit - Account Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"75a0dac5-0b4b-455b-827c-38520a66cbbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountAccessValue}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit","description":"<p>The call allows for a deposit made from a specific Merchant account to another Customer/Merchant in your silo.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","deposit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"09719438-6930-4ebc-a2d8-f5297059706c","name":"Deposit - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 10:39:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"100000\",\n    \"reference\": \"Deposit\",\n    \"stan\": \"1589911809\",\n    \"authNumber\": \"7520\",\n    \"processedDateTime\": \"2022-06-30T16:23:37.149+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"debitAccountNumber\": \"2004695363821\",\n    \"creditAccountNumber\": \"3007339261520\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"186910\",\n    \"ledger\": \"186910\"\n}"}],"_postman_id":"75a0dac5-0b4b-455b-827c-38520a66cbbb"},{"name":"Deposit - SUB Type - Mobile Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"39e23724-01cd-43a1-9098-963d370cbc99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"MOBILE\",\r\n\t\"accessTypeValue\": \"{{mobileNumber}}\",\r\n\t\"accessTypeSecurity\": \"{{mobilePIN}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"subTransactionType\":\"{{subTransactionTypeAlias}}\",\r\n\t\"accountNumber\":\"{{accountNumber}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit","description":"<p>The call allows for a sub transaction deposit made from a specific Merchant account to another Customer/Merchant in your Institute, using Recipient's Mobile + PIN</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","deposit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39e23724-01cd-43a1-9098-963d370cbc99"},{"name":"Deposit - SUB Type - Account Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"12b83544-56d5-4ded-915a-e198fe9667eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountAccessValue}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"subTransactionType\":\"{{subTransactionTypeAlias}}\",\r\n\t\"accountNumber\":\"{{accountNumber}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit","description":"<p>The call allows for a sub transaction deposit made from a specific Merchant account to another Customer/Merchant in your Institute, using Recipient's Mobile + PIN</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","deposit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12b83544-56d5-4ded-915a-e198fe9667eb"},{"name":"Deposit - Card Number","event":[{"listen":"test","script":{"id":"77c8736a-0218-4b52-9919-8036973faf69","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1198239d-b972-435f-bae5-033075fcb39b","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"75b30d2f-d237-4cbc-abe2-d052abb7e36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"CARD\",\r\n\t\"accessTypeValue\": \"{{cardNumber}}\",\r\n    \"accessTypeSecurity\": \"{{PIN}}\",\r\n\t\"amount\": {{Amount}},\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"https://{{host}}/BankAPI/api/account/deposit","description":"<p>The call allows for a deposit made from a specific Merchant account to another Customer/Merchant in your silo.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","deposit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ab4d47ec-2883-4fd2-a270-70057f505aec","name":"Deposit - Card Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 09:43:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"700\",\n    \"reference\": \"Seven Rand deposit\",\n    \"stan\": \"1656599143\",\n    \"authNumber\": \"7525\",\n    \"processedDateTime\": \"2022-06-30T16:25:43.711+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"debitAccountNumber\": \"2007110286181\",\n    \"creditAccountNumber\": \"3005962153149\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"700\",\n    \"ledger\": \"700\"\n}"}],"_postman_id":"75b30d2f-d237-4cbc-abe2-d052abb7e36c"}],"id":"75c8fe8f-4402-4f2c-9a46-b551a0d3e5cd","_postman_id":"75c8fe8f-4402-4f2c-9a46-b551a0d3e5cd","description":""},{"name":"Payment","item":[{"name":"Payment - Account Number","event":[{"listen":"test","script":{"id":"ae427e2a-c813-4364-8ef2-17e8ea639c93","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"6017cdd4-ac95-4225-a96b-f81a0c7361b6","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"7012fdf4-b2a2-4275-8179-e40505e692b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"{{stan}}\",\r\n  \"accessType\": \"ACCNUM\",\r\n  \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n  \"amount\": \"{{amount}}\",\r\n  \"accountNumber\": \"{{accountNumber}}\",\r\n  \"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/payment","description":"<p>The call allows for a payment to be made from a specific Customer account to a Merchant account in your silo.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","payment"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e9d9e3bb-0ac3-4278-82d4-c1b292fc4e8d","name":"Payment - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/payment"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"250\",\r\n    \"reference\": \"R2.50 cup of tea\",\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7551\",\r\n    \"processedDateTime\": \"2022-07-01T10:42:39.755+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"2004695363821\",\r\n    \"debitAccountNumber\": \"2004695363821\",\r\n    \"creditAccountNumber\": \"3005962153149\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"9393490\",\r\n    \"ledger\": \"9393490\"\r\n}"}],"_postman_id":"7012fdf4-b2a2-4275-8179-e40505e692b1"},{"name":"Payment - SUB Type - Account Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"5add7327-a877-400b-bbc5-7756f29590d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountAccessValue}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"subTransactionType\":\"{{subTransactionTypeAlias}}\",\r\n\t\"accountNumber\":\"{{accountNumber}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/payment","description":"<p>The call allows for a sub transaction deposit made from a specific Merchant account to another Customer/Merchant in your Institute, using Recipient's Mobile + PIN</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","payment"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5add7327-a877-400b-bbc5-7756f29590d8"},{"name":"Payment - Card Number","event":[{"listen":"test","script":{"id":"1cab2fde-a372-48ff-9f90-164bd75f3a1d","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e2d104c3-d243-48dd-a19e-de605f51a73d","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"185b29ec-e640-48ef-a9ca-1f706fff4598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"{{stan}}\",\r\n  \"accessType\": \"CARD\",\r\n  \"accessTypeValue\": \"{{cardNumber}}\",\r\n  \"accessTypeSecurity\": \"{{PIN}}\",\r\n  \"amount\": {{Amount}},\r\n  \"reference\": \"{{reference}}\"\r\n}"},"url":"https://{{host}}/BankAPI/api/account/payment","description":"<p>The call allows for a payment to be made from a specific Customer account to a Merchant account in your silo.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","payment"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"16c429ad-ce81-4076-824e-c4e19c98eb08","name":"Payment - Card Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/payment"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"100\",\r\n    \"reference\": \"R1.00 cup of tea\",\r\n    \"stan\": \"1656665037\",\r\n    \"authNumber\": \"7553\",\r\n    \"processedDateTime\": \"2022-07-01T10:44:08.242+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"debitAccountNumber\": \"3005962153149\",\r\n    \"creditAccountNumber\": \"2004718931389\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"850\",\r\n    \"ledger\": \"850\"\r\n}"}],"_postman_id":"185b29ec-e640-48ef-a9ca-1f706fff4598"},{"name":"Payment - Mobile Number","event":[{"listen":"test","script":{"id":"1c62a47b-150b-4cf1-ba86-64e4f3ac2a4d","exec":["pm.environment.unset('stan');"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"cd2dada0-7e1e-44d7-b4a7-c52426d83796","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"888d2a05-3db8-424d-ad50-81f5bdc27938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"{{stan}}\",\r\n  \"accessType\": \"{{accessType}}\",\r\n  \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n  \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n  \"amount\": \"{{amount}}\",\r\n  \"accountNumber\": \"{{accountNumber}}\",\r\n  \"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/payment","description":"<p>Used to perform a payment from this connection's merchant \naccount into the customer account provided.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","payment"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"611db0f6-3cd6-47f8-a7f9-931382cc7256","name":"Payment - Mobile Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"stan\": \"7654321\",\r\n  \"accessType\": \"MOBILE\",\r\n  \"accessTypeValue\": \"277198765432\",\r\n  \"accessTypeSecurity\": \"1122\",\r\n  \"amount\": \"1000\",\r\n  \"accountNumber\": \"2009876543210\",\r\n  \"reference\": \"Loyalty\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"Apache-Coyote/1.1"},{"key":"date","value":"Mon, 07 Aug 2023 09:30:46 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"1000\",\n    \"reference\": \"Loyalty\",\n    \"stan\": \"7654321\",\n    \"authNumber\": \"654321\",\n    \"processedDateTime\": \"2023-08-07T11:30:46.030+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3009876543210\",\n    \"debitAccountNumber\": \"3009876543210\",\n    \"creditAccountNumber\": \"2009876543210\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"78000\",\n    \"ledger\": \"78000\"\n}"}],"_postman_id":"888d2a05-3db8-424d-ad50-81f5bdc27938"}],"id":"3d80c865-2bf5-4486-9c3a-b8c81847d1be","_postman_id":"3d80c865-2bf5-4486-9c3a-b8c81847d1be","description":""},{"name":"Send Money Transfer","item":[{"name":"Send Money v3 - Account Number","event":[{"listen":"prerequest","script":{"id":"5a104b90-b98e-427e-916f-4109fa6fe06f","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"96f75385-7c53-4ce4-8fc0-d7f101844e75","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"bb2663cd-0d29-4c6b-97b3-9502557e259e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"fromMobileNumber\": \"{{fromMobileNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v3","description":"<p>The call allows for a Subcriber i.e. existing Customer and Non Subscriber i.e. not a Customer in the system to Send Money to a Mobile Number.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","sendMoney","v3"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d53affde-e233-4d96-a20d-522e1e5cd495","name":"Send Money v3 - Account Number","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v3"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"06848584\",\r\n    \"amount\": \"300\",\r\n    \"stan\": \"1656665492\",\r\n    \"authNumber\": \"7554\",\r\n    \"processedDateTime\": \"2022-07-01 10:51:32.294\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2004695363821\",\r\n    \"debitAccountNumber\": \"2004695363821\",\r\n    \"creditAccountNumber\": \"4100404024720\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"9393190\",\r\n    \"ledger\": \"9393190\"\r\n}"}],"_postman_id":"bb2663cd-0d29-4c6b-97b3-9502557e259e"},{"name":"Send Money v3 - Card Number","event":[{"listen":"prerequest","script":{"id":"ecd9d077-bf1a-406d-9f48-b73e29ac00e6","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"13e5ee18-19f3-4a63-808b-97403d64bdca","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"c640ae31-7a83-4354-b52f-88cd1dec237a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"CARD\",\r\n    \"accessTypeValue\": \"{{cardNumber}}\",\r\n    \"accessTypeSecurity\": \"{{PIN}}\",\r\n    \"fromMobileNumber\": \"{{fromMobile}}\",\r\n    \"toMobileNumber\": \"{{toMobile}}\",\r\n    \"amount\": \"{{Amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/transfer/sendMoney/v3","description":"<p>The call allows for a Subcriber i.e. existing Customer and Non Subscriber i.e. not a Customer in the system to Send Money to a Mobile Number.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","transfer","sendMoney","v3"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cdfbcd32-c29d-480d-b0f1-a6cd89bc1662","name":"Send Money v3 - Card Number","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/transfer/sendMoney/v3"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"04639397\",\r\n    \"amount\": \"600\",\r\n    \"stan\": \"1656665650\",\r\n    \"authNumber\": \"7557\",\r\n    \"processedDateTime\": \"2022-07-01 10:54:10.304\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"debitAccountNumber\": \"3005962153149\",\r\n    \"creditAccountNumber\": \"4100404024720\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"250\",\r\n    \"ledger\": \"250\"\r\n}"}],"_postman_id":"c640ae31-7a83-4354-b52f-88cd1dec237a"},{"name":"Send Money v4 - Account Number","event":[{"listen":"prerequest","script":{"id":"90722c09-e005-476e-8129-12c8374cee28","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"66d1b621-0e34-4a3a-b0cc-10481edc4932","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"d5e1d002-b8fc-4382-b1d3-d4fd7de356a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"fromMobileNumber\": \"{{fromMobileNumber}}\",\r\n    \"fromFirstName\": \"{{fromFirstName}}\",\r\n    \"fromLastName\": \"{{fromLastName}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"toFirstName\": \"{{toFirstName}}\",\r\n    \"toLastName\": \"{{toLastName}}\",\r\n    \"toIdNumber\": \"{{toIdNumber}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v4","description":"<p>The call allows for a Subcriber i.e. existing Customer and Non Subscriber i.e. not a Customer in the system to Send Money to a Mobile Number.</p>\n<p>This call allows for additional information to be provided for the Sender and Receiver</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","sendMoney","v4"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9cea6927-0cc2-4265-af4c-2ca9ce6e7464","name":"Send Money v4 - Account Number","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v4"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"59721678\",\r\n    \"amount\": \"100\",\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7559\",\r\n    \"processedDateTime\": \"2022-07-01 10:58:48.942\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2004737683263\",\r\n    \"debitAccountNumber\": \"2004737683263\",\r\n    \"creditAccountNumber\": \"4100404024720\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"-16955\",\r\n    \"ledger\": \"-16955\"\r\n}"}],"_postman_id":"d5e1d002-b8fc-4382-b1d3-d4fd7de356a1"},{"name":"Send Money Claim Query","event":[{"listen":"prerequest","script":{"id":"10829eaf-b157-4a92-85ca-8920a0f5d814","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"fd5a5e42-010c-4178-86cf-7838d88ffe07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stan\": \"{{stan}}\",\n    \"accessType\": \"ACCNUM\",\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\n    \"amount\": \"{{amount}}\",\n    \"recipientMobileNumber\": \"{{recipientMobileNumber}}\",\n    \"secretCode\": \"{{secretCode}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/query","description":"<p>The call allows for a Send Money codes status to be queried.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","query"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d12ba9aa-8819-4834-a98e-f87c8dff950e","name":"Send Money Claim Query","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/query"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"100\",\n    \"senderFirstName\": \"John\",\n    \"senderLastName\": \"van Wyk\",\n    \"senderMobileNumber\": \"27798783115\",\n    \"recipientFirstName\": \"Morne\",\n    \"recipientLastName\": \"Galanos\",\n    \"recipientMobileNumber\": \"27825746944\",\n    \"recipientIdNumber\": \"789456123\",\n    \"stan\": \"{{stan}}\",\n    \"authNumber\": \"1781651\",\n    \"processedDateTime\": \"2021-06-23 16:30:54.690\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"fees\": [],\n    \"commissions\": []\n}"}],"_postman_id":"fd5a5e42-010c-4178-86cf-7838d88ffe07"},{"name":"Send Money Claim","event":[{"listen":"prerequest","script":{"id":"7f6a49d0-b8a2-4c18-a237-4c039d9716ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"8e6ce958-2642-4cea-98a0-de9724df01f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"accountNumber\": \"{{accountNumber}}\",\n\"fromMobileNumber\": \"{{fromMobileNumber}}\",\n\"amount\": \"{{amount}}\",\n\"transferCode\": \"{{transferCode}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/claim","description":"<p>The call allows for Send Money funds to be claimed from a Merchant using credentials sent to Non Customers</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","claim"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"845dd5b5-b58a-4cb7-92f9-e672141cc532","name":"Send Money Claim","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/claim"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"100\",\r\n    \"stan\": \"4890\",\r\n    \"authNumber\": \"7890\",\r\n    \"processedDateTime\": \"2022-07-05 15:59:59.078\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2004737683263\",\r\n    \"debitAccountNumber\": \"4100404024720\",\r\n    \"creditAccountNumber\": \"2004737683263\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"-16955\",\r\n    \"ledger\": \"-16955\"\r\n}"}],"_postman_id":"8e6ce958-2642-4cea-98a0-de9724df01f5"},{"name":"Send Money Claim - Code Only","event":[{"listen":"prerequest","script":{"id":"e64d6d36-e245-47f7-98af-adedde48e569","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"213b20e3-da09-44d8-b73d-6e07c9f2e878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stan\": \"{{stan}}\",\n    \"accessType\": \"{{accessType}}\",\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\n    \"transferCode\": \"{{transferCode}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/claimWithCodeOnly","description":"<p>The call allows for Send Money funds to be claimed from a Merchant using just a Send Money secret code that was sent to a Non Customers</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","claimWithCodeOnly"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"921361df-0396-429d-956b-db053b272105","name":"Send Money Claim - Code Only","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/claimWithCodeOnly"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"100\",\n    \"stan\": \"4573\",\n    \"authNumber\": \"7562\",\n    \"processedDateTime\": \"2022-07-01 11:05:31.188\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"accountNumber\": \"2004737683263\",\n    \"debitAccountNumber\": \"4100404024720\",\n    \"creditAccountNumber\": \"2004737683263\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"-16855\",\n    \"ledger\": \"-16855\"\n}"}],"_postman_id":"213b20e3-da09-44d8-b73d-6e07c9f2e878"},{"name":"Send Money","id":"69b907f8-e635-4a5c-858a-139f5c0e2bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"subTransactionType\":\"{{subTransactionType}}\",\r\n    \"amount\": \"{{amount}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","sendMoney"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"61bbc44a-ce69-4b5b-9025-42faf9e2a123","name":"Send Money","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"3009876543210\",\r\n    \"toMobileNumber\": \"277198765432\",\r\n    \"amount\": \"5000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/transfer/sendMoney"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 13:23:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"87654321\",\n    \"stan\": \"654321\",\n    \"authNumber\": \"7654321\",\n    \"processedDateTime\": \"2021-03-12 15:23:45.387\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"accountNumber\": null\n}"}],"_postman_id":"69b907f8-e635-4a5c-858a-139f5c0e2bca"},{"name":"Send Money v2","id":"37d688ec-0407-4b5d-b128-7691b8ba0be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"fromMobileNumber\": \"{{fromMobileNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"amount\": \"{{amount}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v2","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","sendMoney","v2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"530db469-cfa3-45ce-a9a3-3e17d8104ad3","name":"Send Money v2","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"2009876543210\",\r\n    \"fromMobileNumber\": \"277198765432\",\r\n    \"toMobileNumber\": \"277123456789\",\r\n    \"amount\": \"500\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney/v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 13:27:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"87654321\",\n    \"stan\": \"654321\",\n    \"authNumber\": \"7654321\",\n    \"processedDateTime\": \"2021-03-12 15:27:24.674\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"accountNumber\": null\n}"}],"_postman_id":"37d688ec-0407-4b5d-b128-7691b8ba0be2"},{"name":"Send Money Transfer","id":"8f2fcafe-c997-4872-afc1-6d31289cbd0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\r\n    \"amount\": \"{{amount}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","sendMoney"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7b46beb1-d089-4ed3-9abb-a4ea02daabef","name":"Send Money Transfer","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\": \"2009876543210\",\r\n    \"toMobileNumber\": \"227198765432\",\r\n    \"amount\": \"1000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/sendMoney"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"1000\",\r\n    \"stan\": \"7654321\",\r\n    \"authNumber\": \"1234567\",\r\n    \"processedDateTime\": \"2024-10-02 13:34:38.591\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2009876543210\",\r\n    \"debitAccountNumber\": \"2009876543210\",\r\n    \"creditAccountNumber\": \"3009876543210\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"75424\",\r\n    \"ledger\": \"75424\"\r\n}"}],"_postman_id":"8f2fcafe-c997-4872-afc1-6d31289cbd0b"}],"id":"dd2c1bd7-b2f9-49bd-9572-adbb0a10a611","_postman_id":"dd2c1bd7-b2f9-49bd-9572-adbb0a10a611","description":""},{"name":"Send Cash","item":[{"name":"Send Cash Quote","event":[{"listen":"prerequest","script":{"id":"feff5ed3-b42e-465c-a342-12832957bfb7","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"5d8d9ef3-8506-43d5-aba8-f88dff19774c","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"897ecece-00a2-4ccf-934f-8532be8f8e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"mobileNumber\": \"{{mobileNumber}}\",\r\n    \"sourceOfFunds\": \"{{sourceOfFunds}}\",\r\n    \"transactionPurpose\": \"{{transactionPurpose}}\",\r\n    \"amount\": \"{{amount}}\"\r\n}'","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendQuote/v1","description":"<p>The call allows a Customer to request a quote Code, with assosciated Fees involved in a Cash Send transaction, for a specified amount.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSendQuote","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"07f51839-04fa-4fbe-ae34-b8a40133c150","name":"Send Cash Quote","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"123456\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3002329586132\",\r\n    \"mobileNumber\": \"2637123456789\",\r\n    \"amount\": \"700\",\r\n    \"sourceOfFunds\": \"SAL\",\r\n    \"transactionPurpose\": \"GFT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendQuote/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"toMobileNumber\": \"263123456789\",\r\n    \"fromMobileNumber\": \"278123456789\",\r\n    \"amount\": \"700\",\r\n    \"quoteCode\": \"968436464\",\r\n    \"stan\": \"123456\",\r\n    \"authNumber\": \"73256\",\r\n    \"processedDateTime\": \"2023-06-29 10:49:04.643\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [\r\n        {\r\n            \"name\": \"BFF\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"14\"\r\n        },\r\n        {\r\n            \"name\": \"IMTT\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"28\"\r\n        }\r\n    ],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"897ecece-00a2-4ccf-934f-8532be8f8e39"},{"name":"Send Cash Look up","event":[{"listen":"prerequest","script":{"id":"447cc6b8-5add-47ef-a6b1-55631103f41b","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"098469eb-a0ac-4601-8df1-72029df30c95","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"734375c0-91c8-4639-a480-7d5e17a488ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"quoteCode\": \"{{quoteCode}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendQuoteLookup/v1","description":"<p>The call allows for an Account to query a Send Cash Quote, the data will be used to generate a Send Cash transaction.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSendQuoteLookup","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"00a0b59f-d735-4528-ba7f-4d3f4b263b95","name":"Send Cash Look up","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"123456\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"2007364165634\",\r\n\t\"quoteCode\": \"968436464\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendQuoteLookup/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"toMobileNumber\": \"263123456789\",\r\n    \"fromMobileNumber\": \"GAAP001\",\r\n    \"amount\": \"700\",\r\n    \"quoteCode\": \"968436464\",\r\n    \"stan\": \"1688028570\",\r\n    \"authNumber\": \"73265\",\r\n    \"processedDateTime\": \"2023-06-29 10:49:30.579\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [\r\n        {\r\n            \"name\": \"BFF\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"14\"\r\n        },\r\n        {\r\n            \"name\": \"IMTT\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"28\"\r\n        }\r\n    ],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"734375c0-91c8-4639-a480-7d5e17a488ab"},{"name":"Send Cash","event":[{"listen":"prerequest","script":{"id":"7c91cabe-4adb-4a20-ae9e-b5a59a241e51","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"aff378b3-26fa-4ce8-a587-cb92d65746c2","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"d66e46f7-aef0-4312-9c94-5fbd1f8cd6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"quoteCode\": \"{{quoteCode}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/v1","description":"<p>The call allows for a Merchant Account to process a Send Cash transaction on behalf of the Customer, with a SMS being sent to the Recipient with a Claim Code</p>\n<p>Send Cash currently is only for Customers that have accounts in the system.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSend","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"65275ad8-adff-49e3-b0b0-1c3c6dc2e92d","name":"Send Cash","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"123456\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"3002329586132\",\r\n\t\"quoteCode\": \"968436464\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSend/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"toMobileNumber\": \"263123456789\",\r\n    \"fromMobileNumber\": \"278123456789\",\r\n    \"amount\": \"700\",\r\n    \"claimCode\": \"262130506\",\r\n    \"stan\": \"1688028614\",\r\n    \"authNumber\": \"73278\",\r\n    \"processedDateTime\": \"2023-06-29 10:50:14.090\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [\r\n        {\r\n            \"name\": \"BFF\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"14\"\r\n        },\r\n        {\r\n            \"name\": \"IMTT\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"28\"\r\n        }\r\n    ],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"d66e46f7-aef0-4312-9c94-5fbd1f8cd6e6"},{"name":"Send Cash Claim","event":[{"listen":"prerequest","script":{"id":"e1ea113c-992d-4385-8b9f-f79af5842d5f","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"53b16830-af6c-498f-be6c-451f640e2864","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"fd974282-8137-4032-8db4-cd45e9030fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\r\n    \"claimCode\": \"{{claimCode}}\",\r\n    \"senderMobileNumber\": \"{{senderMobileNumber}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendClaim/v1","description":"<p>This call allows for a Customer to use the Claim Code generated under Send Cash at a Merchant, with the result being a Cash Out / Withdrawal by Merchant to the claiming participant</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","cashSendClaim","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"67dbf044-c793-4db9-895f-34faead79586","name":"Send Cash Claim","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"123456\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"2007364165634\",\r\n\t\"claimCode\": \"968436464\",\r\n\t\"senderMobileNumber\": \"278123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/cashSendClaim/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"toMobileNumber\": \"2637123456789\",\r\n    \"fromMobileNumber\": \"278123456789\",\r\n    \"amount\": \"700\",\r\n    \"claimCode\": \"968436464\",\r\n    \"stan\": \"1688029808\",\r\n    \"authNumber\": \"73317\",\r\n    \"processedDateTime\": \"2023-06-29 11:10:08.482\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"fd974282-8137-4032-8db4-cd45e9030fc5"}],"id":"e544020c-2881-4e96-8ce3-a188336c7a61","_postman_id":"e544020c-2881-4e96-8ce3-a188336c7a61","description":""},{"name":"Transfer","item":[{"name":"Account Transfer v2 - Account Number","event":[{"listen":"prerequest","script":{"id":"ac440865-792a-4396-ad81-995ec29a0d7a","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"7360e605-f353-490b-9e18-b8548cbabc74","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"9f91d629-106e-4d11-ab30-2cca3b020a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"stan\": \"{{stan}}\",\n    \"accessType\": \"ACCNUM\",\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\n    \"toAccountNumber\": \"{{toAccountNumber}}\",\n    \"accessTypeSecurity\": \"{{accessTypeSecurity}}\",\n\t\"amount\": \"{{amount}}\",\n    \"reference\": \"{{reference}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/v2","description":"<p>The call allows Customers in the system to transfer funds between themselves.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","v2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bc3c2cea-bb92-4b84-a845-d31833c35ae8","name":"Account Transfer v2 - Account Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/v2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accountNumber\": \"{{accountNumber}}\",\r\n    \"toAccountNumber\": \"{{toAccountNumber}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"}],"_postman_id":"9f91d629-106e-4d11-ab30-2cca3b020a48"},{"name":"Account Transfer - SUB Type - Account Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"6b08a4ed-65fd-4a46-a122-198af7a7a0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountAccessValue}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"subTransactionType\":\"{{subTransactionTypeAlias}}\",\r\n\t\"accountNumber\":\"{{accountNumber}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/v2","description":"<p>The call allows for a sub transaction deposit made from a specific Merchant account to another Customer/Merchant in your Institute, using Recipient's Mobile + PIN</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","v2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b08a4ed-65fd-4a46-a122-198af7a7a0e7"},{"name":"Account Transfer v2 - Card Number","event":[{"listen":"prerequest","script":{"id":"de8feb0c-ee14-48d6-a07d-53db7a2fe3d4","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"5377186f-00a8-4184-8f22-82e87ab57ac0","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"51e849e5-8338-46ea-a59f-cfcc021812db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"stan\": \"{{stan}}\",\n    \"accessType\": \"CARD\",\n    \"accessTypeValue\": \"{{cardNumber}}\",\n    \"accessTypeSecurity\": \"{{PIN}}\",\n\t\"amount\": \"{{amount}}\",\n    \"reference\": \"{{Reference}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/v2","description":"<p>The call allows Customers in the system to transfer funds between themselves.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","v2"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8a219ddf-3385-4227-8c84-5c524245ab21","name":"Account Transfer v2 - Card Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/v2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"1050\",\r\n    \"reference\": \"R10.50 cup of tea\",\r\n    \"stan\": \"1656667653\",\r\n    \"authNumber\": \"7578\",\r\n    \"processedDateTime\": \"2022-07-01 11:27:33.174\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"3005962153149\",\r\n    \"debitAccountNumber\": \"3005962153149\",\r\n    \"creditAccountNumber\": \"3007339261520\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"51e849e5-8338-46ea-a59f-cfcc021812db"},{"name":"Account Transfer","id":"c5c5bc4e-a5ef-4728-a450-ef9888bd310b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"stan\": \"{{stan}}\",\n  \"accountNumber\": \"{{accountNumber}}\",\n  \"toAccountNumber\": \"{{toAccountNumber}}\",\n  \"amount\": \"{{amount}}\",\n  \"reference\": \"{{reference}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer","description":"<p>Used to transfer funds between accounts in the same Institute.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"13f10843-2d50-4869-8bfa-6117018f03d9","name":"Account Transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"stan\": \"123456\",\n\t\"accountNumber\": \"2009876543210\",\n\t\"toAccountNumber\": \"3009876543210\",\n\t\"amount\": \"1000\",\n    \"reference\": \"Test\"\n}","options":{"raw":{"language":"json"}}},"url":"http://{{host}}/BankAPI/api/account/transfer"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"1000\",\r\n    \"reference\": \"Test\",\r\n    \"stan\": \"123456\",\r\n    \"authNumber\": \"7654321\",\r\n    \"processedDateTime\": \"2024-10-02 13:49:03.157\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"responseDescription\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2009876543210\",\r\n    \"debitAccountNumber\": \"2009876543210\",\r\n    \"creditAccountNumber\": \"3009876543210\",\r\n    \"fees\": [\r\n        {\r\n            \"name\": \"Transfer Fee\",\r\n            \"description\": \"DebitFee\",\r\n            \"amount\": \"10\"\r\n        },\r\n        {\r\n            \"name\": \"Customer FEe\",\r\n            \"description\": \"CreditFee\",\r\n            \"amount\": \"10\"\r\n        }\r\n    ],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"c5c5bc4e-a5ef-4728-a450-ef9888bd310b"}],"id":"63eb1653-2980-46cb-8168-0957aeb4fb45","_postman_id":"63eb1653-2980-46cb-8168-0957aeb4fb45","description":""},{"name":"Withdrawal","item":[{"name":"Withdraw - Account Number","event":[{"listen":"test","script":{"exec":["pm.environment.unset('stan');"],"type":"text/javascript","id":"090d4dcd-c19c-423b-80b0-124a99c82860"}},{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"886c9b19-ad49-4e0a-a70c-4803177838bf"}}],"id":"cab84f28-5e69-4706-8dcb-f502d3ec873b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountNumber}}\",\r\n\t\"amount\": {{Amount}},\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/withdraw","description":"<p>The call allows the Customer to Withdraw funds from their account from a Merchant.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","withdraw"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"54887e83-6e00-4dbd-82a7-0b665f4e1654","name":"Withdraw - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Set-Cookie","value":"JSESSIONID=A~D8D8A8CFC92D7D80B72D3A9F999025FC; Path=/BankAPI/; HttpOnly"},{"key":"Date","value":"Mon, 15 Mar 2021 09:25:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"990\",\n    \"reference\": \"R9.90 cup of tea\",\n    \"stan\": \"1655116056\",\n    \"authNumber\": \"7584\",\n    \"processedDateTime\": \"2022-07-01T11:29:26.456+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"2004695363821\",\n    \"debitAccountNumber\": \"3007339261520\",\n    \"creditAccountNumber\": \"2004695363821\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"186970\",\n    \"ledger\": \"186970\"\n}"}],"_postman_id":"cab84f28-5e69-4706-8dcb-f502d3ec873b"},{"name":"Withdraw - SUB Type - Account Number","event":[{"listen":"test","script":{"id":"359151b6-fb40-407b-86de-dc73abaddd42","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a0b646a5-7b02-48c1-9df1-4924b116c9ff","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"71ddafd2-faf6-486f-8bd9-73e72f4debe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accountAccessValue}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"subTransactionType\":\"{{subTransactionTypeAlias}}\",\r\n\t\"accountNumber\":\"{{accountNumber}}\",\r\n\t\"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/withdraw","description":"<p>The call allows for a sub transaction deposit made from a specific Merchant account to another Customer/Merchant in your Institute, using Recipient's Mobile + PIN</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","withdraw"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71ddafd2-faf6-486f-8bd9-73e72f4debe6"},{"name":"Withdraw - Mobile Number","event":[{"listen":"test","script":{"exec":["pm.environment.unset('stan');"],"type":"text/javascript","id":"d6e497de-b2ef-400d-a8a8-221f59d3762f"}},{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"e49eeb1b-2061-47bc-aa9c-8f5d5c0191a4"}}],"id":"c5428571-4d2b-40b3-8f50-cb1a4d0f8f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"MOBILE\",\r\n\t\"accessTypeValue\": \"{{mobileNumber}}\",\r\n    \"accessTypeSecurity\": \"{{PIN}}\",\r\n\t\"amount\": \"{{Amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/withdraw","description":"<p>The call allows the Customer to Withdraw funds from their account from a Merchant.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","withdraw"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7639eff1-64f8-4b66-9f7a-d071bb2cd213","name":"Withdraw - Mobile Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"MOBILE\",\r\n\t\"accessTypeValue\": \"27721232021\",\r\n    \"accessTypeSecurity\": \"6009\",\r\n\t\"amount\": \"5000\",\r\n    \"reference\": \"R10 ATM Withdrawal\"\r\n}"},"url":"https://{{host}}/BankAPI/api/account/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 15 Mar 2021 09:56:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1615802170\",\n    \"authNumber\": \"1735461\",\n    \"processedDateTime\": \"2021-03-15T11:56:25.042+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3008611194266\"\n}"}],"_postman_id":"c5428571-4d2b-40b3-8f50-cb1a4d0f8f40"},{"name":"Withdraw - Card Number","event":[{"listen":"test","script":{"exec":["pm.environment.unset('stan');"],"type":"text/javascript","id":"a204d5ae-6c4e-4754-a184-6f95013dbee2"}},{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"0b9560c7-d45a-4347-85b9-7c7c5f8f8d5f"}}],"id":"01da045c-0a12-4540-b94d-08dde531ea61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"CARD\",\r\n\t\"accessTypeValue\": \"{{CARD_NUMBER_PINLESS}}\",\r\n    \"accessTypeSecurity\": \"{{PIN}}\",\r\n\t\"amount\": \"{{Amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"},"url":"http://{{host}}/BankAPI/api/account/withdraw","description":"<p>The call allows the Customer to Withdraw funds from their account from a Merchant.</p>\n","urlObject":{"protocol":"http","path":["BankAPI","api","account","withdraw"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e8cde15d-a5ee-4964-b322-e2aed51396f2","name":"Withdraw - Card","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 15 Mar 2021 09:30:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"200\",\n    \"reference\": \"R2 ATM Withdrawal\",\n    \"stan\": \"1656668156\",\n    \"authNumber\": \"7604\",\n    \"processedDateTime\": \"2022-07-01T11:35:55.842+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"accountNumber\": \"3005962153149\",\n    \"debitAccountNumber\": \"3005962153149\",\n    \"creditAccountNumber\": \"2004718931389\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"1100\",\n    \"ledger\": \"1100\"\n}"}],"_postman_id":"01da045c-0a12-4540-b94d-08dde531ea61"}],"id":"749d04c8-2e62-4ff6-875d-499037af7963","_postman_id":"749d04c8-2e62-4ff6-875d-499037af7963","description":""},{"name":"Reversal","item":[{"name":"Transaction Reversal - Account Number - Internal STAN","event":[{"listen":"test","script":{"id":"ba36b4c7-dee8-48a1-a166-d59b92960c03","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"97b5fa90-bf94-4000-9429-f763899921fe","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"1ab3b49e-3597-4767-876c-9335e05840a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"transactionRequestId\": \"{{transactionRequestId}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/reverse","description":"<p>The call allows for a transaction to be reversed using the requestID of the transaction wanting to be reversed.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transaction","reverse"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bca6c645-b5d3-46cf-bd5c-ca23244248d5","name":"Transaction Reversal - Account Number - Internal STAN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/transaction/reverse"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1619102657\",\r\n    \"authNumber\": \"1750119\",\r\n    \"processedDateTime\": \"2021-04-22T16:44:16.986+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"28408\",\r\n    \"ledger\": \"28408\"\r\n}"}],"_postman_id":"1ab3b49e-3597-4767-876c-9335e05840a0"},{"name":"Transaction Reversal - Card Number - Internal STAN","event":[{"listen":"test","script":{"id":"f2e368c2-f852-449a-98b3-7bcceaefc68c","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"1cf23dc4-1e83-4104-9f84-e59f094518cf","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"d119e6fd-0e64-4481-af29-584f8ad9a05e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"CARD\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"transactionRequestId\": \"{{transactionRequestId}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"},"url":"https://{{host}}/BankAPI/api/account/transaction/reverse","description":"<p>The call allows for a transaction to be reversed using the requestID of the transaction wanting to be reversed.</p>\n","urlObject":{"protocol":"https","path":["BankAPI","api","account","transaction","reverse"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cac3d233-1bea-454b-ae4e-8c6d086b3876","name":"Transaction Reversal - Card Number - Internal STAN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{host}}/BankAPI/api/account/transaction/reverse"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1619103058\",\r\n    \"authNumber\": \"1750130\",\r\n    \"processedDateTime\": \"2021-04-22T16:50:58.256+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"28408\",\r\n    \"ledger\": \"28408\"\r\n}"}],"_postman_id":"d119e6fd-0e64-4481-af29-584f8ad9a05e"},{"name":"Transaction Reversal - Account Number - External STAN","event":[{"listen":"test","script":{"id":"3128fc56-d5d2-4de0-995e-ad2a859d9b47","exec":["pm.environment.unset('stan');"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"6f8e800d-e9f8-48ea-affc-9a0f9acf4f99","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","packages":{}}}],"id":"87d857e5-3797-455d-8aa6-6ff1b72dc5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"{{accessType}}\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"transactionReference\": \"{{transactionReference}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transaction/reverse","description":"<p>Used to perform a payment from this connection's merchant \naccount into the customer account provided.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transaction","reverse"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d34a41b6-5ec0-4ae0-9e29-37bd256a56b2","name":"Transaction Reversal - Account Number - External STAN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"123457\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"3009876543210\",\r\n    \"transactionReference\": \"DP-123457\",\r\n    \"amount\": \"10100\",\r\n    \"reference\": \"Reversal External STAN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/BankAPI/api/account/transaction/reverse"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1234567\",\n    \"authNumber\": \"7896543\",\n    \"processedDateTime\": \"2021-04-22T16:40:55.022+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"28408\",\n    \"ledger\": \"28408\"\n}"}],"_postman_id":"87d857e5-3797-455d-8aa6-6ff1b72dc5a7"}],"id":"858c95ce-635d-4ec1-856a-d4c16753cebf","_postman_id":"858c95ce-635d-4ec1-856a-d4c16753cebf","description":""},{"name":"Budget","item":[{"name":"Get Account Allocation","id":"c58b509a-b973-4ead-ba67-7f6f755f9ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"{{protocol}}://{{host}}/BankAPI/api/account/allocation/{{accountNumber}}","description":"<p>The call allows access to a Customers Budget Allocations.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","allocation","{{accountNumber}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fbf5c78e-1387-45a7-a90e-6355acd6bbfd","name":"Get Account Allocation","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"url":"http://{{host}}/BankAPI/api/account/allocation/{{accountNumber}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"Percentage\",\r\n    \"allocations\": [\r\n        {\r\n            \"name\": \"Personal\",\r\n            \"code\": \"102\",\r\n            \"value\": 20\r\n        },\r\n        {\r\n            \"name\": \"Transport\",\r\n            \"code\": \"103\",\r\n            \"value\": 40\r\n        },\r\n        {\r\n            \"name\": \"2D Payment\",\r\n            \"code\": \"2DP\",\r\n            \"value\": 40\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c58b509a-b973-4ead-ba67-7f6f755f9ccf"},{"name":"Allocation Deposit - Account Number","event":[{"listen":"test","script":{"id":"7f0ba83c-e876-412e-b9b1-ac338bbea552","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"6dc883d8-ec8f-4d72-a160-ed7fc1392f7a","exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}}],"id":"262f4705-f4e9-482b-9698-7982c4d64303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\",\r\n\t\"accessType\": \"ACCNUM\",\r\n\t\"accessTypeValue\": \"{{accessTypeValue}}\",\r\n\t\"accountNumber\": \"{{accountNumber}}\",\r\n\t\"amount\": \"{{amount}}\",\r\n\t\"reference\": \"{{reference}}\",\r\n\t\"allowAllocationRules\": \"{{allowAllocationRules}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit","description":"<p>The call allows for a Deposit to be made into a Customers account and the Allocation splits done simultaneously.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","deposit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c38037f5-b244-4420-93dc-4d13c3ba706d","name":"Deposit - Account Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/account/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 12 Mar 2021 10:39:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"500000\",\n    \"reference\": \"Deposit\",\n    \"stan\": \"1655116056\",\n    \"authNumber\": \"7849\",\n    \"processedDateTime\": \"2022-07-04T12:40:25.967+0200\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Success\",\n    \"debitAccountNumber\": \"2004695363821\",\n    \"creditAccountNumber\": \"3004027706732\",\n    \"fees\": [],\n    \"commissions\": [],\n    \"currency\": \"ZAR\",\n    \"currencySymbol\": \"R (values are in subunit)\",\n    \"available\": \"1030000\",\n    \"ledger\": \"1030000\"\n}"}],"_postman_id":"262f4705-f4e9-482b-9698-7982c4d64303"},{"name":"Allocation Transfer","id":"a6c132b2-156b-4f18-8098-2cbc42fe2b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"fromAllocation\": \"{{fromAllocation}}\",\n\t\"toAllocation\": \"{{toAllocation}}\",\n\t\"amount\": \"{{amount}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/account/transfer/allocation","description":"<p>The call allows for a Transfer to happen between a Customers existing Allocations.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transfer","allocation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"345ad99e-4375-4934-bb50-eb6464b3444b","name":"Allocation Transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/account/transfer/allocation"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"10000\",\r\n    \"stan\": \"4848\",\r\n    \"authNumber\": \"7844\",\r\n    \"processedDateTime\": \"2022-07-04 12:11:31.569\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"3004027706732\",\r\n    \"debitAccountNumber\": \"3004027706732\",\r\n    \"creditAccountNumber\": \"3004027706732\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\"\r\n}"}],"_postman_id":"a6c132b2-156b-4f18-8098-2cbc42fe2b99"},{"name":"Create Batch Deposit","id":"97308ab6-99ff-4a8b-9329-008d2a3449c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"{{name}}\",\r\n  \"reference\": \"{{reference}}\",\r\n  \"applyAllocations\": \"{{applyAllocations}}\"\r\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/batch","description":"<p>Use this call to retrieve the allocations for a specific\naccount.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","batch"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9811a3cb-775e-436b-81ba-aab900c8a0bf","name":"Create Batch File","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Test\",\r\n  \"reference\": \"September\",\r\n  \"applyAllocations\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/batch"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"number\": \"Batch-0011\",\n    \"name\": \"Test\",\n    \"reference\": \"September\",\n    \"allocationType\": true,\n    \"status\": 15,\n    \"size\": null,\n    \"progress\": null,\n    \"lastRun\": null,\n    \"lineItems\": []\n}"}],"_postman_id":"97308ab6-99ff-4a8b-9329-008d2a3449c2"}],"id":"2ceab100-2e08-4878-bf60-96c93b1ce50c","_postman_id":"2ceab100-2e08-4878-bf60-96c93b1ce50c","description":""},{"name":"Settlement","item":[{"name":"Settlement","id":"0a998165-ad17-4f4d-9bf6-df39d698db4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stan\": \"{{stan}}\",\r\n    \"accessType\": \"ACCNUM\",\r\n    \"accessTypeValue\": \"{{accessTypeValue}}\",\r\n    \"amount\": \"{{amount}}\",\r\n    \"reference\": \"{{reference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/settlement/v1","description":"<p>The call allows a Customer to settle his/her balance. The funds will move to a system account and a manual Institute Withdrawal processed.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","settlement","v1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2704570a-0fed-496d-a33c-e8cda68010cc","name":"Settlement","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/account/settlement/v1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"amount\": \"250\",\r\n    \"balance\": \"186470\",\r\n    \"stan\": \"1656931145\",\r\n    \"authNumber\": \"7848\",\r\n    \"processedDateTime\": \"2022-07-04 12:39:05.379\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"3007339261520\",\r\n    \"debitAccountNumber\": \"3007339261520\",\r\n    \"creditAccountNumber\": \"2000436436417\",\r\n    \"fees\": [],\r\n    \"commissions\": []\r\n}"}],"_postman_id":"0a998165-ad17-4f4d-9bf6-df39d698db4f"}],"id":"1ee918f8-25f9-4e6b-8814-1e642b7938ce","_postman_id":"1ee918f8-25f9-4e6b-8814-1e642b7938ce","description":""},{"name":"List Transaction (Sub) Types","item":[{"name":"Transaction Types","id":"d62d2f9a-b3b7-4736-aec3-fbbeb85d01c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{protocol}}://{{host}}/BankAPI/api/account/transactionTypes","description":"<p>Provides a list of all configured API Transaction Types that are available, including Sub Transaction Types. Non 2D transactions can be expanded to include Sub Transaction Types (\"subTransactionType\") which are included in call requests for Deposit / Transfer / etc. This is to provide an alternative implementation of these Transaction Types if there are different Fee / Commission / Limit Profiles that may apply, i.e. Cash Deposit vs EFT Deposit.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","account","transactionTypes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d62d2f9a-b3b7-4736-aec3-fbbeb85d01c2"}],"id":"489eb8f6-20e9-4374-a431-91b9f6b0d419","_postman_id":"489eb8f6-20e9-4374-a431-91b9f6b0d419","description":""},{"name":"Beneficiaries","item":[{"name":"New Folder","item":[],"id":"2b6b9a29-ca00-440b-8314-35e230f7e70a","_postman_id":"2b6b9a29-ca00-440b-8314-35e230f7e70a","description":""}],"id":"91270b37-a5b3-48fc-9f6d-1a23f5dc4abe","_postman_id":"91270b37-a5b3-48fc-9f6d-1a23f5dc4abe","description":""}],"id":"402fc21b-bfc9-4f71-897b-74d28bf39265","description":"<p>Lists all the available transactions that can be processed through the Banking system.</p>\n","_postman_id":"402fc21b-bfc9-4f71-897b-74d28bf39265"}],"id":"0c703002-c6f6-4b47-a385-404f82eaf219","_postman_id":"0c703002-c6f6-4b47-a385-404f82eaf219","description":""},{"name":"2D","item":[{"name":"2D Code Types","event":[{"listen":"prerequest","script":{"id":"915f9848-7179-43c6-af3f-e3661798bf42","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"fdca916d-a27b-4686-839f-8d5ac0d3c6cd","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"d30c5cc8-ee69-4870-9b08-2e91666ce028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/getCodeTypes","description":"<p>The call returns a list of active 2D Code Types in the linked 2D Controller.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","getCodeTypes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7d3ea161-a48f-4f34-9eb5-740150ad071a","name":"2D Code Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}://{{host}}/BankAPI/api/twod/getCodeTypes"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"codeTypes\": [\n        {\n            \"code\": \"001\",\n            \"description\": \"Pay\"\n        },\n        {\n            \"code\": \"002\",\n            \"description\": \"Withdraw\"\n        },\n        {\n            \"code\": \"003\",\n            \"description\": \"DEPOSIT\"\n        }\n    ],\n    \"stan\": \"4868\",\n    \"authNumber\": \"7865\",\n    \"processedDateTime\": \"2022-07-05 12:05:23.503\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\"\n}\n\n"}],"_postman_id":"d30c5cc8-ee69-4870-9b08-2e91666ce028"},{"name":"Create Pay Code","event":[{"listen":"prerequest","script":{"id":"6bcf775c-87c1-4ba1-982b-957e8323c69a","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"25e91fac-2b1e-4954-8e27-3ecdfcb8615e","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"9b0f5178-7369-4d9e-9e29-7098e38c8fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"amount\": \"{{amount}}\",\n\t\"description\": \"{{description}}\",\n    \"codeType\": \"{{codeType}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/createCode","description":"<p>The call allows a 2D enabled Merchant to create a Pay Code for a Customer to pay with.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","createCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d26e1261-5eba-4a2f-8fe1-15f4f5b44a9b","name":"Create Pay Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/twod/payCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"414107\",\r\n    \"authNumber\": \"1616800\",\r\n    \"processedDateTime\": \"2020-07-09 13:30:53.515\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"code\": \"701285660\",\r\n    \"amount\": \"100\",\r\n    \"description\": null\r\n}"}],"_postman_id":"9b0f5178-7369-4d9e-9e29-7098e38c8fb3"},{"name":"Pay Code","event":[{"listen":"prerequest","script":{"id":"6bcf775c-87c1-4ba1-982b-957e8323c69a","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"25e91fac-2b1e-4954-8e27-3ecdfcb8615e","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"8d5df6cd-2446-4989-a489-572faf5f3bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"code\": \"{{code}}\",\n\t\"amount\": \"{{amount}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/payCode","description":"<p>Allows for a 2D Code that was generated by a Merchant to be paid by a Customer</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","payCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"87be1583-a908-49fb-a719-6c9fe0c65859","name":"Pay Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/twod/payCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"414107\",\r\n    \"authNumber\": \"1616800\",\r\n    \"processedDateTime\": \"2020-07-09 13:30:53.515\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"code\": \"701285660\",\r\n    \"amount\": \"100\",\r\n    \"description\": null\r\n}"}],"_postman_id":"8d5df6cd-2446-4989-a489-572faf5f3bbf"},{"name":"Create Deposit Code","event":[{"listen":"prerequest","script":{"id":"6bcf775c-87c1-4ba1-982b-957e8323c69a","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"25e91fac-2b1e-4954-8e27-3ecdfcb8615e","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"fb5cce41-85d1-4eb8-b6db-a44ff19c0d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"amount\": \"{{amount}}\",\n\t\"description\": \"{{description}}\",\n    \"codeType\": \"{{codeType}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/createCode","description":"<p>The call allows a 2D enabled Merchant to create a Deposit Code for a Customer to deposit with.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","createCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"de2bd4cd-6e61-4e2c-9bc6-5377d3c4da12","name":"Create Deposit Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/twod/payCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7866\",\r\n    \"processedDateTime\": \"2022-07-05 12:07:29.850\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2003704668236\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"code\": \"701977985\",\r\n    \"description\": \"Testing\",\r\n    \"amount\": \"100\",\r\n    \"timeToLive\": \"600sec\"\r\n}"}],"_postman_id":"fb5cce41-85d1-4eb8-b6db-a44ff19c0d65"},{"name":"Deposit Code","event":[{"listen":"prerequest","script":{"id":"e583a02f-540e-479e-b800-de95630c333c","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"806e4bb3-9f3d-45c8-89b0-edb5071eacc6","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"06393ebc-427d-4fcd-8cdf-f3f146f4210e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"code\": \"{{code}}\",\n\t\"amount\": \"{{amount}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/depositCode","description":"<p>Allows for a 2D Code that was generated by a Merchant to be deposited by a Customer</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","depositCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ce916a32-8f3a-4c45-bfd6-4984a21abaae","name":"Deposit Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}://{{host}}/BankAPI/api/twod/withdrawCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7867\",\r\n    \"processedDateTime\": \"2022-07-05 12:08:06.187\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"186570\",\r\n    \"ledger\": \"186570\",\r\n    \"code\": \"701977985\",\r\n    \"amount\": \"100\",\r\n    \"description\": \"Testing\"\r\n}"}],"_postman_id":"06393ebc-427d-4fcd-8cdf-f3f146f4210e"},{"name":"Create Withdrawal Code","event":[{"listen":"prerequest","script":{"id":"6bcf775c-87c1-4ba1-982b-957e8323c69a","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"25e91fac-2b1e-4954-8e27-3ecdfcb8615e","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"9236dc40-1979-4605-992f-707ec802544a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"amount\": \"{{amount}}\",\n\t\"description\": \"{{description}}\",\n    \"codeType\": \"{{codeType}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/createCode","description":"<p>The call allows a 2D enabled Merchant to create a Withdraw Code for a Customer to withdraw with.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","createCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b3bc5a84-6ba4-4970-8099-608bce042e4e","name":"Create Withdrawal Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/twod/payCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7868\",\r\n    \"processedDateTime\": \"2022-07-05 12:08:31.082\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"accountNumber\": \"2003704668236\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"code\": \"701230005\",\r\n    \"description\": \"Testing\",\r\n    \"amount\": \"100\",\r\n    \"timeToLive\": \"600sec\"\r\n}"}],"_postman_id":"9236dc40-1979-4605-992f-707ec802544a"},{"name":"Withdraw Code","event":[{"listen":"prerequest","script":{"id":"d7596906-2efa-4c85-a0c7-51243350e40f","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"9b833109-721c-4794-8c09-9434d02ec605","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"65a8334e-9346-4f49-b7ca-8b37a51a881c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"code\": \"{{code}}\",\n\t\"amount\": \"{{amount}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/withdrawCode","description":"<p>Allows for a 2D Code that was generated by a Merchant to be withdrawn by a Customer</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","withdrawCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c9c38978-41e1-4738-95fd-06efb727c4b7","name":"Withdraw Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}://{{host}}/BankAPI/api/twod/withdrawCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7869\",\r\n    \"processedDateTime\": \"2022-07-05 12:09:19.580\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"fees\": [],\r\n    \"commissions\": [],\r\n    \"currency\": \"ZAR\",\r\n    \"currencySymbol\": \"R (values are in subunit)\",\r\n    \"available\": \"186470\",\r\n    \"ledger\": \"186470\",\r\n    \"code\": \"701230005\",\r\n    \"amount\": \"100\",\r\n    \"description\": \"Testing\"\r\n}"}],"_postman_id":"65a8334e-9346-4f49-b7ca-8b37a51a881c"},{"name":"Query Code","event":[{"listen":"prerequest","script":{"id":"5a3fb2f6-bf46-4774-a023-73687fbfdfae","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"b22fc361-4791-4af8-a7f4-fe0fbe5e288a","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"6539e2db-d20f-434d-8445-bb023073b4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{merchantAccountNumber}}\",\n\t\"code\": \"{{code}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/queryCode","description":"<p>Gets the status of a generated code, specifically used by Merchants.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","queryCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6d72aeb3-9f8c-4bc7-8fd5-9c1d2da05ad2","name":"Query Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/twod/queryCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7872\",\r\n    \"processedDateTime\": \"2022-07-05 12:10:12.737\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"code\": \"701230005\",\r\n    \"amount\": \"100\",\r\n    \"status\": \"Claimed\",\r\n    \"timeToLive\": \"0sec\",\r\n    \"description\": \"Testing\"\r\n}"}],"_postman_id":"6539e2db-d20f-434d-8445-bb023073b4bd"},{"name":"Lookup Code","event":[{"listen":"prerequest","script":{"id":"8c12ac98-20bb-468e-976d-8324facbc026","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"bcbc5c9c-d42f-4e3b-a120-147f91192ab9","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"8674c297-aaca-4d31-bc0f-32931716f859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"stan\": \"{{stan}}\", \r\n    \"accountNumber\": \"{{customerAccountNumber}}\",\r\n\t\"code\": \"{{code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/lookupCode","description":"<p>Gets the status of a generated code, specifically used by Customers.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","lookupCode"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7fd954bd-830e-40be-9309-e0012573bacb","name":"Lookup Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://{{host}}/BankAPI/api/twod/lookupCode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"1655116056\",\n    \"authNumber\": \"7875\",\n    \"processedDateTime\": \"2022-07-05 12:11:47.067\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"code\": \"701848897\",\n    \"amount\": \"100\",\n    \"status\": \"New\",\n    \"timeToLive\": \"576sec\",\n    \"description\": \"Cash Send, Testing\"\n}"}],"_postman_id":"8674c297-aaca-4d31-bc0f-32931716f859"},{"name":"2D Mini Statement","event":[{"listen":"prerequest","script":{"id":"b045a461-5c2d-463c-a77e-071992197020","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"4fd5401c-36c0-4bdb-ab0a-e9ed9181289b","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"73b83e8e-261b-4982-83d4-a63c21451fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/miniStatement","description":"<p>Gives a 2D Merchant a listing of transactions.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","miniStatement"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2f9e0c6d-e1f0-4c83-8ee3-f08dd7209910","name":"Mini Statement","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/miniStatement"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7880\",\r\n    \"processedDateTime\": \"2022-07-05 12:16:32.794\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\",\r\n    \"code\": [\r\n        {\r\n            \"amount\": \"100\",\r\n            \"code\": \"701848897\",\r\n            \"codeType\": null,\r\n            \"createDate\": \"2022-07-05 12:11:23\",\r\n            \"closedDate\": null,\r\n            \"createStan\": \"7873\",\r\n            \"createStanley\": \"1847\",\r\n            \"state\": \"Pending\"\r\n        },\r\n        {\r\n            \"amount\": \"100\",\r\n            \"code\": \"701977985\",\r\n            \"codeType\": null,\r\n            \"createDate\": \"2022-07-05 12:07:30\",\r\n            \"closedDate\": \"2022-07-05 12:08:08\",\r\n            \"createStan\": \"7866\",\r\n            \"createStanley\": \"1838\",\r\n            \"state\": \"Claimed\"\r\n        },\r\n        {\r\n            \"amount\": \"100\",\r\n            \"code\": \"701230005\",\r\n            \"codeType\": null,\r\n            \"createDate\": \"2022-07-05 12:08:31\",\r\n            \"closedDate\": \"2022-07-05 12:09:20\",\r\n            \"createStan\": \"7868\",\r\n            \"createStanley\": \"1841\",\r\n            \"state\": \"Claimed\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"73b83e8e-261b-4982-83d4-a63c21451fa1"},{"name":"2D End of Day","event":[{"listen":"prerequest","script":{"id":"95a72160-955d-4d7f-a2e6-e11b6fc0d2e1","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"f5b20c97-bd61-47d7-9596-06f7c61180af","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"478858c5-8e73-4e83-a102-476369a8c48d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\", \n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"fromTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\",\n\t\"toTimestamp\": \"yyyy-MM-dd HH:mm:ss.SSS\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/endOfDay","description":"<p>Gives a 2D Merchant a listing of transactions for a specified period.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","twod","endOfDay"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d64a0ddb-b922-4501-8b09-4271a1bb5917","name":"End of Day","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{host}}/BankAPI/api/twod/endOfDay"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"transactions\": [\r\n        {\r\n            \"transactionType\": \"Withdraw\",\r\n            \"transactionCount\": \"1\",\r\n            \"transactionTotal\": \"100\",\r\n            \"transactions\": [\r\n                {\r\n                    \"amount\": \"100\",\r\n                    \"code\": \"701230005\",\r\n                    \"codeType\": \"Withdraw\",\r\n                    \"createDate\": \"2022-07-05 12:08:31\",\r\n                    \"closedDate\": \"2022-07-05 12:09:20\",\r\n                    \"createStan\": \"7868\",\r\n                    \"createStanley\": \"1841\",\r\n                    \"state\": \"Claimed\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"transactionType\": \"DEPOSIT\",\r\n            \"transactionCount\": \"2\",\r\n            \"transactionTotal\": \"200\",\r\n            \"transactions\": [\r\n                {\r\n                    \"amount\": \"100\",\r\n                    \"code\": \"701848897\",\r\n                    \"codeType\": \"DEPOSIT\",\r\n                    \"createDate\": \"2022-07-05 12:11:23\",\r\n                    \"closedDate\": null,\r\n                    \"createStan\": \"7873\",\r\n                    \"createStanley\": \"1847\",\r\n                    \"state\": \"Pending\"\r\n                },\r\n                {\r\n                    \"amount\": \"100\",\r\n                    \"code\": \"701977985\",\r\n                    \"codeType\": \"DEPOSIT\",\r\n                    \"createDate\": \"2022-07-05 12:07:30\",\r\n                    \"closedDate\": \"2022-07-05 12:08:08\",\r\n                    \"createStan\": \"7866\",\r\n                    \"createStanley\": \"1838\",\r\n                    \"state\": \"Claimed\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"stan\": \"1655116056\",\r\n    \"authNumber\": \"7881\",\r\n    \"processedDateTime\": \"2022-07-05 12:20:42.544\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Approved or completed successfully\"\r\n}"}],"_postman_id":"478858c5-8e73-4e83-a102-476369a8c48d"}],"id":"db50b56b-81f0-4ced-9d23-c54210e80a37","description":"<p>2D technology facilitates a secure Transaction between 2 parties using 2D codes with underlying attributes, via multiple digital access channels.</p>\n<p>A 2D code is requested (Create Code) for a transaction based on its attributes, which include Amount, Description, Time to Live, Status etc. Once a 2D code is generated it can be printed / displayed in Numeric / QR format. </p>\n<p>The standard 2D Code that is created has a Time to Live (TTL) of usually 60000 seconds (10 minutes) to allow time to enter /scan the 9 digit 2D code on a digital access channel to accept / authorize the transaction.</p>\n<p>Once a 2D code is created, the party that created the 2D code will implement a polling mechanism using Query Code to determine the status of the 2D code, i.e.:\n•             New\n•             Claimed\n•             Timed Out</p>\n<p>If the 2D Code Status is ‘Claimed’ then a successful transaction is completed. If the 2D Code Status is ‘New’ then the 2D Code needs to still be accepted by a party. If the TTL is exceeded, then the 2D Create Code will show a ‘Timed Out' Status and a new 2D Create Code request would need to be initiated.</p>\n<p>Once a 2D code has been created, the secondary party can Lookup Code to determine transaction information and prompt a confirmation, i.e. You are about to pay 10.01 at Merchant ABC, for Invoice 12345.</p>\n<p>On acceptance, the information received in the Lookup Code response is used to populate the Pay Code call. </p>\n<p>With a successful Pay Code transaction response, the subsequent Query Code initiated from the requesting party will receive a 'Claimed' status response and the transaction is finalized.</p>\n","_postman_id":"db50b56b-81f0-4ced-9d23-c54210e80a37"},{"name":"Product","item":[{"name":"Get Product List","id":"bddcd433-bfd5-4a4f-b6e4-6660e054dc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"{{protocol}}://{{host}}/BankAPI/api/product/list","description":"<p>The Product list will display a list of all the VAS products available to consume. </p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","product","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1db542a0-1295-4193-be17-7eaed7968ea2","name":"Get Product List","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"http://{{host}}/BankAPI/api/product/list"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"authNumber\": \"414070\",\n    \"processedDateTime\": \"2020-07-09 11:57:39.860\",\n    \"responseCode\": 0,\n    \"responseMsg\": null,\n    \"productList\": [\n        {\n            \"name\": \"Telkom Worldcall Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"Telkom Worldcall R10 Token\",\n                    \"code\": \"W10T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom Worldcall R50 Token\",\n                    \"code\": \"W50T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Virgin Mobile Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"Virgin Mobile R15 Token\",\n                    \"code\": \"VM15T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Virgin Mobile R50 Token\",\n                    \"code\": \"VM50T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Multichoice\",\n            \"products\": [\n                {\n                    \"name\": \"DSTV\",\n                    \"code\": \"GC_DSTV\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Amount\",\n                            \"code\": \"amount\",\n                            \"qs\": \"amount\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"cents\",\n                            \"inputType\": \"Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Vodacom Airtime Direct\",\n            \"products\": [\n                {\n                    \"name\": \"Vodacom Direct Airtime\",\n                    \"code\": \"VOD_ANY\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Amount\",\n                            \"code\": \"amount\",\n                            \"qs\": \"amount\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"cents\",\n                            \"inputType\": \"Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Vodacom Data Direct\",\n            \"products\": [\n                {\n                    \"name\": \"Vodacom 30MB Data R12 Direct\",\n                    \"code\": \"V12D\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Vodacom Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"Vodacom R29 Token\",\n                    \"code\": \"V29T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Vodacom R55 Token\",\n                    \"code\": \"V55T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Vodacom R110 Token\",\n                    \"code\": \"V110T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Vodacom R275 Token\",\n                    \"code\": \"V275T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Vodacom R5 Token\",\n                    \"code\": \"V5T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Vodacom R12 Token\",\n                    \"code\": \"V12T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Vodacom Data Token\",\n            \"products\": [\n                {\n                    \"name\": \"Vodacom 30MB Data R12 Token\",\n                    \"code\": \"VD12T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Cell C Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"Cell C R5 Token\",\n                    \"code\": \"C5T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R10 Token\",\n                    \"code\": \"C10T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R25 Token\",\n                    \"code\": \"C25T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R35 Token\",\n                    \"code\": \"C35T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R50 Token\",\n                    \"code\": \"C50T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R70 Token\",\n                    \"code\": \"C70T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Cell C R150 Token\",\n                    \"code\": \"C150T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Electricity\",\n            \"products\": [\n                {\n                    \"name\": \"Electricity\",\n                    \"code\": \"CIGI_ELEC\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Meter Number\",\n                            \"code\": \"meterNumber\",\n                            \"qs\": \"meterNumber\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Step\",\n                            \"code\": \"step\",\n                            \"qs\": \"step\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Amount\",\n                            \"code\": \"amount\",\n                            \"qs\": \"amount\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"cents\",\n                            \"inputType\": \"Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Hoyi\",\n            \"products\": []\n        },\n        {\n            \"name\": \"MTN Airtime Direct\",\n            \"products\": [\n                {\n                    \"name\": \"MTN Direct\",\n                    \"code\": \"GC_MTN_ANY\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Amount\",\n                            \"code\": \"amount\",\n                            \"qs\": \"amount\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"cents\",\n                            \"inputType\": \"Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Neotel\",\n            \"products\": []\n        },\n        {\n            \"name\": \"Telfree\",\n            \"products\": []\n        },\n        {\n            \"name\": \"MTN Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"MTN R5 Token\",\n                    \"code\": \"M5T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"MTN R10 Token\",\n                    \"code\": \"M10T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"MTN R15 Token\",\n                    \"code\": \"M15T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"MTN R30 Token\",\n                    \"code\": \"M30T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"MTN R60 Token\",\n                    \"code\": \"M60T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"MTN R180 Token\",\n                    \"code\": \"M180T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Telkom Mobile\",\n            \"products\": []\n        },\n        {\n            \"name\": \"Vodacom\",\n            \"products\": []\n        },\n        {\n            \"name\": \"Telkom Mobile Airtime Token\",\n            \"products\": [\n                {\n                    \"name\": \"Telkom mobile R5 Token\",\n                    \"code\": \"E5T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom mobile R10 Token\",\n                    \"code\": \"E10T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom mobile R20 Token\",\n                    \"code\": \"E20T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom mobile R50 Token\",\n                    \"code\": \"E50T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom mobile R100 Token\",\n                    \"code\": \"E100T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Telkom mobile R30 Token\",\n                    \"code\": \"E30T\",\n                    \"inputs\": [\n                        {\n                            \"name\": \"Mobile Number\",\n                            \"code\": \"mobileNumber\",\n                            \"qs\": \"mobileNumber\",\n                            \"minLength\": \"10\",\n                            \"maxLength\": \"10\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Pin\",\n                            \"code\": \"pin\",\n                            \"qs\": \"pin\",\n                            \"minLength\": \"1\",\n                            \"maxLength\": \"1\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Stan\",\n                            \"code\": \"stan\",\n                            \"qs\": \"stan\",\n                            \"minLength\": \"5\",\n                            \"maxLength\": \"5\",\n                            \"format\": \"\",\n                            \"inputType\": \"Numeric Input\"\n                        },\n                        {\n                            \"name\": \"Product Code\",\n                            \"code\": \"productCode\",\n                            \"qs\": \"productCode\",\n                            \"minLength\": \"3\",\n                            \"maxLength\": \"3\",\n                            \"format\": \"\",\n                            \"inputType\": \"Alpha-Numeric Input\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"bddcd433-bfd5-4a4f-b6e4-6660e054dc08"},{"name":"Vend Product","event":[{"listen":"prerequest","script":{"id":"2f40b2c3-3756-4528-aafc-6d40eeab4391","exec":["var my_timestamp = new Date();\r","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript"}},{"listen":"test","script":{"id":"4bfb7e6d-1bff-4f42-87c2-7d4d91e8ccdd","exec":["pm.environment.unset('stan');"],"type":"text/javascript"}}],"id":"c2960ed2-186c-43cb-8f20-fbb054bf0715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"productCode\": \"{{productCode}}\",\n\t\"accountNumber\": \"{{accountNumber}}\",\n\t\"toMobileNumber\": \"{{toMobileNumber}}\",\n\t\"meterNumber\": \"{{meterNumber}}\",\n\t\"amount\": \"{{amount}}\",\n\t\"pin\": \"{{pin}}\",\n\t\"step\": \"{{step}}\"\n}"},"url":"{{protocol}}://{{host}}/BankAPI/api/product/vend","description":"<p>Products can be vended.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","product","vend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"541ce422-c57c-485f-b60b-efd8ab13aed7","name":"Vend Product","originalRequest":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://{{host}}/BankAPI/api/product/vend"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"123456\",\n    \"authNumber\": \"1616672\",\n    \"processedDateTime\": \"2020-07-09 11:16:25.865\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"dynamicData\": {\n        \"expiryDate\": \"2020-07-30\",\n        \"reference\": \"35315466\",\n        \"instructions\": \"To+recharge+dial+*141*PIN%23+OK%2FYES\",\n        \"serialNumber\": \"100631677\",\n        \"notifications\": {\n            \"SMS\": {\n                \"Debit\": \"Hello Stephan! I am a debit SMS notification.\",\n                \"Credit\": \"Hello Stephan! I am a credit SMS notification.\",\n                \"Merchant\": \"Hello Stephan! I am a merchant SMS notification. Whatever that means\"\n            },\n            \"EMAIL\": {\n                \"Debit\": \"Hello kind sir. \\n\\nHere is some cool info\\nAmount:  R 10.00\\nBalance:  R 54.50\\nAuth No:  1616672\\n\\nRegards,\\nKineto\",\n                \"Credit\": \"Hello  John  van Wyk from  Kineto Demo\\n\\nYou just did a  Service Purchase of  R 10.00\\nBalance remaining =  R 54.50\\n\\nThanks\\nKineto\"\n            }\n        },\n        \"token\": \"9348443400113\"\n    }\n}"}],"_postman_id":"c2960ed2-186c-43cb-8f20-fbb054bf0715"},{"name":"Electricity Get Info","event":[{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"b102f600-8d90-45ea-8364-c5ff0cba9465"}}],"id":"b0ca5244-e079-4649-9db7-ab679a805472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","type":"text","value":"{{X-AUTH-TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"productCode\": \"{{ProductCode}}\",\n\t\"mobileNumber\": \"{{mobileNumber}}\",\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\n\t\"meterNumber\": \"{{meterNumber}}\",\n\t\"amount\": \"0\",\n\t\"pin\": \"{{PIN}}\",\n    \"step\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/product/vend","description":"<p>Electricity can be vended. The first step is to get account confirmation details.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","product","vend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0f0ba1be-0eec-419b-9328-139fd68b8535","name":"Get Vend Electricity","originalRequest":{"method":"GET","header":[],"url":"{{protocol}}://{{host}}/BankAPI/api/product/vend"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"stan\": \"258369\",\n    \"authNumber\": \"2172132\",\n    \"processedDateTime\": \"2020-11-24 11:26:37.717\",\n    \"responseCode\": 0,\n    \"responseMsg\": \"Approved or completed successfully\",\n    \"dynamicData\": {\n        \"amount\": 0,\n        \"customerMessage\": null,\n        \"meter\": null,\n        \"vatNo\": null,\n        \"utility\": null,\n        \"type\": \"CFM\",\n        \"customerName\": \"A ADAM\",\n        \"bsstTokens\": {\n            \"bsstTokens\": null\n        },\n        \"addressLine1\": \"18 ROAD\",\n        \"addressLine2\": \"PINE\",\n        \"tokens\": {\n            \"tokens\": null\n        },\n        \"addressLine3\": \"PINE\",\n        \"notifications\": {}\n    }\n}"}],"_postman_id":"b0ca5244-e079-4649-9db7-ab679a805472"},{"name":"Vend Electricity","event":[{"listen":"prerequest","script":{"exec":["var my_timestamp = new Date();","pm.environment.set('stan', my_timestamp.getTime().toString().slice(0,10));"],"type":"text/javascript","id":"875049ae-7aa1-4909-8bf7-e1b408668ba0"}}],"id":"a34af4cc-6a6d-4031-854a-c5bc74b8b5f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"stan\": \"{{stan}}\",\n\t\"productCode\": \"{{ProductCode}}\",\n\t\"mobileNumber\": \"{{mobileNumber}}\",\n    \"toMobileNumber\": \"{{toMobileNumber}}\",\n\t\"meterNumber\": \"{{meterNumber}}\",\n\t\"amount\": \"{{amount}}\",\n\t\"pin\": \"{{PIN}}\",\n    \"step\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/product/vend","description":"<p>Buy Electricity</p>\n","urlObject":{"protocol":"{{protocol}}","path":["BankAPI","api","product","vend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7bd2bcc6-b6e6-4b37-8dff-527e3e7fd77d","name":"Get Vend Electricity Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{host}}/BankAPI/api/product/vend"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\"stan\": \"258369\",\n\"authNumber\": \"2172213\",\n\"processedDateTime\": \"2020-11-24 11:41:38.018\",\n\"responseCode\": 0,\n\"responseMsg\": \"Approved or completed successfully\",\n\"dynamicData\": {\n\"amount\": 10.0,\n\"customerMessage\": \"Queries: 0860103089(TOKEN VALID FOR 36 MONTHS ONLY)\",\n\"meter\": {\n\"meterNum\": \"04231900009\",\n\"sgc\": \"000610\",\n\"krn\": \"1\",\n\"ti\": \"01\",\n\"alg\": \"07\",\n\"tt\": \"02\"\n},\n\"vatNo\": \"4500193497\",\n\"utility\": \"Cape Town\",\n\"type\": \"SALE\",\n\"customerName\": \"A ADAM\",\n\"bsstTokens\": {\n\"bsstTokens\": null\n},\n\"addressLine1\": \"18 ROAD\",\n\"addressLine2\": \"PINE\",\n\"tokens\": {\n\"tokens\": [\n{\n\"number\": \"29286084442088667243\",\n\"amount\": 8.7,\n\"tax\": 1.3,\n\"units\": 4.8,\n\"receipt\": \"RCT1606210899612\",\n\"receiptRef\": null,\n\"date\": \"2020-11-24 11:41:38\",\n\"description\": \"Electricity Credit\",\n\"tariffList\": [\n\"4.8 kWh @ 1.84 R/kWh\"\n],\n\"sortOrder\": \"1\",\n\"tariffName\": \"HomeUser 20/21\",\n\"resource\": null\n}\n]\n},\n\"addressLine3\": \"PINE\",\n\"notifications\": {}\n}\n}"}],"_postman_id":"a34af4cc-6a6d-4031-854a-c5bc74b8b5f1"}],"id":"7aa85d4f-3c4a-4e10-ab75-492eecff38cb","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c23d6c10-1a53-4a10-915a-6fad650dc1d3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"984e75fa-1c65-427a-ad2e-a04ec9a8e7b2"}}],"_postman_id":"7aa85d4f-3c4a-4e10-ab75-492eecff38cb","description":""},{"name":"Error Codes","item":[{"name":"Error Codes","id":"5bfa42ae-c845-485a-b59a-6ef321797f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"https://{{host}}/BankAPI/api/general/response/codes","urlObject":{"protocol":"https","path":["BankAPI","api","general","response","codes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f686a8cc-1060-4b40-bf7e-72b762b5ca39","name":"Error Codes","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{X-AUTH-TOKEN}}","type":"text"}],"url":"https://{{host}}/BankAPI/api/general/response/codes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCodes\": [\r\n        {\r\n            \"code\": \"106\",\r\n            \"description\": \"Invalid Silo\",\r\n            \"shortMessage\": \"INV_SILO\"\r\n        },\r\n        {\r\n            \"code\": \"000\",\r\n            \"description\": \"Approved or completed successfully\",\r\n            \"shortMessage\": \"Success\"\r\n        },\r\n        {\r\n            \"code\": \"001\",\r\n            \"description\": \"Refer to card issuer\",\r\n            \"shortMessage\": \"CD_ISS_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"002\",\r\n            \"description\": \"Refer to card issuer, special condition\",\r\n            \"shortMessage\": \"CD_ISS_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"003\",\r\n            \"description\": \"Invalid Merchant\",\r\n            \"shortMessage\": \"INVLD_MER\"\r\n        },\r\n        {\r\n            \"code\": \"004\",\r\n            \"description\": \"Pick-up card\",\r\n            \"shortMessage\": \"PU_CRD\"\r\n        },\r\n        {\r\n            \"code\": \"005\",\r\n            \"description\": \"Do not honor\",\r\n            \"shortMessage\": \"TRN_DECL\"\r\n        },\r\n        {\r\n            \"code\": \"006\",\r\n            \"description\": \"Error\",\r\n            \"shortMessage\": \"ERROR\"\r\n        },\r\n        {\r\n            \"code\": \"007\",\r\n            \"description\": \"Pick-up card, special condition\",\r\n            \"shortMessage\": \"PU_CRD_SC\"\r\n        },\r\n        {\r\n            \"code\": \"008\",\r\n            \"description\": \"Honor with identification\",\r\n            \"shortMessage\": \"ID_REQ\"\r\n        },\r\n        {\r\n            \"code\": \"009\",\r\n            \"description\": \"Request in progress\",\r\n            \"shortMessage\": \"REQ_IN_PROG\"\r\n        },\r\n        {\r\n            \"code\": \"010\",\r\n            \"description\": \"Approved, partial\",\r\n            \"shortMessage\": \"APP_PARTIAL\"\r\n        },\r\n        {\r\n            \"code\": \"011\",\r\n            \"description\": \"Approved, VIP\",\r\n            \"shortMessage\": \"APP_VIP\"\r\n        },\r\n        {\r\n            \"code\": \"012\",\r\n            \"description\": \"Invalid transaction\",\r\n            \"shortMessage\": \"INVLD_TRANS\"\r\n        },\r\n        {\r\n            \"code\": \"013\",\r\n            \"description\": \"Invalid amount\",\r\n            \"shortMessage\": \"INVLD_AMT\"\r\n        },\r\n        {\r\n            \"code\": \"014\",\r\n            \"description\": \"Invalid card number\",\r\n            \"shortMessage\": \"INVLD_CARD_NO\"\r\n        },\r\n        {\r\n            \"code\": \"015\",\r\n            \"description\": \"No such issuer\",\r\n            \"shortMessage\": \"NO_SUCH_ISSR\"\r\n        },\r\n        {\r\n            \"code\": \"016\",\r\n            \"description\": \"Approved, update track 3\",\r\n            \"shortMessage\": \"APP_UPT_TRK_3\"\r\n        },\r\n        {\r\n            \"code\": \"017\",\r\n            \"description\": \"Customer cancellation\",\r\n            \"shortMessage\": \"CUS_CANCEL\"\r\n        },\r\n        {\r\n            \"code\": \"018\",\r\n            \"description\": \"Customer dispute\",\r\n            \"shortMessage\": \"CUS_DISP\"\r\n        },\r\n        {\r\n            \"code\": \"019\",\r\n            \"description\": \"Re-enter transaction\",\r\n            \"shortMessage\": \"RE_ENT_TRANS\"\r\n        },\r\n        {\r\n            \"code\": \"020\",\r\n            \"description\": \"Invalid response\",\r\n            \"shortMessage\": \"INV_RESP\"\r\n        },\r\n        {\r\n            \"code\": \"021\",\r\n            \"description\": \"No action taken\",\r\n            \"shortMessage\": \"NO_ACT_TAK\"\r\n        },\r\n        {\r\n            \"code\": \"022\",\r\n            \"description\": \"Suspected  malfuncation\",\r\n            \"shortMessage\": \"SUS_MALFUNC\"\r\n        },\r\n        {\r\n            \"code\": \"023\",\r\n            \"description\": \"Unacceptable transaction fee\",\r\n            \"shortMessage\": \"UNACC_TRAN_FEE\"\r\n        },\r\n        {\r\n            \"code\": \"024\",\r\n            \"description\": \"File update not supported\",\r\n            \"shortMessage\": \"FIL_UPD_NOT_SUPP\"\r\n        },\r\n        {\r\n            \"code\": \"025\",\r\n            \"description\": \"Unable to locate record\",\r\n            \"shortMessage\": \"UN_LOC_REC\"\r\n        },\r\n        {\r\n            \"code\": \"026\",\r\n            \"description\": \"Duplicate Record\",\r\n            \"shortMessage\": \"DUP_REC\"\r\n        },\r\n        {\r\n            \"code\": \"027\",\r\n            \"description\": \"File update edit error\",\r\n            \"shortMessage\": \"FILE_UPD_EDIT_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"028\",\r\n            \"description\": \"File update file locked\",\r\n            \"shortMessage\": \"FILE_UPD_FILE_LOC\"\r\n        },\r\n        {\r\n            \"code\": \"029\",\r\n            \"description\": \"File update failed\",\r\n            \"shortMessage\": \"FILE_UPD_FAIL\"\r\n        },\r\n        {\r\n            \"code\": \"030\",\r\n            \"description\": \"Format error\",\r\n            \"shortMessage\": \"FORMAT_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"031\",\r\n            \"description\": \"Bank not supported\",\r\n            \"shortMessage\": \"BANK_NOT_SUP\"\r\n        },\r\n        {\r\n            \"code\": \"032\",\r\n            \"description\": \"Completed partially\",\r\n            \"shortMessage\": \"COMP_PAR\"\r\n        },\r\n        {\r\n            \"code\": \"033\",\r\n            \"description\": \"Expired card, pick-up\",\r\n            \"shortMessage\": \"EXP_CARD_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"034\",\r\n            \"description\": \"Suspected fraud, pick up\",\r\n            \"shortMessage\": \"SUS_FRAUD_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"035\",\r\n            \"description\": \"Contact acquirer security, pick up\",\r\n            \"shortMessage\": \"CONT_AQUIR_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"036\",\r\n            \"description\": \"Restricted card, pick up\",\r\n            \"shortMessage\": \"RES_CARD_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"037\",\r\n            \"description\": \"Call acquirer security, pick up\",\r\n            \"shortMessage\": \"CALL_ACQ_SEC_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"038\",\r\n            \"description\": \"Pin tries exceeded, pick up\",\r\n            \"shortMessage\": \"PIN_TRY_EXCEED_PICK_UP\"\r\n        },\r\n        {\r\n            \"code\": \"039\",\r\n            \"description\": \"No credit account\",\r\n            \"shortMessage\": \"NO_CREDIT_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"040\",\r\n            \"description\": \"Function not supported\",\r\n            \"shortMessage\": \"FUN_NOT_SUP\"\r\n        },\r\n        {\r\n            \"code\": \"041\",\r\n            \"description\": \"Lost Card\",\r\n            \"shortMessage\": \"LOST_CARD\"\r\n        },\r\n        {\r\n            \"code\": \"042\",\r\n            \"description\": \"No universal account\",\r\n            \"shortMessage\": \"NO_UNI_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"043\",\r\n            \"description\": \"Stolen card\",\r\n            \"shortMessage\": \"STOL_CARD\"\r\n        },\r\n        {\r\n            \"code\": \"044\",\r\n            \"description\": \"No investment account\",\r\n            \"shortMessage\": \"NO_INVEST_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"051\",\r\n            \"description\": \"Not sufficient funds\",\r\n            \"shortMessage\": \"NO_SUFF_FUNDS\"\r\n        },\r\n        {\r\n            \"code\": \"052\",\r\n            \"description\": \"No check account\",\r\n            \"shortMessage\": \"NO_CHECK_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"053\",\r\n            \"description\": \"No savings account\",\r\n            \"shortMessage\": \"NO_SAV_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"054\",\r\n            \"description\": \"Expired card\",\r\n            \"shortMessage\": \"EXP_CARD\"\r\n        },\r\n        {\r\n            \"code\": \"055\",\r\n            \"description\": \"Incorrect pin\",\r\n            \"shortMessage\": \"INC_PIN\"\r\n        },\r\n        {\r\n            \"code\": \"056\",\r\n            \"description\": \"No card record\",\r\n            \"shortMessage\": \"No_CARD_REC\"\r\n        },\r\n        {\r\n            \"code\": \"057\",\r\n            \"description\": \"Transaction not permitted to cardholder\",\r\n            \"shortMessage\": \"TRANS_NOT_PERMITTED_TO_CARD\"\r\n        },\r\n        {\r\n            \"code\": \"058\",\r\n            \"description\": \"Transaction not permitted on terminal\",\r\n            \"shortMessage\": \"TRANS_NOT_PERMITTED_TO_TERM\"\r\n        },\r\n        {\r\n            \"code\": \"059\",\r\n            \"description\": \"Suspected fraud\",\r\n            \"shortMessage\": \"SUS_FRAUD\"\r\n        },\r\n        {\r\n            \"code\": \"060\",\r\n            \"description\": \"Contact acquirer\",\r\n            \"shortMessage\": \"CONT_ACU\"\r\n        },\r\n        {\r\n            \"code\": \"061\",\r\n            \"description\": \"Exceeds withdrawal limit\",\r\n            \"shortMessage\": \"EXC_WITH_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"062\",\r\n            \"description\": \"Restricted card\",\r\n            \"shortMessage\": \"RESTRIC_CARD\"\r\n        },\r\n        {\r\n            \"code\": \"063\",\r\n            \"description\": \"Security violation\",\r\n            \"shortMessage\": \"SEC_VIO\"\r\n        },\r\n        {\r\n            \"code\": \"064\",\r\n            \"description\": \"Original amount incorrect\",\r\n            \"shortMessage\": \"ORG_AMT_INC\"\r\n        },\r\n        {\r\n            \"code\": \"065\",\r\n            \"description\": \"Exceeds withdrawl frequency\",\r\n            \"shortMessage\": \"EXC_WITH_FRE\"\r\n        },\r\n        {\r\n            \"code\": \"066\",\r\n            \"description\": \"Call acquirer security\",\r\n            \"shortMessage\": \"CALL_ACQU_SEC\"\r\n        },\r\n        {\r\n            \"code\": \"067\",\r\n            \"description\": \"Hard capture\",\r\n            \"shortMessage\": \"HARD_CAP\"\r\n        },\r\n        {\r\n            \"code\": \"068\",\r\n            \"description\": \"Response received too late\",\r\n            \"shortMessage\": \"RES_REC_TO_LAT\"\r\n        },\r\n        {\r\n            \"code\": \"075\",\r\n            \"description\": \"PIN tries exceeded\",\r\n            \"shortMessage\": \"PIN_EXCEED\"\r\n        },\r\n        {\r\n            \"code\": \"077\",\r\n            \"description\": \"Intervene, bank approval required\",\r\n            \"shortMessage\": \"INTER_BANK_APPROV\"\r\n        },\r\n        {\r\n            \"code\": \"078\",\r\n            \"description\": \"Intervene, bank approval required for partial amount\",\r\n            \"shortMessage\": \"INTER_BANK_APPROV_PAR_AMT\"\r\n        },\r\n        {\r\n            \"code\": \"090\",\r\n            \"description\": \"Cut-off in progress\",\r\n            \"shortMessage\": \"CUT_OFF_IN_PROG\"\r\n        },\r\n        {\r\n            \"code\": \"091\",\r\n            \"description\": \"Issuer or switch inoperative\",\r\n            \"shortMessage\": \"ISSR_OR_SWI_INOP\"\r\n        },\r\n        {\r\n            \"code\": \"092\",\r\n            \"description\": \"Routing error\",\r\n            \"shortMessage\": \"Rout_err\"\r\n        },\r\n        {\r\n            \"code\": \"093\",\r\n            \"description\": \"Violation of law\",\r\n            \"shortMessage\": \"VIO_LAW\"\r\n        },\r\n        {\r\n            \"code\": \"094\",\r\n            \"description\": \"Duplicate transaction\",\r\n            \"shortMessage\": \"DUP_TRANG\"\r\n        },\r\n        {\r\n            \"code\": \"095\",\r\n            \"description\": \"Reconcile error\",\r\n            \"shortMessage\": \"REC_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"096\",\r\n            \"description\": \"System malfunction\",\r\n            \"shortMessage\": \"SYS_MAL\"\r\n        },\r\n        {\r\n            \"code\": \"098\",\r\n            \"description\": \"Exceeds cash limit\",\r\n            \"shortMessage\": \"EXC_CASH_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"099\",\r\n            \"description\": \"Account inactive\",\r\n            \"shortMessage\": \"ACC_IN_ACTIV\"\r\n        },\r\n        {\r\n            \"code\": \"100\",\r\n            \"description\": \"Closed Community Inactive\",\r\n            \"shortMessage\": \"CC_INACC\"\r\n        },\r\n        {\r\n            \"code\": \"101\",\r\n            \"description\": \"Cannot transact outside Closed Community\",\r\n            \"shortMessage\": \"CANNOT_TRANS_OUT_CC\"\r\n        },\r\n        {\r\n            \"code\": \"102\",\r\n            \"description\": \"Uknown Account\",\r\n            \"shortMessage\": \"UKN_ACC\"\r\n        },\r\n        {\r\n            \"code\": \"103\",\r\n            \"description\": \"Invalid scheme type\",\r\n            \"shortMessage\": \"INV_SCHE_TYP\"\r\n        },\r\n        {\r\n            \"code\": \"104\",\r\n            \"description\": \"Transfer limit exceeded\",\r\n            \"shortMessage\": \"TRANS_LMT_EXC\"\r\n        },\r\n        {\r\n            \"code\": \"105\",\r\n            \"description\": \"Invalid Bin\",\r\n            \"shortMessage\": \"INV_BIN\"\r\n        },\r\n        {\r\n            \"code\": \"107\",\r\n            \"description\": \"Invalid Closed Community\",\r\n            \"shortMessage\": \"INV_CLOS_COM\"\r\n        },\r\n        {\r\n            \"code\": \"108\",\r\n            \"description\": \"You have entered the wrong pin, please try again\",\r\n            \"shortMessage\": \"INV_ACC_PIN\"\r\n        },\r\n        {\r\n            \"code\": \"109\",\r\n            \"description\": \"Transaction below minimum limit\",\r\n            \"shortMessage\": \"TRAN_MIN_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"110\",\r\n            \"description\": \"Transaction exceeds maximum limit\",\r\n            \"shortMessage\": \"TRAN_MAX_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"111\",\r\n            \"description\": \"Transaction exceeds daily limit\",\r\n            \"shortMessage\": \"TRAN_DAILY_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"112\",\r\n            \"description\": \"Transaction exceeds monthly limit\",\r\n            \"shortMessage\": \"TRAN_MONTH_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"113\",\r\n            \"description\": \"Balance below minimum limit\",\r\n            \"shortMessage\": \"BAL_MIN_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"114\",\r\n            \"description\": \"Balance exceeds maximum limit\",\r\n            \"shortMessage\": \"BAL_MAX_LMT\"\r\n        },\r\n        {\r\n            \"code\": \"115\",\r\n            \"description\": \"Please first change pin\",\r\n            \"shortMessage\": \"PIN_CHANGE\"\r\n        },\r\n        {\r\n            \"code\": \"117\",\r\n            \"description\": \"Account not active\",\r\n            \"shortMessage\": \"ACC_NOT_ACTIVE\"\r\n        },\r\n        {\r\n            \"code\": \"150\",\r\n            \"description\": \"Invalid Service Response\",\r\n            \"shortMessage\": \"INV_SV_RES\"\r\n        },\r\n        {\r\n            \"code\": \"151\",\r\n            \"description\": \"Invalid Mobile Number\",\r\n            \"shortMessage\": \"INV_MSISDN\"\r\n        },\r\n        {\r\n            \"code\": \"152\",\r\n            \"description\": \"Invalid Account Access\",\r\n            \"shortMessage\": \"INV_ACC_ACS\"\r\n        },\r\n        {\r\n            \"code\": \"156\",\r\n            \"description\": \"Inactive Device\",\r\n            \"shortMessage\": \"INAC_DEV\"\r\n        },\r\n        {\r\n            \"code\": \"073\",\r\n            \"description\": \"Transaction not allowed.\",\r\n            \"shortMessage\": \"TRN_NOTALLOWED\"\r\n        },\r\n        {\r\n            \"code\": \"079\",\r\n            \"description\": \"Account not found.\",\r\n            \"shortMessage\": \"ACC_NOT_FND\"\r\n        },\r\n        {\r\n            \"code\": \"158\",\r\n            \"description\": \"Duplicate Silo.\",\r\n            \"shortMessage\": \"DUP_SILO\"\r\n        },\r\n        {\r\n            \"code\": \"170\",\r\n            \"description\": \"No Last-transaction Response\",\r\n            \"shortMessage\": \"NO_LST_TRN\"\r\n        },\r\n        {\r\n            \"code\": \"171\",\r\n            \"description\": \"Invalid Product\",\r\n            \"shortMessage\": \"INV_PROD\"\r\n        },\r\n        {\r\n            \"code\": \"172\",\r\n            \"description\": \"Vending Exception\",\r\n            \"shortMessage\": \"KIN_EXC\"\r\n        },\r\n        {\r\n            \"code\": \"174\",\r\n            \"description\": \"Invalid Terminal ID\",\r\n            \"shortMessage\": \"INV_TRM_ID\"\r\n        },\r\n        {\r\n            \"code\": \"175\",\r\n            \"description\": \"Out Of Stock\",\r\n            \"shortMessage\": \"NO_STCK\"\r\n        },\r\n        {\r\n            \"code\": \"176\",\r\n            \"description\": \"Not Authorised\",\r\n            \"shortMessage\": \"NOT_AUTH\"\r\n        },\r\n        {\r\n            \"code\": \"177\",\r\n            \"description\": \"Unknown Error\",\r\n            \"shortMessage\": \"UNK_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"180\",\r\n            \"description\": \"Invalid POS Access Option\",\r\n            \"shortMessage\": \"INV_ACC_OPT\"\r\n        },\r\n        {\r\n            \"code\": \"181\",\r\n            \"description\": \"Account Access Person not found\",\r\n            \"shortMessage\": \"AAP_NOT_FOUND\"\r\n        },\r\n        {\r\n            \"code\": \"182\",\r\n            \"description\": \"No person linked to this card\",\r\n            \"shortMessage\": \"NO_PRS\"\r\n        },\r\n        {\r\n            \"code\": \"183\",\r\n            \"description\": \"Verification failed for provided personal information\",\r\n            \"shortMessage\": \"VER_FAIL\"\r\n        },\r\n        {\r\n            \"code\": \"184\",\r\n            \"description\": \"Mobule Number Exists\",\r\n            \"shortMessage\": \"MOB_EXS\"\r\n        },\r\n        {\r\n            \"code\": \"185\",\r\n            \"description\": \"Mobile access created, but personal number was not changed\",\r\n            \"shortMessage\": \"MOB_CR_NO_CHG\"\r\n        },\r\n        {\r\n            \"code\": \"186\",\r\n            \"description\": \"Old Numbers do not match\",\r\n            \"shortMessage\": \"MOB_NO_MTCH\"\r\n        },\r\n        {\r\n            \"code\": \"187\",\r\n            \"description\": \"Could not verify person\",\r\n            \"shortMessage\": \"PRS_VERI_FAIL\"\r\n        },\r\n        {\r\n            \"code\": \"188\",\r\n            \"description\": \"Please choose a stronger PIN\",\r\n            \"shortMessage\": \"STRG_PIN\"\r\n        },\r\n        {\r\n            \"code\": \"045\",\r\n            \"description\": \"Account Closed\",\r\n            \"shortMessage\": \"ACC_CLD\"\r\n        },\r\n        {\r\n            \"code\": \"189\",\r\n            \"description\": \"Possible Duplicate Transaction\",\r\n            \"shortMessage\": \"POSS_DUP\"\r\n        },\r\n        {\r\n            \"code\": \"190\",\r\n            \"description\": \"User does not exist\",\r\n            \"shortMessage\": \"NO_USR\"\r\n        },\r\n        {\r\n            \"code\": \"191\",\r\n            \"description\": \"Invalid user for institute\",\r\n            \"shortMessage\": \"INV_INST_USR\"\r\n        },\r\n        {\r\n            \"code\": \"160\",\r\n            \"description\": \"To Account not found\",\r\n            \"shortMessage\": \"TO_ACC_NOT_FOUND\"\r\n        },\r\n        {\r\n            \"code\": \"192\",\r\n            \"description\": \"No Prodcut Servoce Code found\",\r\n            \"shortMessage\": \"POSS_S_DUP\"\r\n        },\r\n        {\r\n            \"code\": \"195\",\r\n            \"description\": \"Bank Not Available\",\r\n            \"shortMessage\": \"No_BANK\"\r\n        },\r\n        {\r\n            \"code\": \"220\",\r\n            \"description\": \"Invalid School Code\",\r\n            \"shortMessage\": \"NWSC_SERVICE_ERROR\"\r\n        },\r\n        {\r\n            \"code\": \"201\",\r\n            \"description\": \"Forwarded institute not available\",\r\n            \"shortMessage\": \"FWD_CHL_ERROR\"\r\n        },\r\n        {\r\n            \"code\": \"221\",\r\n            \"description\": \"Invalid Customer Ref\",\r\n            \"shortMessage\": \"NWSC_VERIFICATION_ERR\"\r\n        },\r\n        {\r\n            \"code\": \"240\",\r\n            \"description\": \"Invalid 2Digit Code.\",\r\n            \"shortMessage\": \"2DIGIT_INVALID_CODE\"\r\n        },\r\n        {\r\n            \"code\": \"241\",\r\n            \"description\": \"2Digit Code has expired/been claimed.\",\r\n            \"shortMessage\": \"2DIGIT_CODE_CLOSED\"\r\n        },\r\n        {\r\n            \"code\": \"242\",\r\n            \"description\": \"Create account succesful with inactive state because deposit failed.\",\r\n            \"shortMessage\": \"SUCCESS_INACTIVE\"\r\n        },\r\n        {\r\n            \"code\": \"118\",\r\n            \"description\": \"Daily Turnover limit Exceeded\",\r\n            \"shortMessage\": \"D_TURNOVER_EXCEEDED\"\r\n        },\r\n        {\r\n            \"code\": \"119\",\r\n            \"description\": \"Monthly Turnover limit Exceeded\",\r\n            \"shortMessage\": \"M_TURNOVER_EXCEEDED\"\r\n        },\r\n        {\r\n            \"code\": \"245\",\r\n            \"description\": \"Custom Message from Service Provider\",\r\n            \"shortMessage\": \"CUST_MSG\"\r\n        },\r\n        {\r\n            \"code\": \"320\",\r\n            \"description\": \"Funds are required from Unallocated to proceed. Confirm:\",\r\n            \"shortMessage\": \"CONFIRM\"\r\n        },\r\n        {\r\n            \"code\": \"230\",\r\n            \"description\": \"Invalid ID Number\",\r\n            \"shortMessage\": \"INV_ID_NUM\"\r\n        },\r\n        {\r\n            \"code\": \"231\",\r\n            \"description\": \"Duplicate ID Number\",\r\n            \"shortMessage\": \"DUP_ID_NUM\"\r\n        },\r\n        {\r\n            \"code\": \"250\",\r\n            \"description\": \"Invalid Client Identifier\",\r\n            \"shortMessage\": \"INVALID_CLIENT_ID\"\r\n        },\r\n        {\r\n            \"code\": \"251\",\r\n            \"description\": \"Invalid Token\",\r\n            \"shortMessage\": \"INVALID_Token\"\r\n        },\r\n        {\r\n            \"code\": \"196\",\r\n            \"description\": \"Username already exists\",\r\n            \"shortMessage\": \"USERNAME_exists\"\r\n        },\r\n        {\r\n            \"code\": \"153\",\r\n            \"description\": \"Pin not strong enough\",\r\n            \"shortMessage\": \"WEAK_PIN\"\r\n        },\r\n        {\r\n            \"code\": \"319\",\r\n            \"description\": \"Invalid Allocations\",\r\n            \"shortMessage\": \"INVALID_ALLOCATIONS\"\r\n        },\r\n        {\r\n            \"code\": \"155\",\r\n            \"description\": \"Invalid MoneyGram\",\r\n            \"shortMessage\": \"INVALID_MONEYGRAM\"\r\n        },\r\n        {\r\n            \"code\": \"074\",\r\n            \"description\": \"2D Code Expired/Claimed\",\r\n            \"shortMessage\": \"2D_CODE_EXPIRED_CLAIMED\"\r\n        },\r\n        {\r\n            \"code\": \"069\",\r\n            \"description\": \"No Result\",\r\n            \"shortMessage\": \"NO_RESULT\"\r\n        },\r\n        {\r\n            \"code\": \"232\",\r\n            \"description\": \"Invalid Date of Birth\",\r\n            \"shortMessage\": \"INVALID_DOB\"\r\n        },\r\n        {\r\n            \"code\": \"197\",\r\n            \"description\": \"Terms And Conditions Not Accepted\",\r\n            \"shortMessage\": \"T_AND_C_NOT_ACCEPTED\"\r\n        },\r\n        {\r\n            \"code\": \"197\",\r\n            \"description\": \"Terms And Conditions Not Accepted\",\r\n            \"shortMessage\": \"T_AND_C_NOT_ACCEPTED\"\r\n        },\r\n        {\r\n            \"code\": \"197\",\r\n            \"description\": \"Terms And Conditions Not Accepted\",\r\n            \"shortMessage\": \"T_AND_C_NOT_ACCEPTED\"\r\n        },\r\n        {\r\n            \"code\": \"197\",\r\n            \"description\": \"Terms And Conditions Not Accepted\",\r\n            \"shortMessage\": \"T_AND_C_NOT_ACCEPTED\"\r\n        },\r\n        {\r\n            \"code\": \"197\",\r\n            \"description\": \"Terms And Conditions Not Accepted\",\r\n            \"shortMessage\": \"T_AND_C_NOT_ACCEPTED\"\r\n        },\r\n        {\r\n            \"code\": \"239\",\r\n            \"description\": \"Invalid 2D Code Type\",\r\n            \"shortMessage\": \"2DIGIT_INVALID_CODE_TYPE\"\r\n        },\r\n        {\r\n            \"code\": \"233\",\r\n            \"description\": \"Invalid Last Name\",\r\n            \"shortMessage\": \"INV_LAST_NAME\"\r\n        },\r\n        {\r\n            \"code\": \"157\",\r\n            \"description\": \"Invalid Cash send\",\r\n            \"shortMessage\": \"INV_CASH_SEND\"\r\n        },\r\n        {\r\n            \"code\": \"080\",\r\n            \"description\": \"KYC Verification Failure\",\r\n            \"shortMessage\": \"KYC_FAILURE\"\r\n        }\r\n    ],\r\n    \"stan\": \"1658395558621\",\r\n    \"authNumber\": \"11799\",\r\n    \"processedDateTime\": \"2022-07-21T11:25:58.674+0200\",\r\n    \"responseCode\": 0,\r\n    \"responseMsg\": \"Success\"\r\n}"}],"_postman_id":"5bfa42ae-c845-485a-b59a-6ef321797f1d"}],"id":"b6433eb4-101f-46e7-ada8-aa8e19831c48","description":"<p>The Error Codes that will be returned.</p>\n","_postman_id":"b6433eb4-101f-46e7-ada8-aa8e19831c48"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fe3c9c5b-2ae1-49c2-a6b1-81d06302ee8c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"33452c9c-2150-44f9-8a53-d006b1db0721"}}]}