{"info":{"_postman_id":"2bf8c70a-8124-43e4-9750-23a419bfabfe","name":"Open Banking APIs","description":"<html><head></head><body><h1 id=\"about-probanx\">About Probanx</h1>\n<p>Probanx Solutions Ltd (Probanx) is an international banking software company, an autonomous subsidiary of Australian Securities and Frankfurt Stock Exchange-listed iSignthis Ltd (ASX : ISX) | (FRA :TA8), has been serving the bank industry since the year 2000 by developing comprehensive banking software solutions to financial institutions around the globe.</p>\n<h1 id=\"pbx-open-banking-contingency\">PBX Open Banking &amp; Contingency</h1>\n<p>For Strong Customer Authentication (SCA) and secure open standards of communication, based on the COMMISSION DELEGATED REGULATION (EU) 2018/389 Article 33, the Contingency API is available for Account Information Service Providers and Payment Initiation Service Providers as long as they have been credentialed by the Account Servicing Payment Service Provider providing the payment services. The Contingency API documentation can be found here :</p>\n\n<ul>\n    <li><a href=\"https://www.probanx.online/UM/Probanx_Contigency_Document.pdf\">Contingency API documentation​</a></li>\n</ul>\n\n<h1 id=\"introduction\">Introduction</h1>\n<p>The Probanx CorePlus Demo Web Restful Services APIs use the standard JavaScript Object Notation (JSON) or XML to exchange messages over secure HTTPS websites. </p>\n<h1 id=\"required-headers-and-authentication\">Required Headers and Authentication</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>UsernamePassword DemoAPIUser:CorePlusPassword\n\nContent-Type application/x-www-form-urlencoded\n\nAccept application/json  \n\nAccept application/xml  (Optional)\n</code></pre><h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>In case of invalid credentials provided by the user a Status of 401 Unauthorized will be returned to the user.                                                                                                                            See also <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_errors\">401 Error Code</a></td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>In case of potential malicious code detected within the body of the API call a Status of 403 Forbidden will be returned to the user.                                                                                                      See also <a href=\"https://en.wikipedia.org/wiki/HTTP_403\">403 Error Code</a></td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>The Server is incapable of performing the request . See also <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_errors\">500 Error Code</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"glossary\">Glossary</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Term</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Incoming Transfer</td>\n<td>A user can request to transfer an Amount of money from a Correspondent Bank to a client’s account.</td>\n</tr>\n<tr>\n<td>Internal Transfer</td>\n<td>A user can request to transfer an Amount of money from his Personal Account to an account of other client into the same bank.</td>\n</tr>\n<tr>\n<td>Outgoing Transfer</td>\n<td>A user can request to transfer an Amount of money from his Personal Account to a selected Beneficiary.</td>\n</tr>\n<tr>\n<td>Personal Transfer</td>\n<td>A user can request to transfer an Amount of money between his Personal Accounts.</td>\n</tr>\n<tr>\n<td>Standing Order</td>\n<td>A user can use the Standing Order functionality through enabling Standing Order at the creation of the Transfer. The user must state whether this Transfer is a Standing Order or not (setting to True                                     or False the related boolean isStandingOrder parameter.)</td>\n</tr>\n<tr>\n<td>Standing Order Frequency</td>\n<td>All Standing Orders have frequency (Daily, Weekly, Monthly, Quarterly or Annually) . Once the Transfer is created with a Standing Order set to Yes with a frequency, the Tranfer will be executed                                         every time based on the frequency</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About Probanx","slug":"about-probanx"},{"content":"PBX Open Banking & Contingency","slug":"pbx-open-banking-contingency"},{"content":"Introduction","slug":"introduction"},{"content":"Required Headers and Authentication","slug":"required-headers-and-authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Glossary","slug":"glossary"}],"owner":"6731312","collectionId":"2bf8c70a-8124-43e4-9750-23a419bfabfe","publishedId":"S1EQSxVe","public":true,"customColor":{"top-bar":"004E70","right-sidebar":"303030","highlight":"004E70"},"publishDate":"2019-04-15T14:39:56.000Z"},"item":[{"name":"Accounts","item":[{"name":"AccountDetails","event":[{"listen":"test","script":{"id":"d060809b-d6c3-4c07-9420-6e8d56794171","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1c73fb71-cc66-4122-9aa9-b16bd12f6fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"4000000201000","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Account/AccountDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the detailed information for a particular account given the unique account number or IBAN</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account number.</td>\n</tr>\n<tr>\n<td>IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The unique IBAN number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","AccountDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c73fb71-cc66-4122-9aa9-b16bd12f6fe4"},{"name":"AccountList","event":[{"listen":"test","script":{"id":"de33aaa2-aee9-4780-b865-860816b94f70","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"69c35af1-d074-4338-9eca-84f128fc9850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000006","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Account/AccountList","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the list of accounts for a particular client given the unique client number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","AccountList"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69c35af1-d074-4338-9eca-84f128fc9850"},{"name":"FundingInstructions","event":[{"listen":"test","script":{"id":"6835338f-765e-4333-92db-c7a2ce1ee5fc","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f16b9234-5011-4e27-a68f-89000394ffdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"AccountNumber","value":"4000000201000","description":"<p>Mandatory</p>\n","type":"text"},{"key":"CorrespondentSwiftCode","value":"LIABLT2X","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Account/FundingInstructions","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the Funding Instructions for the given AccountNumber and CorrespondentSwiftCode.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account number.</td>\n</tr>\n<tr>\n<td>CorrespondentSwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The correspondent's Swift Code.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","FundingInstructions"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f16b9234-5011-4e27-a68f-89000394ffdd"},{"name":"OpenAccount","event":[{"listen":"test","script":{"id":"057197a3-df0f-4a08-b236-8d106ce641a7","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8228d8d4-7949-4e0a-ad3a-d55a66188312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"00004"},{"description":"<p>Mandatory</p>\n","key":"AccountId","type":"text","value":"10"},{"description":"<p>Mandatory</p>\n","key":"BranchId","type":"text","value":"001"},{"description":"<p>Mandatory</p>\n","key":"Currency","type":"text","value":"EUR"}]},"url":"{{Domain}}/API/api/Account/OpenAccount","description":"<h2 id=\"description\">Description</h2>\n<p>Opens an account with the information provided.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>Mandatory</td>\n<td>Number (Integer)</td>\n<td>3</td>\n<td>The Account ID number.</td>\n</tr>\n<tr>\n<td>BranchId</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Branch ID number.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Currency of the Account.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Account","OpenAccount"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8228d8d4-7949-4e0a-ad3a-d55a66188312"}],"id":"b24ed617-2141-4f58-adc7-d458029bbc9c","_postman_id":"b24ed617-2141-4f58-adc7-d458029bbc9c","description":""},{"name":"Cards","item":[{"name":"MyCards","event":[{"listen":"test","script":{"id":"5a384173-970f-42bb-a248-40f58bc8132a","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0bf04e58-5be9-4bf3-ae69-870869ca6781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"},{"description":"<p>Optional</p>\n","key":"PageIndex","type":"text","value":""},{"description":"<p>Optional</p>\n","key":"PageSize","type":"text","value":""}]},"url":"{{Domain}}/API/api/Card/MyCards","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves the client's cards for the given client number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","MyCards"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bf04e58-5be9-4bf3-ae69-870869ca6781"},{"name":"LoadCard","id":"b0b01296-a1b3-4e8d-8ec7-fe283f5ff3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"},{"description":"<p>Mandatory</p>\n","key":"Details","type":"text","value":"Test"},{"description":"<p>Mandatory</p>\n","key":"DebitAccountNumber","type":"text","value":"3100000101000"},{"description":"<p>Mandatory</p>\n","key":"CardNumber","type":"text","value":"4929523848030558"},{"description":"<p>Mandatory</p>\n","key":"Amount","type":"text","value":"50"}]},"url":"{{Domain}}/API/api/Card/LoadCard","description":"<h2 id=\"description\">Description</h2>\n<p>Loads a card from the linked account number according to the info provided.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>Details for the load of the card.</td>\n</tr>\n<tr>\n<td>DebitAccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The Account Number to be debited.</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>25</td>\n<td>The CardNumber of the Card.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The amount to load the card.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","LoadCard"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0b01296-a1b3-4e8d-8ec7-fe283f5ff3e9"},{"name":"ProspectiveCards","event":[{"listen":"test","script":{"id":"55f5b462-ad36-4fdf-8fe1-b8ce44755523","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5bd0d83b-623d-4b96-bf35-8acac6894feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000008"}]},"url":"{{Domain}}/API/api/Card/ProspectiveCards","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the Card types that the client has not opened yet. </p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Number(Integer)</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Card","ProspectiveCards"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bd0d83b-623d-4b96-bf35-8acac6894feb"}],"id":"9ef5dd94-38de-4985-8031-f6fb808e3733","_postman_id":"9ef5dd94-38de-4985-8031-f6fb808e3733","description":""},{"name":"Clients","item":[{"name":"AddIdentification","event":[{"listen":"test","script":{"id":"79411b6e-8433-4427-861d-67b2091ecf8e","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2bc42c9d-c247-441e-86c6-506bfe9447f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000012"},{"description":"<p>Mandatory ( Get valid IDs values from GetAllIdentificationTypes API call.)</p>\n","key":"Type","type":"text","value":"ID Card"},{"description":"<p>Mandatory (Alpha 2 Code. e.g CY for Cyprus )</p>\n","key":"CountryIssued","type":"text","value":"CY"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD)</p>\n","key":"DateIssued","type":"text","value":"2015-03-26"},{"description":"<p>Mandatory (Valid Format : YYYY-MM-DD)</p>\n","key":"DateExpired","type":"text","value":"2026-03-26"},{"description":"<p>Mandatory (Maximum Length : 200 characters)</p>\n","key":"LocationIssued","type":"text","value":"Nicosia"},{"description":"<p>Mandatory (Maximum Length : 50 characters)</p>\n","key":"Number","type":"text","value":"123456"},{"description":"<p>Optional</p>\n","key":"DocumentId","type":"text","value":"0 "}]},"url":"{{Domain}}/API/api/Client/AddIdentification","description":"<h2 id=\"description\">Description</h2>\n<p>Adds an identification to a specific client given the unique client number and identification's information.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The Account ID number.</td>\n</tr>\n<tr>\n<td>CountryIssued</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The Country the Identification was issued.(Valid Format : Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>DateIssued</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date the Identification was issued.(Valid Format : YYYY-MM-DD) e.g 1995-03-24</td>\n</tr>\n<tr>\n<td>DateExpired</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date the Identification will expire.(Valid Format : YYYY-MM-DD) e.g 2026-03-24</td>\n</tr>\n<tr>\n<td>LocationIssued</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The Location the Identification was issued.</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The Identification's unique Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AddIdentification"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bc42c9d-c247-441e-86c6-506bfe9447f0"},{"name":"AllClientDetails","event":[{"listen":"test","script":{"id":"cf7d2f12-4c2b-42e9-ad52-9926c2fb7517","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"637b471f-a4cc-4a72-8e47-11be623e7e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"{{Domain}}/API/api/Client/AllClientDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","AllClientDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"637b471f-a4cc-4a72-8e47-11be623e7e73"},{"name":"BeneficiaryDetails","event":[{"listen":"test","script":{"id":"30559ff4-63ac-42b5-90fc-f475c65aa07e","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3b2b1986-b0ec-46b0-9a12-3c22a9640770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000002"}]},"url":"{{Domain}}/API/api/Client/BeneficiaryDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all Beneficiary's details of a client given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","BeneficiaryDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b2b1986-b0ec-46b0-9a12-3c22a9640770"},{"name":"ClientAddress","event":[{"listen":"test","script":{"id":"16c483b9-ba8a-408b-a75e-00c8a30b80c6","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"20d2807b-82e5-4e4b-b4f9-0baf94cc581d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Client/ClientAddress","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Client's addresses(Legal and Mail) for the given Client Number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientAddress"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20d2807b-82e5-4e4b-b4f9-0baf94cc581d"},{"name":"ClientAlertsByDateRangeAndClientNumber","event":[{"listen":"test","script":{"id":"91811def-6db1-4496-a403-095c541516b2","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"181038ce-8c72-45dc-aaf5-0395618f558c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","description":"<p>Mandatory</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"},{"key":"DateFrom","value":"2018-01-01","description":"<p>Mandatory</p>\n","type":"text"},{"key":"DateTo","value":"2019-05-01","description":"<p>Mandatory</p>\n","type":"text"},{"key":"AccountNumber","value":"","description":"<p>Optional</p>\n","type":"text"},{"key":"TransactionReferenceNumber","value":"","description":"<p>Optional</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Notification/ClientAlertsByDateRangeAndClientNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Client Alerts for the given Date Range and Client Number</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The start of Date Range. (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The end of Date Range.  (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique Account Number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","ClientAlertsByDateRangeAndClientNumber"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"181038ce-8c72-45dc-aaf5-0395618f558c"},{"name":"ClientContactDetails","event":[{"listen":"test","script":{"id":"25441184-2ac3-4f55-84cf-69f865657075","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"21d153c7-eff6-4f40-a559-bff3b72a6a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"{{Domain}}/API/api/Client/ClientContactDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client contact details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientContactDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d153c7-eff6-4f40-a559-bff3b72a6a71"},{"name":"ClientDocuments","event":[{"listen":"test","script":{"id":"3cb007a6-c3f9-40eb-9542-b900c7966dbb","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b11938ff-b05f-4ca3-8285-75db47d6379b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Client/ClientDocuments","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client documents for the given client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientDocuments"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b11938ff-b05f-4ca3-8285-75db47d6379b"},{"name":"ClientPersonalDetails","event":[{"listen":"test","script":{"id":"f4f867da-dec8-4ef7-8793-25a9929a0d8a","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"58c436ff-45ec-487f-9c7a-f9ed85879480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","type":"text","description":"<p>Mandatory</p>\n"}]},"url":"{{Domain}}/API/api/Client/ClientPersonalDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client personal details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientPersonalDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58c436ff-45ec-487f-9c7a-f9ed85879480"},{"name":"ClientReferralDetails","event":[{"listen":"test","script":{"id":"a6c0effd-ce24-4649-aea2-db269e09cf1e","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7bcc9f04-7c98-4720-a46c-7deb028dc7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Client/ClientReferralDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves client's referral's details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","ClientReferralDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bcc9f04-7c98-4720-a46c-7deb028dc7f0"},{"name":"DependentDetails","event":[{"listen":"test","script":{"id":"0ebb622b-adeb-498e-934d-50ec01730087","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"037af9c5-2f83-4291-91dd-457d1c7444ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000001","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Client/DependentDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client's relations details for the given client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","DependentDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"037af9c5-2f83-4291-91dd-457d1c7444ec"},{"name":"IdentificationDetails","event":[{"listen":"test","script":{"id":"2c070462-3449-47ea-865d-228b8aa577b7","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"aaac5291-4261-4a11-93e5-afb948545cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"}]},"url":"{{Domain}}/API/api/Client/IdentificationDetails","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all client's identification details given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Client","IdentificationDetails"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaac5291-4261-4a11-93e5-afb948545cd6"}],"id":"faaceceb-973e-4db9-8333-8a9bc2e50e8c","_postman_id":"faaceceb-973e-4db9-8333-8a9bc2e50e8c","description":""},{"name":"Deposit","item":[{"name":"MakeDeposit","event":[{"listen":"test","script":{"id":"a0d11a88-071d-4b6d-a4c1-a8f4387a2b24","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1004a5cf-4689-4216-8858-da44889d6d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":""},{"description":"<p>Mandatory (Call the API call ListOfDepositProduct to get the Deposit ProductIDs)</p>\n","key":"DepositProductId","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"FundingAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"PayAwayAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"InterestAccountNumber","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>Mandatory</p>\n","key":"Details","type":"text","value":""},{"description":"<p>Optional (Valid values : True , False). If not provided False will be the default value.</p>\n","key":"AutoRenew","type":"text","value":""},{"description":"<p>Optional (Valid values : PrincipalAndInterest , PrincipalOnly). This field should be provided only when AutoRenew is set to True.</p>\n","key":"AutoRenewType","type":"text","value":""},{"description":"<p>Optional</p>\n","key":"InterestRate","type":"text","value":"","disabled":true},{"description":"<p>Optional (Valid Format : YYYY-MM-DD). If not provided the current date will be the default value. </p>\n","key":"DepositStartDate","type":"text","value":""}]},"url":"{{Domain}}/API/api/Deposit/MakeDeposit","description":"<h2 id=\"description\">Description</h2>\n<p>Makes a deposit with the given information.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>DepositProductId</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The deposit product ID number.</td>\n</tr>\n<tr>\n<td>FundingAccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The funding account number of the deposit.</td>\n</tr>\n<tr>\n<td>PayAwayAccountNumber</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>21</td>\n<td>The pay away account number of the deposit.</td>\n</tr>\n<tr>\n<td>InterestAccountNumber</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>21</td>\n<td>The interest account number of the deposit.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The amount of the deposit.</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The details of the deposit.</td>\n</tr>\n<tr>\n<td>AutoRenew</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>The auto renew option of the deposit. (Valid values : True , False) Default: False</td>\n</tr>\n<tr>\n<td>AutoRenewType</td>\n<td>Optional</td>\n<td>Enum</td>\n<td>20</td>\n<td>The auto renew type if AutoRenew is set to true. (Valid values : PrincipalAndInterest , PrincipalOnly)</td>\n</tr>\n<tr>\n<td>InterestRate</td>\n<td>Optional</td>\n<td>Number(integer)</td>\n<td></td>\n<td>The interest rate of the deposit.</td>\n</tr>\n<tr>\n<td>DepositStartDate</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The start date of the deposit. (Valid Format : YYYY-MM-DD) e.g 2019-08-24</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Deposit","MakeDeposit"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1004a5cf-4689-4216-8858-da44889d6d24"}],"id":"1bbeea20-eec7-4413-b8c0-782f55da3905","_postman_id":"1bbeea20-eec7-4413-b8c0-782f55da3905","description":""},{"name":"Exchange Rates","item":[{"name":"AllExchangeRatesByBaseCurrency","event":[{"listen":"test","script":{"id":"63de3c75-99c8-437a-ac45-55d91ffdb389","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2b8e5f0b-6dd0-4a4e-8be5-c306cb8d9298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{Domain}}/API/api/Exchanges/AllExchangeRatesByBaseCurrency","description":"<h2 id=\"description\">Description</h2>\n<p>Returns exhange rates by base currency</p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AllExchangeRatesByBaseCurrency"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b8e5f0b-6dd0-4a4e-8be5-c306cb8d9298"},{"name":"AllExhangeRatesByDate","event":[{"listen":"test","script":{"id":"3088d1b4-2970-41c5-b63b-7aa651006456","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"658ab98b-4284-4978-a113-d787166c110b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"Date","type":"text","value":"2018-10-02"}]},"url":"{{Domain}}/API/api/Exchanges/AllExhangeRatesByDate","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves all exhange rates based on the date provided for base Currency.If no rates are available on the specific date the system will then make use of the latest rates stored.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date. (Valid Format : YYYY-MM-DD)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AllExhangeRatesByDate"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"658ab98b-4284-4978-a113-d787166c110b"},{"name":"AmountExchangeRates","event":[{"listen":"test","script":{"id":"b8a96435-5cc3-40b8-aae0-890a0e28d1b8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ff81dc11-ae1a-4755-8c60-4c586859c83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DebitCurrency","value":"AUD","description":"<p>Mandatory</p>\n","type":"text"},{"key":"CreditCurrency","value":"USD","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Amount","value":"29000.00","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Date","value":"2018-09-30","description":"<p>Optional (If is null gets Today's date)</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Exchanges/AmountExchangeRates","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieves Debit and Credit Rate for a given amount at a specific Date or Today.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DebitCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Debit Currency.</td>\n</tr>\n<tr>\n<td>CreditCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The Credit Currency.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Decimal</td>\n<td>(18,2)</td>\n<td>The Amount.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date. (Valid Format : YYYY-MM-DD) Default Value: Today</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Exchanges","AmountExchangeRates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff81dc11-ae1a-4755-8c60-4c586859c83a"}],"id":"6963d6be-0e2a-4561-ae5f-10cddf7217de","_postman_id":"6963d6be-0e2a-4561-ae5f-10cddf7217de","description":""},{"name":"Notifications","item":[{"name":"GetAttachmentsForMessage","event":[{"listen":"test","script":{"id":"788cceb4-671a-43da-8675-4f8e1cfa54e4","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8f1f878d-9f1d-417f-bd79-8fc7bd3ee5bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"MessageId","type":"text","value":"160330"}]},"url":"{{Domain}}/API/api/Notification/GetAttachmentsForMessage","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve Attachments for a given message id.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageId</td>\n<td>Mandatory</td>\n<td>Integer</td>\n<td>10</td>\n<td>The unique message id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Notification","GetAttachmentsForMessage"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f1f878d-9f1d-417f-bd79-8fc7bd3ee5bf"}],"id":"9a06f113-e8b2-40c3-bc23-c67ccfd90ca1","_postman_id":"9a06f113-e8b2-40c3-bc23-c67ccfd90ca1","description":""},{"name":"Standing Orders","item":[{"name":"CancelStandingOrder","event":[{"listen":"test","script":{"id":"341e46e5-e504-4d11-aead-36f38e8b3cc0","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"db0987a8-8d69-45c8-8570-d10932ab690a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000002"},{"description":"<p>Mandatory</p>\n","key":"StandingOrderID","type":"text","value":"2"}]},"url":"{{Domain}}/API/api/StandingOrder/CancelStandingOrder","description":"<h2 id=\"description\">Description</h2>\n<p>Cancels a standing order given the unique client number and standing order id.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n<tr>\n<td>StandingOrderID</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>The unique standing order id.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","StandingOrder","CancelStandingOrder"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db0987a8-8d69-45c8-8570-d10932ab690a"},{"name":"ViewStandingOrders","event":[{"listen":"test","script":{"id":"af5e79e8-088b-4575-86ec-e59712572909","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2704e2d0-4f24-455b-a206-41a1f945d0ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>Mandatory</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientNumber","value":"000002","description":"<p>Mandatory</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/StandingOrder/ViewStandingOrders","description":"<h2 id=\"description\">Description</h2>\n<p>Views client's standing orders given the unique client number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique Client number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","StandingOrder","ViewStandingOrders"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2704e2d0-4f24-455b-a206-41a1f945d0ee"}],"id":"18e65db3-ec42-4b01-81ca-d0bb5a182fb6","_postman_id":"18e65db3-ec42-4b01-81ca-d0bb5a182fb6","description":""},{"name":"Transactions","item":[{"name":"Internal Transfer","event":[{"listen":"test","script":{"id":"0624bc0d-e1ed-4f27-8cb3-dd9b5a00c8b2","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bf2360df-e58c-4d99-9d44-5a624cd3c950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory Transfer Codes (Valid Values: TRM-111 for Internal Transfer)</p>\n","key":"TransactionCode","type":"text","value":"TRM-111"},{"description":"<p>Mandatory</p>\n","key":"AccountFrom","type":"text","value":"4000000201000"},{"description":"<p>Mandatory</p>\n","key":"AccountTo","type":"text","value":"3000000101000"},{"description":"<p>Mandatory</p>\n","key":"Amount","type":"text","value":"100"},{"description":"<p>Mandatory</p>\n","key":"TransactionDetails","type":"text","value":"Transfer to other Account"},{"description":"<p>Optional</p>\n","key":"ExternalReferenceNumber","type":"text","value":"IST-00001"},{"description":"<p>Optional. If the transfer has standing order (Valid values: True, False) Default value: False</p>\n","key":"IsStandingOrder","type":"text","value":"false"},{"description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY, MONTHLY, QUARTERLY, ANNUALLY)</p>\n","key":"StandingOrderFrequency","type":"text","value":"MONTHLY"}]},"url":"{{Domain}}/API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Internal Transfer with the information provided.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-111 for Internal Transfer)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The debit account number.</td>\n</tr>\n<tr>\n<td>AccountTo</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the internal transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the internal transfer.</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number . (Sender's ref number)</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf2360df-e58c-4d99-9d44-5a624cd3c950"},{"name":"Outgoing Transfer SEPA","event":[{"listen":"test","script":{"id":"707dde85-6d5a-427d-bed1-fccb78b733b8","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"70b9a485-6efc-4454-927c-2c142ecaa6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid Values: TRM-130 for Outgoing Transfer SEPA)</p>\n","key":"TransactionCode","type":"text","value":"TRM-130"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"5","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Outgoing Transfer test","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-0000001","description":"<p>Optional</p>\n"},{"key":"BeneficiaryName","type":"text","value":"Christodoulos Georgiou","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.Address","type":"text","value":"22 Test Avenue","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.City","type":"text","value":"Nicosia","description":"<p>Mandatory</p>\n"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryAddress.Country","type":"text","value":"CY"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryPhoneNumber","type":"text","value":"+35799440299"},{"description":"<p>Optional. If not provided BeneficiaryBankInformation.IBAN must be provided.</p>\n","key":"BeneficiaryBankInformation.AccountNumber","type":"text","value":"12345678"},{"description":"<p>Optional. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</p>\n","key":"BeneficiaryBankInformation.IBAN","type":"text","value":"FR7630006000011234567890189"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.AccountCurrency","type":"text","value":"EUR"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.SwiftCode","type":"text","value":"AGRIFRPP"},{"description":"<p>Mandatory</p>\n","key":"TransferProduct","type":"text","value":"SWIFT"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. If the transfer has standing order (Valid values: True, False) Default value: False</p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY, MONTHLY, QUARTERLY, ANNUALLY)</p>\n"}]},"url":"{{Domain}}/API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Outgoing Transfer SEPA with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-130 for Outgoing Transfer SEPA)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>BeneficiaryName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The beneficiary's name.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The beneficiary's address.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's city.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Country</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The beneficiary's country. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>BeneficiaryPhoneNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's phone number. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's AccountNumber.  If not provided BeneficiaryBankInformation.IBAN must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's IBAN. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.SwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The beneficiary's swift code.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The beneficiary's currency. eg. EUR for EURO</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number. (Sender's ref number)</td>\n</tr>\n<tr>\n<td>TransferProduct</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>5</td>\n<td>The transfer's product.</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70b9a485-6efc-4454-927c-2c142ecaa6b8"},{"name":"Outgoing Transfer SWIFT","event":[{"listen":"test","script":{"id":"76bc9baf-e1c6-482c-ac0b-422687b7abce","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c1a0b128-1891-4952-b2d9-2328583ef3cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"TransactionCode","type":"text","value":"TRM-130"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"10","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Outgoing Transfer SWIFT","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-0000001","description":"<p>Optional</p>\n"},{"key":"BeneficiaryName","type":"text","value":"Christodoulos Georgiou","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.Address","type":"text","value":"22 Test Avenue","description":"<p>Mandatory</p>\n"},{"key":"BeneficiaryAddress.City","type":"text","value":"Nicosia","description":"<p>Mandatory</p>\n"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryAddress.Country","type":"text","value":"CY"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryPhoneNumber","type":"text","value":"+35799440299"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.IBAN","type":"text","value":"FR7630006000011234567890189"},{"description":"<p>Mandatory</p>\n","key":"BeneficiaryBankInformation.SwiftCode","type":"text","value":"AGRIFRPP"},{"key":"BeneficiaryBankInformation.AccountCurrency","value":"EUR","description":"<p>Mandatory</p>\n","type":"text"},{"description":"<p>Mandatory</p>\n","key":"TransferProduct","type":"text","value":"SEPA"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. (Valid values: True, False) Default value: False </p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY) </p>\n"}]},"url":"{{Domain}}/API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes an Outgoing Transfer SWIFT with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-130 for Outgoing Transfer SWIFT)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the outgoing SEPA transfer.</td>\n</tr>\n<tr>\n<td>BeneficiaryName</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The beneficiary's name.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Address</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>30</td>\n<td>The beneficiary's address.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.City</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's city.</td>\n</tr>\n<tr>\n<td>BeneficiaryAddress.Country</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>2</td>\n<td>The beneficiary's country. (Valid Format: Alpha2Code) e.g CY for Cyprus</td>\n</tr>\n<tr>\n<td>BeneficiaryPhoneNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The beneficiary's phone number. (Valid Format: +CountryCodeXXXXXXXX) e.g +35712345678</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's AccountNumber.  If not provided BeneficiaryBankInformation.IBAN must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.IBAN</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The beneficiary's IBAN. If not provided BeneficiaryBankInformation.AccountNumber must be provided.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.SwiftCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>11</td>\n<td>The beneficiary's swift code.</td>\n</tr>\n<tr>\n<td>BeneficiaryBankInformation.AccountCurrency</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The beneficiary's currency. eg. EUR for EURO</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number. (Sender's ref number)</td>\n</tr>\n<tr>\n<td>TransferProduct</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>5</td>\n<td>The transfer's product.</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a0b128-1891-4952-b2d9-2328583ef3cf"},{"name":"Personal Transfer","event":[{"listen":"test","script":{"id":"cae74fbb-d7ab-406c-a606-b60cc1506dad","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"14466fcd-4be9-4149-8bf2-c9b2c8c82558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory (Valid Values: TRM-110 for Personal Transfer)</p>\n","key":"TransactionCode","type":"text","value":"TRM-110"},{"key":"AccountFrom","type":"text","value":"4000000201000","description":"<p>Mandatory</p>\n"},{"key":"AccountTo","type":"text","value":"1000000201001","description":"<p>Mandatory</p>\n"},{"key":"Amount","type":"text","value":"100","description":"<p>Mandatory</p>\n"},{"key":"TransactionDetails","type":"text","value":"Transfer between my accounts","description":"<p>Mandatory</p>\n"},{"key":"ExternalReferenceNumber","type":"text","value":"IST-00001","description":"<p>Optional</p>\n"},{"key":"IsStandingOrder","type":"text","value":"false","description":"<p>Optional. (Valid values: True, False) Default value: False  </p>\n"},{"key":"StandingOrderFrequency","type":"text","value":"MONTHLY","description":"<p>Optional. Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</p>\n"}]},"url":"{{Domain}}/API/api/Transaction/MakeTransfer","description":"<h2 id=\"description\">Description</h2>\n<p>Makes a Personal Transfer with the information provided.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Info: Click on the table to expand the whole information\n</code></pre><h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionCode</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>7</td>\n<td>Transfer Codes (Valid Values: TRM-110 for Personal Transfer)</td>\n</tr>\n<tr>\n<td>AccountFrom</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The debit account number.</td>\n</tr>\n<tr>\n<td>AccountTo</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The credit account number.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Mandatory</td>\n<td>Number(Decimal)</td>\n<td>19(2 decimals)</td>\n<td>The amount of the incoming transfer.</td>\n</tr>\n<tr>\n<td>TransactionDetails</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>200</td>\n<td>The details of the incoming transfer.</td>\n</tr>\n<tr>\n<td>ExternalReferenceNumber</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>50</td>\n<td>The external reference number . (Sender's ref number)</td>\n</tr>\n<tr>\n<td>IsStandingOrder</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>1</td>\n<td>If the transfer has standing order  (Valid values: True, False) Default value: False</td>\n</tr>\n<tr>\n<td>StandingOrderFrequency</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>10</td>\n<td>Is set only when isStandingOrder is True. (Valid values: DAILY, WEEKLY,  MONTHLY, QUARTERLY,  ANNUALLY)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","MakeTransfer"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14466fcd-4be9-4149-8bf2-c9b2c8c82558"},{"name":"TransactionByAccountNumber","event":[{"listen":"test","script":{"id":"6b4bd25d-9530-4b52-b492-29a94cebdac3","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fd48198c-bfa9-473c-a550-fcd712863b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"AccountNumber","type":"text","value":"4000001101000"},{"description":"<p>Optional </p>\n","key":"DateFrom","type":"text","value":"2018-01-01"},{"description":"<p>Optional </p>\n","key":"DateTo","type":"text","value":"2019-04-01"}]},"url":"{{Domain}}/API/api/Transaction/TransactionByAccountNumber","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the transaction list related to the given account number.</p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>21</td>\n<td>The unique account number.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date from (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Optional</td>\n<td>Date</td>\n<td>10</td>\n<td>The Date to (Valid Format: YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>TransactionStatus</td>\n<td>Optional</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The status of the transactions.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Transaction","TransactionByAccountNumber"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd48198c-bfa9-473c-a550-fcd712863b94"},{"name":"TransactionByReferenceNumber","event":[{"listen":"test","script":{"id":"61427b10-dc9a-4bb4-9a9c-084571328d3c","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8ef2ec99-3fae-4363-b64a-4286565447da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"UsernamePassword","value":"DemoAPIUser:CorePlusPassword","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","description":"<p>Mandatory</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>Mandatory</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ReferenceNumber","value":"CT001-0000182","type":"text","description":"<p>Mandatory</p>\n"}]},"url":"{{Domain}}/API/api/Transaction/TransactionByReferenceNumber","urlObject":{"path":["API","api","Transaction","TransactionByReferenceNumber"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ef2ec99-3fae-4363-b64a-4286565447da"}],"id":"af021ccb-bd3a-455c-a5b4-13318f8fb192","_postman_id":"af021ccb-bd3a-455c-a5b4-13318f8fb192","description":""},{"name":"Upload","item":[{"name":"UploadDocument","event":[{"listen":"test","script":{"id":"6a95af77-4b42-4c9e-8c93-848a1e6de006","exec":["pm.test(\"Verify response time is less than 300 ms\", function() {","    pm.expect(pm.response.responseTime).to.be.below(300);","});","","pm.test(\"Verify status code is 200\", function() {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"aaf64f0a-8acd-44d9-8f14-bc2f0e03ba48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Mandatory</p>\n","key":"UsernamePassword","type":"text","value":"DemoAPIUser:CorePlusPassword"},{"description":"<p>Mandatory</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>Mandatory</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Mandatory</p>\n","key":"ClientNumber","type":"text","value":"000001"},{"description":"<p>Mandatory (Valid value : File in base64 format) You can use an online converter eg. <a href=\"https://www.browserling.com/tools/file-to-base64\">https://www.browserling.com/tools/file-to-base64</a></p>\n","key":"DocumentFile","type":"text","value":"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"},{"description":"<p>Mandatory (Valid values: )</p>\n","key":"MimeType","type":"text","value":"jpg"},{"description":"<p>Mandatory (Call AllDocumentTypes API Call to get all the available document types ids.)</p>\n","key":"DocumentTypeID","type":"text","value":"7"},{"description":"<p>Mandatory  (Valid Format : YYYY-MM-DD)</p>\n","key":"ExpiryDate","type":"text","value":"2019-07-15"},{"description":"<p>Mandatory  </p>\n","key":"Comments","type":"text","value":"This is a test document"},{"description":"<p>Optional (Valid values : True , False). If not provided False will be the default value. </p>\n","key":"IsConfidential","type":"text","value":"False"},{"key":"TransactionReferenceNo","value":"Some Reference","description":"<p>Optional. Otherwise ClientNumber will overwrite it.</p>\n","type":"text"}]},"url":"{{Domain}}/API/api/Upload/UploadDocument","description":"<h2 id=\"description\">Description</h2>\n<p>Uploads a document and the related information for the given client number. </p>\n<h2 id=\"properties\">Properties</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Requirement</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientNumber</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>6</td>\n<td>The unique client number.</td>\n</tr>\n<tr>\n<td>DocumentFile</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td></td>\n<td>(Valid value : File in base64 format)  You can use an online converter eg. <a href=\"https://www.browserling.com/tools/file-to-base64\">https://www.browserling.com/tools/file-to-base64</a></td>\n</tr>\n<tr>\n<td>MimeType</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>3</td>\n<td>The type of the file. (Valid values: jpg, jpeg, png, txt, csv , pdf )</td>\n</tr>\n<tr>\n<td>DocumentTypeID</td>\n<td>Mandatory</td>\n<td>Number(Integer)</td>\n<td>50</td>\n<td>The document type id. (Call AllDocumentTypes API Call to get all the available document types ids.)</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td>Mandatory</td>\n<td>Date</td>\n<td>10</td>\n<td>The expiry date of the document. (Valid Format : YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>Mandatory</td>\n<td>Alphanumeric</td>\n<td>100</td>\n<td>The name of the institution.</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td></td>\n<td>If the document is confidential set to true. (Valid values : True , False). If not provided False will be the default value.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For Errors See <a href=\"?version=latest#error-codes\">Errors Codes</a></p>\n<h2 id=\"usage-example\">Usage Example</h2>\n","urlObject":{"path":["API","api","Upload","UploadDocument"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaf64f0a-8acd-44d9-8f14-bc2f0e03ba48"}],"id":"b8403795-1cb6-4abd-9681-d49da37455eb","_postman_id":"b8403795-1cb6-4abd-9681-d49da37455eb","description":""}],"event":[{"listen":"prerequest","script":{"id":"b66e0621-2c2c-44c2-8752-5b823759b5bf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e2ff31bc-d95f-4ce0-99c3-9cac4dded813","type":"text/javascript","exec":[""]}}],"variable":[{"id":"a5d8d340-f5ba-45e2-bdad-3f8855c57a88","key":"url","value":"https://emoney.probanx.online/API/api/","type":"string"}]}